/* Hide the native Directorist list card immediately so it never flashes before FD24 renders. */
body.fd24-result-card-active article.directorist-listing-single.directorist-listing-list:not(.fd24-rendered) {
	visibility: hidden !important;
	opacity: 0 !important;
}

body.fd24-result-card-active article.directorist-listing-single.directorist-listing-list.fd24-rendered {
	visibility: visible !important;
	opacity: 1 !important;
}

/* FD24 Result Card v0.2.5 */
.fd24-card {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) minmax(270px, 1fr);
	width: 100%;
	min-height: 190px;
	background: #fff;
	border: 1px solid #e6eaf0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
}

.fd24-col { min-width: 0; position: relative; }

.fd24-photo {
	background: #fff;
	border-right: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.fd24-photo > a { display:block; width:100%; height:100%; }
.fd24-photo img {
	display:block;
	width:100%;
	height:100%;
	min-height:190px;
	object-fit:cover;
}
.fd24-photo-placeholder {
	width:100%;
	height:100%;
	min-height:190px;
	background:linear-gradient(135deg,#eef1f4,#d9dde2);
}

.fd24-badges {
	position:absolute;
	top:12px;
	right:12px;
	display:flex;
	gap:6px;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.fd24-badge {
	padding:5px 9px;
	border-radius:999px;
	background:#2c99ff;
	color:#fff;
	font-size:11px;
	line-height:1;
	font-weight:600;
}

.fd24-doctor {
	padding:16px 14px;
}
.fd24-doctor::after {
	content:"";
	position:absolute;
	top:24px;
	bottom:24px;
	right:0;
	width:1px;
	background:#dfe4ea;
}
.fd24-doctor h2 {
	margin:0 0 5px;
	font-size:19px;
	line-height:1.3;
	font-weight:700;
}
.fd24-doctor h2 a { color:#111827; text-decoration:none; }
.fd24-check { color:#1473e6; font-size:15px; }

.fd24-line { margin:4px 0; color:#4b5563; font-size:14px; line-height:1.4; }
.fd24-professional { white-space:normal; }
.fd24-institution { margin-top:3px; }
.fd24-tagline { margin-bottom:3px; }
.fd24-muted { margin-top:6px; color:#6b7280; font-size:12px; }
.fd24-bmdc-reg { margin-top:6px; color:#4b5563; font-size:13px; line-height:1.4; }
.fd24-bmdc-reg strong { color:#111827; font-weight:600; }
.fd24-specialty-link { display:inline-block; color:#1769e8; text-decoration:none; font-size:16px; line-height:1.4; font-weight:700; }
.fd24-specialty-link:hover, .fd24-specialty-link:focus { color:#125dcc; text-decoration:underline; }
.fd24-verified { margin-top:10px; color:#059669; font-size:13px; font-weight:600; }

.fd24-rating { margin-top:8px; color:#f59e0b; font-size:14px; }
.fd24-rating-right { margin-top:6px; margin-bottom:8px; }
.fd24-chamber-name { font-weight:600; color:#374151; }
.fd24-chamber-label { margin:0 0 3px; padding:0; color:#6b7280; font-size:13px; line-height:1.35; font-weight:600; font-family:inherit; }
.fd24-chamber-address { margin-bottom:7px; }
.fd24-rating strong { color:#374151; }
.fd24-rating span { color:#6b7280; }

.fd24-chamber {
	padding:16px 14px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.fd24-row {
	display:flex;
	gap:8px;
	align-items:flex-start;
	margin-bottom:7px;
	color:#374151;
	font-size:14px;
	line-height:1.4;
}
.fd24-row > span { min-width:0; }
.fd24-before { color:#059669; font-weight:600; }

.fd24-actions {
	display:flex;
	gap:10px;
	margin-top:8px;
}
.fd24-btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:0 15px;
	border-radius:6px;
	font-size:13px;
	font-weight:600;
	text-decoration:none;
}
.fd24-btn-outline { border:1px solid #2c99ff; color:#1473e6; background:#fff; }
.fd24-btn-primary { border:1px solid #1769e8; color:#fff; background:#1769e8; }

article.directorist-listing-single.fd24-rendered {
	padding:0 !important;
	background:transparent !important;
	border:0 !important;
	box-shadow:none !important;
}
article.directorist-listing-single.fd24-rendered::before,
article.directorist-listing-single.fd24-rendered::after { display:none !important; }

@media (max-width: 900px) {
	.fd24-card { grid-template-columns: 140px minmax(0,1fr); }
	.fd24-chamber { grid-column: 1 / -1; border-right:0; border-top:1px solid #dfe4ea; }
	.fd24-doctor::after { display:none; }
}

@media (max-width: 640px) {
	.fd24-card { min-height: 170px; }
	.fd24-card { grid-template-columns: 96px minmax(0,1fr); }
	.fd24-photo img, .fd24-photo-placeholder { min-height:150px; }
	.fd24-doctor { padding:15px 13px; }
	.fd24-chamber { padding:15px 13px; }
	.fd24-doctor h2 { font-size:16px; }
	.fd24-line, .fd24-row { font-size:13px; }
	.fd24-actions { flex-wrap:wrap; }
	.fd24-btn { flex:1 1 140px; }
}


/* v0.2.2: compact contextual icons for Column 2 information rows. */
.fd24-icon-line {
	display:flex;
	align-items:center;
	gap:7px;
}
.fd24-info-icon {
	width:15px;
	height:15px;
	flex:0 0 15px;
	display:block;
}
.fd24-specialty-row .fd24-info-icon { color:#1769e8; }
.fd24-professional-row .fd24-info-icon { color:#6d3fd1; }
.fd24-institution-row .fd24-info-icon { color:#159447; }
.fd24-bmdc-icon .fd24-info-icon { color:#1769e8; }
.fd24-institution {
	font-size:15px;
	font-weight:600;
	color:#374151;
}
.fd24-bmdc-reg {
	display:flex;
	align-items:center;
	gap:7px;
}
.fd24-bmdc-reg > span:last-child { min-width:0; }


/* v0.2.8: preserve the wide mobile card while eliminating page-level horizontal overflow. */
@media (max-width: 921px) {
	html,
	body {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
	body.fd24-result-card-active .ast-container,
	body.fd24-result-card-active .directorist-archive-items,
	body.fd24-result-card-active .directorist-container-fluid,
	body.fd24-result-card-active .directorist-row,
	body.fd24-result-card-active .directorist-col-12 {
		max-width: 100% !important;
		box-sizing: border-box !important;
		overflow-x: clip !important;
	}
}

/* v0.2.7: mobile width follows the parent content box; prevent horizontal overflow. */
@media (max-width: 921px) {
	body.fd24-result-card-active .ast-container {
		padding-left: 4px !important;
		padding-right: 4px !important;
		box-sizing: border-box !important;
		max-width: 100% !important;
	}
	body.fd24-result-card-active .directorist-container-fluid {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}
	body.fd24-result-card-active .directorist-row {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}
	body.fd24-result-card-active .directorist-col-12 {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
		box-sizing: border-box !important;
	}
	body.fd24-result-card-active .fd24-card {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		position: relative;
		left: auto;
		transform: none;
		box-sizing: border-box !important;
	overflow: hidden;
	}
	body.fd24-result-card-active .fd24-card,
	body.fd24-result-card-active .fd24-card * { box-sizing: border-box; }
	body.fd24-result-card-active .fd24-col,
	body.fd24-result-card-active .fd24-doctor,
	body.fd24-result-card-active .fd24-chamber { min-width: 0; }
	body.fd24-result-card-active .fd24-doctor h2,
	body.fd24-result-card-active .fd24-professional,
	body.fd24-result-card-active .fd24-institution,
	body.fd24-result-card-active .fd24-row > span,
	body.fd24-result-card-active .fd24-bmdc-reg > span:last-child {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}
}


/* v0.2.9: reduce the mobile FD24 card width by 2px on each side while preserving the current wide layout. */
@media (max-width: 921px) {
	body.fd24-result-card-active .fd24-card {
		width: calc(100% - 4px) !important;
		max-width: calc(100% - 4px) !important;
		margin-left: 2px !important;
		margin-right: 2px !important;
	}
}


/* v0.3.2: compact card height based on actual content; no fixed height. */
.fd24-card {
	min-height: 170px;
}
.fd24-photo img,
.fd24-photo-placeholder {
	min-height: 170px;
}
.fd24-doctor,
.fd24-chamber {
	padding-top: 10px;
	padding-bottom: 10px;
}
.fd24-doctor h2 {
	margin-bottom: 3px;
}
.fd24-line {
	margin-top: 2px;
	margin-bottom: 2px;
}
.fd24-chamber {
	justify-content: flex-start;
}
.fd24-chamber-label {
	margin-bottom: 2px;
}
.fd24-row {
	margin-bottom: 4px;
}
.fd24-chamber-address {
	margin-bottom: 4px;
}
.fd24-rating-right {
	margin-top: 4px;
	margin-bottom: 4px;
}
.fd24-actions {
	margin-top: 6px;
}

@media (max-width: 640px) {
	.fd24-card {
		min-height: 150px;
	}
	.fd24-photo img,
	.fd24-photo-placeholder {
		min-height: 140px;
	}
	.fd24-doctor,
	.fd24-chamber {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}


/* v0.3.3: mobile doctor photo as a vertical oval; preserve face-centered crop control. */
@media (max-width: 640px) {
	body.fd24-result-card-active .fd24-photo {
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	body.fd24-result-card-active .fd24-photo > a {
		width: 85px;
		height: 95px;
		flex: 0 0 85px;
		border-radius: 50%;
		overflow: hidden;
	}
	body.fd24-result-card-active .fd24-photo img,
	body.fd24-result-card-active .fd24-photo-placeholder {
		width: 85px;
		height: 95px;
		min-height: 0;
		border-radius: 50%;
		object-fit: cover;
		object-position: 50% 45%;
	}
}


/* v0.3.5: hide institution information on narrow mobile screens. */
@media (max-width: 639px) {
	body.fd24-result-card-active .fd24-institution-row {
		display: none !important;
	}
}


/* v0.3.6: mobile photo refinement — match photo area to card white and reduce Column 1 side space. */
@media (max-width: 640px) {
	body.fd24-result-card-active .fd24-card {
		grid-template-columns: 92px minmax(0, 1fr);
	}
	body.fd24-result-card-active .fd24-photo {
		padding-left: 0 !important;
		padding-right: 0 !important;
		background: #fff !important;
	}
	body.fd24-result-card-active .fd24-photo > a {
		width: 85px;
		height: 100px;
		flex-basis: 85px;
	}
	body.fd24-result-card-active .fd24-photo img,
	body.fd24-result-card-active .fd24-photo-placeholder {
		width: 85px;
		height: 100px;
		background: #fff;
	}
}

/* v0.3.8: center the Popular badge at the top-center of Column 1 on narrow mobile cards. */
@media (max-width: 640px) {
	body.fd24-result-card-active .fd24-badges {
		top: 4px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		justify-content: center;
		width: max-content;
		z-index: 3;
	}
}


/* v0.3.9: preserve source-image detail on mobile/desktop by avoiding browser upscaling of the low-resolution medium thumbnail. */
.fd24-photo img {
	image-rendering: auto;
}
@media (max-width: 640px) {
	body.fd24-result-card-active .fd24-photo img {
		image-rendering: auto;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

/* v0.4.0: semantic Chamber Name heading; visual font size intentionally unchanged. */
.fd24-chamber-label { display:block; }


/* v0.4.1: Demo reviews — five golden stars with a stable 5–10 review count. */
.fd24-rating .fd24-demo-stars {
	display:inline-block;
	color:#F5B301 !important;
	-webkit-text-fill-color:#F5B301;
	font-size:15px;
	line-height:1;
	letter-spacing:1px;
	font-family:Arial, sans-serif;
}
.fd24-demo-review-count {
	color:#6b7280;
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
}
