/* Scope */
.fhcb-detail {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 15px 40px;
	font-family: 'Sarabun', sans-serif;
	color: #334155;
}

/* Page Header */
.fhcb-detail .page-header {
	border-bottom: none !important;
	margin: 40px 0 30px !important;
	text-align: center;
	padding: 0 !important;
}
.fhcb-detail .page-header h2 {
	color: #166534 !important;
	font-weight: 600 !important;
	margin-top: 0 !important;
	font-size: 28px !important;
	border: none !important;
}
.fhcb-detail .page-header h2 i {
	color: #22c55e;
	margin-right: 10px;
	width: auto !important;
}

/* Card */
.fhcb-card-detail {
	background: #fff;
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
	overflow: hidden;
}

/* Logos */
.fhcb-detail-logos {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 30px;
	background: #f0fdf4;
	border-bottom: 1px solid #e2e8f0;
	flex-wrap: wrap;
}
.fhcb-logo-item { text-align: center; }
.fhcb-logo-item img {
	max-width: 160px;
	max-height: 110px;
	object-fit: contain;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}
.fhcb-logo-item span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #64748b;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Info */
.fhcb-detail-info { padding: 25px 30px; }

.fhcb-info-row {
	display: flex;
	padding: 14px 0;
	border-bottom: 1px dotted #e2e8f0;
}
.fhcb-info-row:last-child { border-bottom: none; }

.fhcb-info-label {
	min-width: 160px;
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
}
.fhcb-info-label i { margin-right: 6px; width: 16px; text-align: center; }

.fhcb-info-value {
	flex: 1;
	font-size: 16px;
	color: #1e293b;
	font-weight: 500;
}
.fhcb-name-highlight {
	font-size: 20px;
	font-weight: 700;
}

/* Status Badge */
.fhcb-status {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.fhcb-status.status-active { background: #dcfce7; color: #166534; }
.fhcb-status.status-pending { background: #fef3c7; color: #92400e; }
.fhcb-status.status-unrecognised { background: #fee2e2; color: #991b1b; }

/* Back Button */
.fhcb-detail .btn-back i {
	width: auto !important;
}
.fhcb-detail .btn-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: #f0fdf4;
	color: #16a34a;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
	border: 1px solid transparent;
}
.fhcb-detail .btn-back:hover {
	background: #16a34a;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(22,163,74,0.2);
}

/* Responsive */
@media (max-width: 768px) {
	.fhcb-info-row { flex-direction: column; gap: 2px; }
	.fhcb-info-label { min-width: auto; }
	.fhcb-detail-info { padding: 20px 15px; }
}
