/* ZenHeal Our Hospitals hub — scoped to .hub-page only */
.hub-page {
	--hub-teal: #046461;
	--hub-teal-deep: #035552;
	--hub-mint: #eef7f3;
	--hub-mint-soft: #e8f3f2;
	--hub-muted: #5c6b67;
	--hub-border: #dde5e4;
	--hub-radius: 12px;
	--hub-shadow: 0 8px 28px rgba(4, 100, 97, 0.08);
	--hub-sans: Poppins, sans-serif;
	--hub-sticky-offset: 130px;
	--teal: var(--hub-teal);
	--teal-dark: var(--hub-teal-deep);
	--teal-soft: var(--hub-mint-soft);
	--teal-muted: #eef5f4;
	--muted: var(--hub-muted);
	background: #fff;
	font-family: Poppins, sans-serif;
	color: #333;
	overflow-x: hidden;
}
.hub-page *,
.hub-page *::before,
.hub-page *::after { box-sizing: border-box; }
.hub-page .container { max-width: 1140px; }

.hub-page .sec-title,
.hub-page .help-title {
	font-family: Poppins, sans-serif !important;
	font-weight: 600 !important;
	color: #046461 !important;
}
.hub-page h2.section-header,
.hub-page .section-header {
	font-family: Poppins, sans-serif !important;
	font-weight: 600 !important;
	color: #046461 !important;
	letter-spacing: normal !important;
	display: block !important;
}

.hub-cta-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 14px 28px;
	border: none !important;
	border-radius: 12px;
	background: #046461 !important;
	color: #fff !important;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(4, 100, 97, 0.22);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.hub-cta-primary:hover,
.hub-cta-primary:focus,
.hub-cta-primary:active {
	background: #035552 !important;
	color: #fff !important;
	text-decoration: none !important;
	opacity: 1 !important;
	box-shadow: 0 12px 28px rgba(4, 100, 97, 0.28);
	transform: translateY(-1px);
}
.hub-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #046461 !important;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
}
.hub-text-link:hover { color: #035552 !important; }

/* ===== HERO ===== */
.hub-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 0 44px;
	background: #ffffff;
}
.hub-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: none;
}
.hub-hero-main {
	position: relative;
	z-index: 1;
	min-width: 0;
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hub-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 7px 16px 7px 10px;
	border-radius: 999px;
	background: #e4f3f1;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.hub-hero-eyebrow svg {
	display: block;
	flex-shrink: 0;
}
.hub-hero-prop-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	color: #046461;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e4f3f1;
	box-shadow: inset 0 0 0 1px rgba(4, 100, 97, 0.06);
}
.hub-hero-prop-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}
.hub-hero-prop-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}
.hub-hero-title {
	margin: 0 0 12px !important;
	font-family: Poppins, sans-serif !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em;
	color: #1e3a5f !important;
	text-align: center !important;
}
.hub-hero-title span {
	color: #046461 !important;
}
.hub-hero-sub {
	margin: 0 auto 28px;
	max-width: 580px;
	color: #6b7c8f !important;
	font-family: Poppins, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
	text-align: center !important;
}
.hub-hero-props {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
	gap: 0;
	margin: 0 0 28px;
	padding: 16px 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(4, 100, 97, 0.08);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(30, 58, 95, 0.05);
	backdrop-filter: blur(6px);
}
.hub-hero-prop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 1 1 0;
	min-width: 0;
	padding: 4px 10px;
	text-align: left;
}
.hub-hero-prop-sep {
	width: 1px;
	align-self: stretch;
	min-height: 28px;
	background: #d5e3e1;
	flex-shrink: 0;
}
.hub-hero-prop-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	color: #046461;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e4f3f1;
	box-shadow: inset 0 0 0 1px rgba(4, 100, 97, 0.06);
}
.hub-hero-prop-icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
}
.hub-hero-prop-label {
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #2d4a47;
	max-width: 150px;
}
.hub-hero-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin: 0;
}
.hub-hero-trust {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 8px;
	margin: 0;
	color: #7a8a88;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}
.hub-hero-trust img,
.hub-hero-trust svg {
	width: 14px;
	height: 14px;
	object-fit: contain;
	flex-shrink: 0;
	color: #046461;
	opacity: 0.9;
}
.hub-hero-trust-sep {
	color: #c2d0ce;
	font-weight: 400;
	margin: 0 2px;
}
/* ===== HOSPITAL CARDS ===== */
.our-hospitals-hub {
	padding: 36px 0 40px;
	background: #f7f9f9;
	--zh-teal: #046461;
	--zh-teal-dark: #035451;
	--zh-orange: #E76943;
	--zh-mint: #e8f3f2;
	--zh-mint-pale: #f7faf9;
	--zh-border: #e0eceb;
	--zh-text: #333;
	--zh-muted: #666;
	--zh-radius: 16px;
	--zh-shadow: 0 8px 28px rgba(4, 100, 97, 0.08);
}
.our-hospitals-hub .help-title {
	margin: 0 0 8px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.our-hospitals-hub .section-sub-header {
	display: block !important;
	margin: 0 auto 24px;
	max-width: 640px;
	text-align: center;
	color: #6b7280 !important;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
	font-family: Poppins, sans-serif !important;
}
.our-hospitals-hub .zh-hospitals-grid {
	max-width: 1080px;
	margin: 0 auto;
}
.our-hospitals-hub .zh-hospital-card {
	scroll-margin-top: var(--hub-sticky-offset);
}
.hub-hospitals-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	align-items: stretch;
}
.hub-hcard {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e4eceb;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(4, 100, 97, 0.06);
	transition: box-shadow 0.2s ease;
	scroll-margin-top: var(--hub-sticky-offset);
	height: 100%;
}
.hub-hcard:hover { box-shadow: 0 10px 28px rgba(4, 100, 97, 0.1); }
.hub-hcard-stretch {
	color: inherit;
	text-decoration: none;
}
.hub-hcard-stretch:hover,
.hub-hcard-stretch:focus { color: #046461; text-decoration: none; }
.hub-hcard-media {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #e8f0ef;
}
.hub-hcard-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.hub-hcard-badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(4, 100, 97, 0.92);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.hub-hcard-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 18px;
	flex: 1;
}
.hub-hcard-title {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	color: #1a3d38;
	font-family: Poppins, sans-serif;
}
.hub-hcard-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
}
.hub-hcard-loc {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #5f6f6e;
}
.hub-hcard-loc svg { color: var(--teal); flex-shrink: 0; width: 13px; height: 13px; }
.hub-hcard-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #5f6f6e;
	font-weight: 500;
}
.hub-hcard-stars { display: inline-flex; gap: 1px; color: #f0a12b; }
.hub-hcard-stars svg { width: 11px; height: 11px; display: block; }
.hub-hcard-desc {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.5;
	color: #5f6f6e;
}
.hub-hcard-chips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}
.hub-hcard-chip {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	padding: 6px 8px;
	border-radius: 8px;
	background: #eef5f4;
	color: #046461;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	min-width: 0;
}
.hub-hcard-chip span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hub-hcard-chip svg {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
}
.hub-hcard-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
	padding-top: 6px;
}
.hub-hcard-actions-secondary {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
}

