/**
 * 益粥黑貓物流 - 結帳頁選店樣式
 */

#bcongee-tcat-store-selector {
	margin: 20px 0;
	padding: 18px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.bcongee-tcat-store-display {
	margin-bottom: 12px;
	line-height: 1.7;
}

.bcongee-tcat-store-display .bcongee-tcat-selected strong,
.bcongee-tcat-store-display .bcongee-tcat-empty strong {
	font-size: 15px;
	color: #1e1e1e;
}

.bcongee-tcat-store-display .store-name {
	font-size: 16px;
	font-weight: 600;
	color: #166534;
}

.bcongee-tcat-store-display .store-address {
	color: #555;
	font-size: 13px;
}

.bcongee-tcat-store-display .store-id {
	color: #888;
	font-size: 12px;
}

.bcongee-tcat-store-display .no-store {
	color: #d63638;
	font-size: 14px;
}

.bcongee-tcat-store-display .bcongee-tcat-selected {
	background: #dcfce7;
	padding: 12px 15px;
	border-radius: 6px;
	border-left: 4px solid #16a34a;
}

.bcongee-tcat-store-display .bcongee-tcat-empty {
	background: #fef2f2;
	padding: 12px 15px;
	border-radius: 6px;
	border-left: 4px solid #dc2626;
}

button.bcongee-tcat-select-btn {
	background: #1e1e1e !important;
	color: white !important;
	border: none !important;
	padding: 12px 20px !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	width: 100%;
	transition: background 0.2s;
}

button.bcongee-tcat-select-btn:hover:not(:disabled) {
	background: #404040 !important;
}

button.bcongee-tcat-select-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
