/* FD24 Result Card v0.1.0 */
.fd24-card {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) minmax(290px, 1fr);
	width: 100%;
	min-height: 210px;
	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: #f4f6f8;
	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:210px;
	object-fit:cover;
}
.fd24-photo-placeholder {
	width:100%;
	height:100%;
	min-height:210px;
	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:22px 16px;
}
.fd24-doctor::after {
	content:"";
	position:absolute;
	top:24px;
	bottom:24px;
	right:0;
	width:1px;
	background:#dfe4ea;
}
.fd24-doctor h2 {
	margin:0 0 7px;
	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:5px 0; color:#4b5563; font-size:14px; line-height:1.4; }
.fd24-muted { margin-top:6px; color:#6b7280; font-size:12px; }
.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:14px; color:#f59e0b; font-size:14px; }
.fd24-rating strong { color:#374151; }
.fd24-rating span { color:#6b7280; }

.fd24-chamber {
	padding:22px 16px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.fd24-row {
	display:flex;
	gap:9px;
	align-items:flex-start;
	margin-bottom:11px;
	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:14px;
}
.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 { 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; }
}