/* Kill hospital-page .cancer-expert-btn margins / height on hub cards */
.hub-page .hub-hcard .btn,
.hub-page .hub-hcard .cancer-expert-btn,
.hub-page .hub-hcard .hub-hcard-sec-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100% !important;
	min-height: 44px;
	height: auto !important;
	margin: 0 !important;
	padding: 10px 14px;
	border-radius: 8px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: normal;
	text-decoration: none !important;
	opacity: 1 !important;
}
.hub-page .hub-hcard .btn-solid,
.hub-page .hub-hcard .btn-solid:hover,
.hub-page .hub-hcard .btn-solid:focus,
.hub-page .hub-hcard .btn-solid:active {
	background: #046461 !important;
	border: 1px solid #046461 !important;
	color: #fff !important;
}
.hub-page .hub-hcard .btn-solid:hover,
.hub-page .hub-hcard .btn-solid:focus {
	background: #035552 !important;
	border-color: #035552 !important;
}
.hub-page .hub-hcard .btn-outline,
.hub-page .hub-hcard .hub-hcard-sec-btn,
.hub-page .hub-hcard a.btn-outline,
.hub-page .hub-hcard a.hub-hcard-sec-btn {
	background: #fff !important;
	border: 1px solid #c9d8d6 !important;
	color: #046461 !important;
}
.hub-page .hub-hcard .btn-outline:hover,
.hub-page .hub-hcard .btn-outline:focus,
.hub-page .hub-hcard .btn-outline:active,
.hub-page .hub-hcard .hub-hcard-sec-btn:hover,
.hub-page .hub-hcard .hub-hcard-sec-btn:focus,
.hub-page .hub-hcard .hub-hcard-sec-btn:active,
.hub-page .hub-hcard a.btn-outline:hover,
.hub-page .hub-hcard a.hub-hcard-sec-btn:hover {
	background: #eef5f4 !important;
	border-color: #046461 !important;
	color: #046461 !important;
	opacity: 1 !important;
}
.hub-page .hub-hcard .btn-compact {
	min-height: 40px;
	padding: 8px 6px;
	font-size: 12px;
	font-weight: 500;
}
.hub-hcard .btn svg,
.hub-hcard .hub-hcard-sec-btn svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	stroke: currentColor;
}

/* ===== DOCTORS ===== */
.hub-doctors.consult-onco-sec {
	padding: 44px 0 40px !important;
	background: #fff !important;
	scroll-margin-top: var(--hub-sticky-offset);
}
.hub-doctors .section-header {
	margin: 0 0 8px;
	text-align: center;
	font-size: 30px;
}
.hub-doctors-sub {
	margin: 0 auto 24px !important;
	max-width: 620px;
	text-align: center;
	color: #6b7280 !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	font-family: Poppins, sans-serif !important;
	font-weight: 400 !important;
}
.hub-doctors-sub * { color: inherit !important; }
.hub-doctors .onco-team-list { width: 100%; margin: 0; }
.hub-doctors .owl-carousel-webz { width: 100%; }
.hub-doctors .hub-onco-slider .owl-stage {
	display: flex;
	align-items: stretch;
}
.hub-doctors .hub-onco-slider .owl-item {
	display: flex;
	height: auto;
}
.hub-doctors .clinic-item {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(4, 100, 97, 0.08);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(16, 40, 60, 0.08);
	overflow: hidden;
	padding-bottom: 16px;
	text-align: center;
}
.hub-doctors .item-inner {
	min-height: 0;
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	padding: 8px 16px 6px;
	gap: 10px;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.hub-doctors .icon.sky {
	width: 100% !important;
	min-width: 0 !important;
	height: 220px !important;
	border-radius: 0 !important;
	background: #fff !important;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}
.hub-doctors .icon.sky img,
.hub-doctors .careteam-img {
	width: auto !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: bottom center !important;
	border-radius: 0 !important;
}
.hub-doctors .dr-detail {
	display: flex !important;
	flex-direction: column;
	gap: 4px !important;
	flex: 1;
	min-width: 0;
	width: 100%;
	align-items: center;
	text-align: center;
}
.hub-doctors .dr-name {
	color: #1b2a4e !important;
	font-weight: 700 !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
}
.hub-doctors .dr-desg.oncoCancerExpertDesc {
	color: #5c6b67 !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
}
.hub-doctors .dr-edu {
	display: none !important;
}
.hub-doctors .dr-exp {
	color: #5c6b67 !important;
	line-height: 1.4 !important;
	align-items: center;
	justify-content: center;
}
.hub-doctors .dr-exp img {
	display: none !important;
}
.hub-doctors .dr-edu span {
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
	line-height: 1.35 !important;
	overflow: hidden;
}
.hub-doctors .consult-btn,
.hub-doctors button.consult-btn {
	margin: 10px 16px 0 !important;
	width: calc(100% - 32px) !important;
	max-width: 100%;
	height: 44px !important;
	line-height: 44px !important;
	background: linear-gradient(180deg, #f5a623 0%, #e8912e 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(232, 145, 46, 0.28);
}
.hub-doctors .consult-btn:hover {
	background: linear-gradient(180deg, #f0a01a 0%, #d9841f 100%) !important;
}
.hub-doctors #hubOncoSlider .owl-nav {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 18px;
	width: 100%;
	margin-top: 18px;
	position: static !important;
}
.hub-doctors #hubOncoSlider .owl-nav .owl-prev,
.hub-doctors #hubOncoSlider .owl-nav .owl-next {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	margin: 0 !important;
	float: none !important;
}
.hub-doctors #hubOncoSlider .owl-dots {
	text-align: center;
	margin-top: 8px;
}
.hub-doctors-empty {
	text-align: center;
	color: #6b7280;
	padding: 24px 0;
}
.hub-doctors-nudge {
	margin-top: 28px;
	text-align: center;
}
.hub-doctors-nudge p {
	margin: 0 0 12px;
	color: #5f6f6e !important;
	font-size: 15px;
	font-family: Poppins, sans-serif;
}

/* ===== REVIEWS ===== */
.hub-reviews {
	padding: 40px 0 44px;
	background: #f7f9f9;
}
.hub-reviews .section-header {
	margin: 0 0 18px;
	text-align: center;
	font-size: 30px;
}
.hub-reviews-ratings {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
}
.hub-reviews-rating-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 12px 20px;
	background: #fff;
	border: 1px solid #e4eceb;
	border-radius: 12px;
	min-width: 220px;
	text-align: center;
}
.hub-reviews-rating-chip strong {
	font-size: 14px;
	color: #046461 !important;
}
.hub-reviews-rating-chip span {
	font-size: 13px;
	color: #5f6f6e !important;
	line-height: 1.35;
}
.hub-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: stretch;
}
.hub-review-card {
	background: #fff;
	border: 1px solid #e4eceb;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	box-shadow: 0 6px 20px rgba(4, 100, 97, 0.06);
}
.hub-review-media {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 600 / 327;
	background: #f3f8f7;
	overflow: hidden;
}
.hub-review-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
}
.hub-review-body {
	padding: 14px 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}
.hub-review-title {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #1a3d38 !important;
	line-height: 1.35;
	font-family: Poppins, sans-serif;
}
.hub-review-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #5f6f6e !important;
	font-family: Poppins, sans-serif;
}
.hub-reviews-more {
	margin-top: 22px;
	text-align: center;
}

/* ===== FINAL CTA / hospital guidance ===== */
.hub-page .zh-hospital-guidance {
	padding: 28px 0 110px;
	background: #fff;
}
.hub-final-cta {
	padding: 36px 0 110px;
	background: #fff;
}
.hub-final-cta-panel {
	max-width: 720px;
	margin: 0 auto;
	padding: 32px 28px;
	text-align: center;
	background: linear-gradient(180deg, #eef5f4 0%, #f7fbfa 100%);
	border: 1px solid #dbe7e5;
	border-radius: 16px;
}
.hub-final-cta-panel .section-header {
	margin: 0 0 12px;
	font-size: 26px;
}
.hub-final-cta-panel > p {
	margin: 0 auto 20px;
	max-width: 520px;
	color: #5f6f6e !important;
	font-size: 15px;
	line-height: 1.55;
	font-family: Poppins, sans-serif;
}
.hub-final-cta-note {
	margin: 14px 0 0 !important;
	font-size: 13px !important;
	color: #7a8a88 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
	.hub-page { --hub-sticky-offset: 110px; }
	.hub-hero-title { font-size: 32px !important; }
	.hub-hero-props {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		padding: 14px;
	}
	.hub-hero-prop-sep { display: none; }
	.hub-hero-prop {
		justify-content: flex-start;
		padding: 12px 10px;
		min-width: 0;
		background: #f7faf9;
		border-radius: 12px;
	}
	.hub-hospitals-list { grid-template-columns: 1fr; gap: 18px; }
	.hub-hcard-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hub-reviews-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 767px) {
	.hub-reviews-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}

@media (max-width: 575px) {
	.hub-hero { padding: 32px 0 28px; }
	.hub-hero-title { font-size: 26px !important; }
	.hub-hero-sub { font-size: 14px !important; margin-bottom: 22px; }
	.hub-hero-props { grid-template-columns: 1fr; gap: 8px; }
	.hub-hero-prop-icon { width: 44px; height: 44px; }
	.hub-hero-prop-icon img { width: 24px; height: 24px; }
	.hub-hero-prop-label { font-size: 12.5px; max-width: none; }
	.hub-cta-primary {
		width: 100%;
		max-width: 360px;
		min-height: 50px;
		font-size: 14.5px;
	}
	.our-hospitals-hub .help-title,
	.hub-doctors .section-header,
	.hub-reviews .section-header { font-size: 24px; }
	.hub-final-cta-panel .section-header { font-size: 22px; }
	.hub-hcard-media { height: 180px; }
	.hub-hcard-title { font-size: 16px; }
	.hub-hcard-actions-secondary { grid-template-columns: 1fr 1fr 1fr; }
	.hub-hcard-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hub-final-cta,
	.hub-page .zh-hospital-guidance { padding-bottom: 120px; }
}

/* ZenHeal Doctors — compact hero → title → city → list */
.hub-page--doctors .hub-hero {
	padding-bottom: 12px;
}
.hub-page--doctors .hub-hero-sub {
	margin-bottom: 20px;
}
.hub-page--doctors .hub-doctors-section-title {
	margin: 0;
	color: #0B817D;
	font-family: Poppins, sans-serif;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
.hub-page--doctors .hub-hero + .hx-expert-doctors {
	border-top: 0;
	padding-top: 20px !important;
	padding-bottom: 40px !important;
}
.hub-page--doctors .hx-expert-doctors-head--city {
	margin-bottom: 16px;
}

/* ZenHeal Doctors — city jump chips */
.zh-doctors-city-chips {
	padding: 8px 0 4px;
	background: #fff;
}
.zh-doctors-city-chips__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.zh-doctors-city-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 20px;
	border: 1.5px solid #046461;
	border-radius: 999px;
	color: #046461 !important;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	background: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}
.zh-doctors-city-chip:hover,
.zh-doctors-city-chip:focus {
	background: #046461;
	color: #fff !important;
	text-decoration: none !important;
}
.hub-hero-call {
	margin-top: 2px;
}
.hub-page .hx-stories-foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}
.hub-page .hx-stories-prompt {
	margin: 0;
	color: #445;
	font-size: 15px;
}
.hub-page .zh-final-cta {
	padding-bottom: 120px;
}
