.infohealth-block {
	width: var(--infohealth-content-width);
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	--infohealth-block-pad-y: clamp(35.2px, 4.4vh, 61.6px);
	padding: var(--infohealth-block-pad-y) var(--infohealth-page-gutter);
	box-sizing: border-box;
}

.entry-content--blocks {
	display: flex;
	flex-direction: column;
}

.entry-content--blocks > [class*="wp-block-acf-"] {
	margin: 0;
}

.infohealth-block-placeholder {
	padding: 40px 20px;
	background: #f1f5f9;
	border: 2px dashed #cbd5e1;
	text-align: center;
	color: #64748b;
	border-radius: 8px;
}

/* Post thumbnails — fill block frames, center crop */
.infohealth-block img[class*="__image"] {
	display: block;
	object-fit: cover;
	object-position: center center;
}

.infohealth-block--full-bleed::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	background: var(--infohealth-block-bg, transparent);
}

.infohealth-section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
	flex-shrink: 0;
	overflow: visible;
	--infohealth-section-accent: #2daeb1;
}

.infohealth-section-header--no-description {
	align-items: flex-start;
}

.infohealth-section-header__intro {
	display: grid;
	gap: 12px;
	flex: 1;
	min-width: 0;
	overflow: visible;
}

.infohealth-section-header__heading {
	display: grid;
	gap: 10px;
	overflow: visible;
}

.infohealth-section-header__title {
	margin: 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #1a2836;
	line-height: 1.4;
	overflow: visible;
	padding-block: 0.2em 0.05em;
}

.infohealth-section-header__title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding-top: 0.15em;
	line-height: inherit;
	overflow: visible;
}

.infohealth-section-header__title a:hover,
.infohealth-section-header__title a:focus {
	text-decoration: underline;
}

.infohealth-section-header__title-line {
	display: block;
	width: 72px;
	height: 4px;
	border-radius: 999px;
	background: var(--infohealth-section-accent, #2daeb1);
}

.infohealth-section-header__description {
	margin: 0;
	max-width: 720px;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748b;
}

.infohealth-section-header__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--infohealth-section-accent, #2daeb1) 0%, #1f8f93 100%);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(45, 174, 177, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	white-space: nowrap;
	flex-shrink: 0;
}

.infohealth-section-header__cta:hover,
.infohealth-section-header__cta:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(45, 174, 177, 0.34);
	filter: brightness(1.03);
}

.infohealth-section-header__cta svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.infohealth-section-header__cta:hover svg,
.infohealth-section-header__cta:focus svg {
	transform: translateX(3px);
}

.infohealth-section-header__cta--outline {
	background: #fff;
	color: var(--infohealth-section-accent, #2daeb1);
	border: 1.5px solid var(--infohealth-section-accent, #2daeb1);
	box-shadow: none;
}

.infohealth-section-header__cta--outline:hover,
.infohealth-section-header__cta--outline:focus {
	color: #fff;
	background: var(--infohealth-section-accent, #2daeb1);
	box-shadow: none;
	filter: none;
}

.infohealth-section-header--light .infohealth-section-header__title,
.infohealth-section-header--light .infohealth-section-header__title a {
	color: #fff;
}

.infohealth-section-header--light .infohealth-section-header__description {
	color: rgba(255, 255, 255, 0.78);
}

.infohealth-section-header--light .infohealth-section-header__cta--outline {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.72);
}

.infohealth-section-header--light .infohealth-section-header__cta--outline:hover,
.infohealth-section-header--light .infohealth-section-header__cta--outline:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.infohealth-expert-cards .infohealth-section-header__title,
.infohealth-expert-cards .infohealth-section-header__title a {
	color: var(--infohealth-expert-title, #1a2836);
}

.infohealth-expert-cards .infohealth-section-header__description {
	color: var(--infohealth-expert-text, #4b5563);
}

.infohealth-expert-cards .infohealth-section-header__cta--outline {
	background: var(--infohealth-expert-cta-bg, #fff);
	color: var(--infohealth-expert-cta-text, var(--infohealth-section-accent, #2daeb1));
	border-color: var(--infohealth-section-accent, #2daeb1);
}

.infohealth-expert-cards--text-dark .infohealth-section-header__cta--outline:hover,
.infohealth-expert-cards--text-dark .infohealth-section-header__cta--outline:focus {
	background: var(--infohealth-section-accent, #2daeb1);
	color: #fff;
}

.infohealth-expert-cards--text-light .infohealth-section-header__cta--outline:hover,
.infohealth-expert-cards--text-light .infohealth-section-header__cta--outline:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.infohealth-stories__featured-title a,
.infohealth-stories__card-title a,
.infohealth-stories__compact-title a,
.infohealth-featured-ad__main-title a,
.infohealth-featured-ad__secondary-title a,
.infohealth-featured-five__title a {
	color: #111;
}

.infohealth-latest-news__featured-title a,
.infohealth-latest-news__feed-title a {
	color: #1a2836;
}

.infohealth-post-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.8125rem;
	color: #64748b;
}

.infohealth-post-meta__comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--infohealth-accent, #0891b2);
}

/* Featured 5 Posts */
.infohealth-featured-five {
	--infohealth-ffg-grid-height: calc(85vh - clamp(72px, 11vh, 112px));
	justify-content: flex-start;
	min-height: 85vh;
	max-height: 85vh;
	overflow: hidden;
	box-sizing: border-box;
}

.infohealth-featured-five:has(.infohealth-section-header) {
	--infohealth-ffg-grid-height: calc(85vh - clamp(112px, 16vh, 156px));
}

.infohealth-featured-five__grid {
	flex: 1;
	min-height: 0;
	max-height: var(--infohealth-ffg-grid-height);
	height: var(--infohealth-ffg-grid-height);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
	gap: clamp(16px, 2.2vw, 28px);
	align-items: center;
}

.infohealth-featured-five__column {
	min-height: 0;
	height: 100%;
}

.infohealth-featured-five__column--main {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.infohealth-featured-five__column--side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(12px, 1.6vh, 20px);
}

.infohealth-featured-five__column--side > .infohealth-featured-five__card:only-child {
	flex: 1;
	justify-content: center;
}

.infohealth-featured-five__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 0;
	height: auto;
	flex: 0 0 auto;
}

.infohealth-featured-five__card--main {
	gap: 14px;
	max-height: 100%;
}

.infohealth-featured-five__media:not(.infohealth-featured-five__media--main) {
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 2.15 / 1;
	max-height: calc((var(--infohealth-ffg-grid-height) - clamp(12px, 1.6vh, 20px)) / 2 - 4.5rem);
}

.infohealth-featured-five__media {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	flex-shrink: 0;
}

.infohealth-featured-five__media--main {
	display: block;
	border-radius: 6px;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 16 / 10;
	max-height: calc(var(--infohealth-ffg-grid-height) - 10.5rem);
}

.infohealth-featured-five__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-featured-five__image--main {
	height: 100%;
}

.infohealth-featured-five__image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	background: #e8edf2;
}

.infohealth-featured-five__media:hover .infohealth-featured-five__image {
	transform: scale(1.04);
}

.infohealth-featured-five__body {
	display: grid;
	gap: 6px;
	flex-shrink: 0;
}

.infohealth-featured-five__body--main {
	gap: 8px;
}

.infohealth-featured-five__category {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--infohealth-featured-accent, #2daeb1);
	text-decoration: none;
}

.infohealth-featured-five__category:hover,
.infohealth-featured-five__category:focus {
	text-decoration: underline;
}

.infohealth-featured-five__title {
	margin: 0;
	font-weight: 700;
	line-height: 1.25;
}

.infohealth-featured-five__title--side {
	font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-featured-five__title--main {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.18;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-featured-five__title a {
	text-decoration: none;
}

.infohealth-featured-five__title a:hover,
.infohealth-featured-five__title a:focus {
	text-decoration: underline;
}

.infohealth-featured-five__date {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: #94a3b8;
}

.infohealth-featured-five__card--main .infohealth-featured-five__date {
	font-size: 0.8125rem;
}

.infohealth-featured-five__excerpt {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #4b5563;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 991px) {
	.infohealth-featured-five {
		min-height: auto;
		max-height: none;
		overflow: visible;
	}

	.infohealth-featured-five,
	.infohealth-featured-five:has(.infohealth-section-header) {
		--infohealth-ffg-grid-height: auto;
	}

	.infohealth-featured-five__grid {
		height: auto;
		max-height: none;
	}

	.infohealth-featured-five__column,
	.infohealth-featured-five__column--main {
		height: auto;
	}

	.infohealth-featured-five__grid {
		grid-template-columns: 1fr;
	}

	.infohealth-featured-five__column--side {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.infohealth-featured-five__column--side > .infohealth-featured-five__card {
		flex: 1 1 calc(50% - 12px);
	}

	.infohealth-featured-five__column--side > .infohealth-featured-five__card:only-child {
		flex: 1 1 100%;
	}

	.infohealth-featured-five__media:not(.infohealth-featured-five__media--main) {
		aspect-ratio: 16 / 10;
		max-height: none;
	}

	.infohealth-featured-five__media--main {
		aspect-ratio: 16 / 10;
		max-height: min(52vh, 520px);
	}

	.infohealth-featured-five__title--side,
	.infohealth-featured-five__title--main {
		display: block;
		-webkit-line-clamp: unset;
	}

	.infohealth-featured-five__excerpt {
		display: block;
		-webkit-line-clamp: unset;
	}

	.infohealth-featured-five__column--main {
		order: -1;
	}
}

@media (max-width: 767px) {
	.infohealth-featured-five__column--side {
		flex-direction: column;
	}

	.infohealth-featured-five__column--side > .infohealth-featured-five__card {
		flex: 1 1 100%;
	}
}

/* Latest News — Category + Latest News */
.infohealth-latest-news {
	justify-content: flex-start;
	min-height: auto;
	overflow: visible;
	--infohealth-latest-news-column-height: clamp(520px, 72vh, 820px);
	padding-block: var(--infohealth-block-pad-y, 40px);
}

.infohealth-latest-news .infohealth-section-header {
	scroll-margin-top: 110px;
}

.infohealth-latest-news__layout {
	flex: 1;
	min-height: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr) minmax(0, 1fr);
	gap: clamp(20px, 2.8vw, 32px);
	align-items: stretch;
}

.infohealth-latest-news__layout > * {
	min-height: 0;
}

.infohealth-latest-news__side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(16px, 2vh, 24px);
	height: var(--infohealth-latest-news-column-height);
	max-height: var(--infohealth-latest-news-column-height);
}

.infohealth-latest-news__side-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 0;
	flex: 1 1 0;
	overflow: visible;
}

.infohealth-latest-news__side-media {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 16 / 11.25;
	flex: 1 1 auto;
	min-height: 0;
	max-height: 57.5%;
}

.infohealth-latest-news__side-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-latest-news__side-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #e8edf2;
}

.infohealth-latest-news__side-media:hover .infohealth-latest-news__side-image {
	transform: scale(1.04);
}

.infohealth-latest-news__side-body {
	display: grid;
	gap: 6px;
	min-width: 0;
	flex: 0 0 auto;
	overflow: visible;
}

.infohealth-latest-news__side-title {
	margin: 0;
	font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
	font-weight: 700;
	line-height: 1.35;
	overflow: visible;
}

.infohealth-latest-news__side-title a {
	text-decoration: none;
}

.infohealth-latest-news__side-title a:hover,
.infohealth-latest-news__side-title a:focus {
	text-decoration: underline;
}

.infohealth-latest-news__featured {
	display: flex;
	flex-direction: column;
	height: var(--infohealth-latest-news-column-height);
	max-height: var(--infohealth-latest-news-column-height);
}

.infohealth-latest-news__featured-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 0;
	height: 100%;
}

.infohealth-latest-news__featured-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 16 / 10;
	flex: 0 0 auto;
}

.infohealth-latest-news__featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-latest-news__featured-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #dde4ea;
}

.infohealth-latest-news__featured-media:hover .infohealth-latest-news__featured-image {
	transform: scale(1.03);
}

.infohealth-latest-news__featured-body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.infohealth-latest-news__category {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--infohealth-latest-accent, #2daeb1);
	text-decoration: none;
}

.infohealth-latest-news__category:hover,
.infohealth-latest-news__category:focus {
	text-decoration: underline;
}

.infohealth-latest-news__featured-title {
	margin: 0;
	font-size: clamp(1.375rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-latest-news__featured-title a {
	text-decoration: none;
}

.infohealth-latest-news__featured-title a:hover,
.infohealth-latest-news__featured-title a:focus {
	text-decoration: underline;
}

.infohealth-latest-news__featured-excerpt {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #5a6575;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-latest-news__feed-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: var(--infohealth-latest-news-column-height);
	max-height: var(--infohealth-latest-news-column-height);
	min-height: 0;
	padding: 18px 16px;
	border: 1px solid rgba(51, 60, 78, 0.06);
	border-radius: 12px;
	background: #f7f5f1;
	box-sizing: border-box;
}

.infohealth-latest-news__feed-heading {
	margin: 0;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--infohealth-latest-accent, #2daeb1);
}

.infohealth-latest-news__feed {
	flex: 1;
	min-height: 0;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	padding-right: 6px;
	scrollbar-width: thin;
	scrollbar-color: var(--infohealth-latest-accent, #2daeb1) #eef2f6;
}

.infohealth-latest-news__feed::-webkit-scrollbar {
	width: 6px;
}

.infohealth-latest-news__feed::-webkit-scrollbar-track {
	background: #eef2f6;
	border-radius: 999px;
}

.infohealth-latest-news__feed::-webkit-scrollbar-thumb {
	background: var(--infohealth-latest-accent, #2daeb1);
	border-radius: 999px;
}

.infohealth-latest-news__feed-item {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid #e8edf2;
}

.infohealth-latest-news__feed-item:first-child {
	padding-top: 0;
}

.infohealth-latest-news__feed-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.infohealth-latest-news__feed-media {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	width: 88px;
	height: 64px;
	flex-shrink: 0;
}

.infohealth-latest-news__feed-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}

.infohealth-latest-news__feed-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #e8edf2;
	border-radius: 10px;
}

.infohealth-latest-news__feed-body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.infohealth-latest-news__feed-category {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--infohealth-latest-accent, #2daeb1);
}

.infohealth-latest-news__feed-title {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-latest-news__feed-title a {
	text-decoration: none;
}

.infohealth-latest-news__feed-title a:hover,
.infohealth-latest-news__feed-title a:focus {
	text-decoration: underline;
}

.infohealth-latest-news__date {
	font-size: 0.8125rem;
	color: #8b95a5;
}

@media (max-width: 1199px) {
	.infohealth-latest-news__layout {
		grid-template-columns: 1fr 1.35fr;
	}

	.infohealth-latest-news__feed-wrap {
		grid-column: 1 / -1;
		height: auto;
		max-height: min(28rem, 52vh);
	}
}

@media (max-width: 767px) {
	.infohealth-latest-news__layout {
		grid-template-columns: 1fr;
	}

	.infohealth-latest-news__side,
	.infohealth-latest-news__featured {
		height: auto;
		max-height: none;
	}

	.infohealth-latest-news__side {
		gap: 20px;
	}

	.infohealth-latest-news__side-card {
		flex: 0 0 auto;
	}

	.infohealth-latest-news__side-media {
		flex: 0 0 auto;
		max-height: none;
	}

	.infohealth-latest-news__feed-wrap {
		height: auto;
		max-height: min(31rem, 58vh);
	}
}

/* Tag bar */
.infohealth-tag-bar {
	justify-content: center;
	min-height: auto;
	padding: var(--infohealth-block-pad-y, clamp(35.2px, 4.4vh, 61.6px)) 0;
}

.infohealth-tag-bar__inner {
	width: var(--infohealth-content-width);
	max-width: 100%;
	margin: 0 auto;
	padding: 0 var(--infohealth-page-gutter);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 3vw, 40px);
}

.infohealth-tag-bar__tag {
	color: var(--infohealth-tag-color, #2c5f78);
	font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.infohealth-tag-bar__tag:hover,
.infohealth-tag-bar__tag:focus {
	color: var(--infohealth-latest-accent, #2daeb1);
	text-decoration: none;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.infohealth-tag-bar__inner {
		gap: 14px 20px;
		padding: 0 var(--infohealth-page-gutter);
	}

	.infohealth-tag-bar__tag {
		white-space: normal;
	}
}

/* Expert cards */
.infohealth-expert-cards {
	justify-content: flex-start;
	min-height: auto;
	padding: clamp(35.2px, 5.5vh, 52.8px) var(--infohealth-page-gutter);
}

.infohealth-expert-cards .infohealth-section-header {
	align-items: flex-start;
}

.infohealth-expert-cards .infohealth-section-header__cta {
	align-self: center;
}

.infohealth-expert-cards--text-dark {
	--infohealth-expert-title: #1a2836;
	--infohealth-expert-text: #4b5563;
	--infohealth-expert-date: #8b95a5;
	--infohealth-expert-card-bg: #ffffff;
	--infohealth-expert-card-title: #1a2836;
	--infohealth-expert-cta-bg: #ffffff;
	--infohealth-expert-cta-text: var(--infohealth-expert-accent, #2daeb1);
}

.infohealth-expert-cards--text-light {
	--infohealth-expert-title: #ffffff;
	--infohealth-expert-text: rgba(255, 255, 255, 0.82);
	--infohealth-expert-date: rgba(255, 255, 255, 0.65);
	--infohealth-expert-card-bg: rgba(255, 255, 255, 0.08);
	--infohealth-expert-card-title: #ffffff;
	--infohealth-expert-cta-bg: transparent;
	--infohealth-expert-cta-text: #ffffff;
}

.infohealth-expert-cards__inner {
	width: var(--infohealth-content-width);
	max-width: 100%;
	margin: 0 auto;
	flex: none;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.infohealth-expert-cards__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
	align-items: stretch;
}

.infohealth-expert-cards__card {
	background: var(--infohealth-expert-card-bg);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(26, 40, 54, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
}

.infohealth-expert-cards--text-light .infohealth-expert-cards__card {
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.infohealth-expert-cards__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #dde4ea;
	flex-shrink: 0;
}

.infohealth-expert-cards__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-expert-cards__image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #dde4ea;
}

.infohealth-expert-cards__media:hover .infohealth-expert-cards__image {
	transform: scale(1.04);
}

.infohealth-expert-cards__body {
	padding: 28px 18px 18px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
	position: relative;
}

.infohealth-expert-cards__author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: -46px;
	position: relative;
	z-index: 1;
}

.infohealth-expert-cards__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid var(--infohealth-expert-card-bg);
	flex-shrink: 0;
}

.infohealth-expert-cards__author-name {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--infohealth-expert-text);
}

.infohealth-expert-cards__card-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-expert-cards__card-title a {
	color: var(--infohealth-expert-card-title);
	text-decoration: none;
}

.infohealth-expert-cards__card-title a:hover,
.infohealth-expert-cards__card-title a:focus {
	text-decoration: underline;
}

.infohealth-expert-cards__date {
	font-size: 0.8125rem;
	color: var(--infohealth-expert-date);
}

@media (max-width: 1199px) {
	.infohealth-expert-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.infohealth-expert-cards {
		padding: 26.4px var(--infohealth-page-gutter);
	}

	.infohealth-expert-cards .infohealth-section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.infohealth-expert-cards .infohealth-section-header__cta {
		align-self: flex-start;
	}

	.infohealth-expert-cards__grid {
		grid-template-columns: 1fr;
	}
}

/* Category showcase */
.infohealth-category-showcase {
	justify-content: center;
}

.infohealth-category-showcase__featured {
	flex: 1;
	min-height: 0;
	margin-bottom: clamp(16px, 2vh, 28px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.infohealth-category-showcase__featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 36px);
	align-items: start;
}

.infohealth-category-showcase__featured-media {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 16 / 10;
}

.infohealth-category-showcase__featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-category-showcase__featured-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #e8edf2;
}

.infohealth-category-showcase__featured-media:hover .infohealth-category-showcase__featured-image {
	transform: scale(1.03);
}

.infohealth-category-showcase__featured-body {
	display: grid;
	gap: 10px;
	padding-top: 8px;
}

.infohealth-category-showcase__featured-body--has-bg {
	padding: 24px 22px;
	border-radius: 12px;
	align-self: stretch;
	background: var(--infohealth-showcase-featured-bg, transparent);
	box-sizing: border-box;
}

.infohealth-category-showcase__featured-body--text-dark .infohealth-category-showcase__label {
	color: var(--infohealth-showcase-accent, #2daeb1);
}

.infohealth-category-showcase__featured-body--text-dark .infohealth-category-showcase__featured-title a {
	color: #1a2836;
}

.infohealth-category-showcase__featured-body--text-dark .infohealth-category-showcase__date {
	color: #8b95a5;
}

.infohealth-category-showcase__featured-body--text-dark .infohealth-category-showcase__featured-excerpt {
	color: #5a6575;
}

.infohealth-category-showcase__featured-body--text-light .infohealth-category-showcase__label {
	color: rgba(255, 255, 255, 0.88);
}

.infohealth-category-showcase__featured-body--text-light .infohealth-category-showcase__featured-title a {
	color: #ffffff;
}

.infohealth-category-showcase__featured-body--text-light .infohealth-category-showcase__date {
	color: rgba(255, 255, 255, 0.7);
}

.infohealth-category-showcase__featured-body--text-light .infohealth-category-showcase__featured-excerpt {
	color: rgba(255, 255, 255, 0.82);
}

.infohealth-category-showcase__label {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--infohealth-showcase-accent, #2daeb1);
	text-decoration: none;
}

.infohealth-category-showcase__label:hover,
.infohealth-category-showcase__label:focus {
	text-decoration: underline;
}

.infohealth-category-showcase__featured-title {
	margin: 0;
	font-size: clamp(1.625rem, 2.86vw, 2.275rem);
	font-weight: 700;
	line-height: 1.22;
}

.infohealth-category-showcase__featured-title a,
.infohealth-category-showcase__secondary-title a {
	color: #1a2836;
	text-decoration: none;
}

.infohealth-category-showcase__featured-title a:hover,
.infohealth-category-showcase__featured-title a:focus,
.infohealth-category-showcase__secondary-title a:hover,
.infohealth-category-showcase__secondary-title a:focus {
	text-decoration: underline;
}

.infohealth-category-showcase__date {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3;
	color: #94a3b8;
}

.infohealth-category-showcase__featured-card .infohealth-category-showcase__date {
	font-size: 0.8125rem;
}

.infohealth-category-showcase__featured-excerpt {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #4b5563;
}

.infohealth-category-showcase__secondary {
	flex-shrink: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid #e8edf2;
}

.infohealth-category-showcase__secondary-card {
	display: grid;
	grid-template-columns: 1fr 110px;
	gap: 14px;
	align-items: start;
	padding: 20px clamp(16px, 2.5vw, 28px) 0;
}

.infohealth-category-showcase__secondary-card:first-child {
	padding-left: 0;
}

.infohealth-category-showcase__secondary-card:last-child {
	padding-right: 0;
}

.infohealth-category-showcase__secondary-card:not(:first-child) {
	border-left: 1px solid #e8edf2;
}

.infohealth-category-showcase__secondary-body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.infohealth-category-showcase__secondary-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infohealth-category-showcase__secondary-media {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	flex-shrink: 0;
	width: 110px;
	height: 82px;
}

.infohealth-category-showcase__secondary-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 6px;
	transition: transform 0.7s ease;
}

.infohealth-category-showcase__secondary-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #e8edf2;
	border-radius: 6px;
}

.infohealth-category-showcase__secondary-media:hover .infohealth-category-showcase__secondary-image {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.infohealth-category-showcase__featured-card {
		grid-template-columns: 1fr;
	}

	.infohealth-category-showcase__secondary {
		grid-template-columns: 1fr;
		border-top: 0;
		gap: 0;
	}

	.infohealth-category-showcase__secondary-card {
		padding: 20px 0 0;
		border-left: 0;
		border-top: 1px solid #e8edf2;
	}
}

@media (max-width: 767px) {
	.infohealth-category-showcase__secondary-card {
		grid-template-columns: 1fr 96px;
	}

	.infohealth-category-showcase__secondary-media {
		width: 96px;
		height: 72px;
	}
}

/* Hero */
.infohealth-hero {
	justify-content: flex-start;
	min-height: 85vh;
	height: 85vh;
	max-height: 85vh;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: calc(var(--infohealth-block-pad-y, 36px) / 2);
}

.infohealth-hero__inner {
	flex: 1;
	min-height: 0;
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 7fr 3fr;
	grid-template-rows: minmax(0, 1fr);
	gap: 52px;
	align-items: stretch;
}

.infohealth-hero--no-ad .infohealth-hero__inner {
	grid-template-columns: 1fr;
	gap: 0;
}

.infohealth-hero__inner > * {
	min-height: 0;
}

.infohealth-hero__carousel {
	position: relative;
	min-height: 0;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	isolation: isolate;
}

.infohealth-hero__slides {
	position: absolute;
	inset: 0;
}

.infohealth-hero__slide {
	display: none;
	position: absolute;
	inset: 0;
}

.infohealth-hero__slide.is-active {
	display: block;
}

.infohealth-hero__slide-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.infohealth-hero__slide-media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.infohealth-hero__slide-image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-hero__slide-link:hover .infohealth-hero__slide-image {
	transform: scale(1.05);
}

.infohealth-hero__slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.infohealth-hero__slide-category {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.infohealth-hero__slide-title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	line-height: 1.2;
}

.infohealth-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--infohealth-color-footer, #225D6F);
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.infohealth-hero__arrow:hover,
.infohealth-hero__arrow:focus-visible {
	opacity: 0.9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
	outline: none;
}

.infohealth-hero__arrow--prev {
	left: 16px;
}

.infohealth-hero__arrow--next {
	right: 16px;
}

.infohealth-hero__arrow svg {
	display: block;
}

.infohealth-hero__dots {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	display: flex;
	gap: 6px;
	align-items: center;
}

.infohealth-hero__dot {
	width: 28px;
	height: 3px;
	border-radius: 2px;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: background 0.2s ease, width 0.2s ease;
}

.infohealth-hero__dot.is-active {
	background: #fff;
	width: 36px;
}

.infohealth-hero__ad {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	height: 100%;
	overflow: hidden;
}

.infohealth-hero__ad-inner {
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.infohealth-hero__ad-inner .synergyx-ad-slot,
.infohealth-hero__ad-inner .synergyx-ad,
.infohealth-hero__ad-inner .synergyx-ad__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	min-height: 0;
}

.infohealth-hero__ad-inner .synergyx-ad__image,
.infohealth-hero__ad-inner img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}

/* Stories */
.infohealth-stories {
	justify-content: center;
}

.infohealth-stories__inner {
	flex: 1;
	min-height: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.infohealth-stories__featured {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 24px;
	margin-bottom: 24px;
}

.infohealth-stories__featured-media {
	aspect-ratio: 16 / 10;
}

.infohealth-stories__card-media {
	aspect-ratio: 4 / 3;
}

.infohealth-stories__featured-media,
.infohealth-stories__card-media,
.infohealth-stories__compact-media,
.infohealth-four-grid__media,
.infohealth-featured-ad__main-media,
.infohealth-featured-ad__secondary-media {
	display: block;
	overflow: hidden;
	border-radius: 6px;
}

.infohealth-stories__featured-image,
.infohealth-stories__card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.7s ease;
}

.infohealth-stories__featured-media:hover .infohealth-stories__featured-image,
.infohealth-stories__card-media:hover .infohealth-stories__card-image {
	transform: scale(1.05);
}

.infohealth-stories__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: clamp(28px, 3.5vh, 40px);
}

.infohealth-stories__compact {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.infohealth-stories__compact-item {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 12px;
	align-items: start;
}

.infohealth-stories__compact-media {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.infohealth-stories__compact-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 4px;
}

.infohealth-stories__featured-body,
.infohealth-stories__card-body,
.infohealth-stories__compact-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.infohealth-stories__featured-title,
.infohealth-stories__card-title,
.infohealth-stories__compact-title {
	margin: 0;
	font-weight: 700;
}

.infohealth-stories__featured-title {
	font-size: clamp(1.625rem, 2.86vw, 2.275rem);
	line-height: 1.22;
}

.infohealth-stories__card-title,
.infohealth-stories__compact-title {
	font-size: 1rem;
	line-height: 1.35;
}

.infohealth-stories__featured-excerpt {
	margin: 8px 0 0;
}

/* Four grid */
.infohealth-four-grid {
	justify-content: flex-start;
	min-height: auto;
}

.infohealth-four-grid--text-dark .infohealth-four-grid__title a {
	color: #111;
}

.infohealth-four-grid--text-dark .infohealth-post-meta {
	color: #64748b;
}

.infohealth-four-grid--text-light .infohealth-four-grid__title a {
	color: #fff;
}

.infohealth-four-grid--text-light .infohealth-post-meta {
	color: rgba(255, 255, 255, 0.72);
}

.infohealth-four-grid__inner {
	flex: 1;
	min-height: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.infohealth-four-grid__items {
	flex: 1;
	min-height: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.infohealth-four-grid__media {
	position: relative;
	aspect-ratio: 4 / 3;
}

.infohealth-four-grid__rank {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 1;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.infohealth-four-grid__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.infohealth-four-grid__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 60%);
}

.infohealth-four-grid__media--no-rank::after {
	display: none;
}

.infohealth-four-grid__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.infohealth-four-grid__title {
	margin: 0;
}

/* Ads */
.infohealth-ads {
	justify-content: center;
}

.infohealth-ads__inner {
	flex: 1;
	min-height: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.infohealth-ads__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.infohealth-ads--single .infohealth-ads__slot {
	max-width: 970px;
	width: 100%;
}

.infohealth-ads--quad .infohealth-ads__slot {
	width: 300px;
	max-width: 100%;
}

/* Featured 3 + ad */
.infohealth-featured-ad {
	justify-content: center;
}

.infohealth-featured-ad__inner {
	flex: 1;
	min-height: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.infohealth-featured-ad--text-light,
.infohealth-featured-ad--text-light a {
	color: #fff;
}

.infohealth-featured-ad__layout {
	flex: 1;
	min-height: 0;
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 24px;
	align-items: stretch;
}

.infohealth-featured-ad__posts {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 20px;
	min-height: 0;
}

.infohealth-featured-ad__main,
.infohealth-featured-ad__secondary {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.infohealth-featured-ad__main-media {
	flex: 1;
	min-height: 0;
}

.infohealth-featured-ad__main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.infohealth-featured-ad__secondary-media {
	width: 100px;
	height: 75px;
	flex-shrink: 0;
}

.infohealth-featured-ad__secondary-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.infohealth-featured-ad__secondary {
	gap: 16px;
}

.infohealth-featured-ad__secondary-item {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 12px;
	align-items: center;
}

.infohealth-featured-ad__sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.infohealth-featured-ad__ad {
	width: 100%;
}

.infohealth-featured-ad__ad--above-feed {
	flex-shrink: 0;
}

.infohealth-news-feed__title {
	margin: 0 0 12px;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
}

.infohealth-news-feed__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

@media (max-width: 1199px) {
	.infohealth-stories__cards,
	.infohealth-stories__compact {
		grid-template-columns: repeat(2, 1fr);
	}

	.infohealth-four-grid__items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.infohealth-hero {
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: visible;
		padding-top: 8px;
		padding-bottom: var(--infohealth-block-pad-y, 24px);
	}

	.infohealth-block.infohealth-hero {
		min-height: 0;
		justify-content: flex-start;
	}

	.infohealth-hero__inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 28px;
		height: auto;
		width: 100%;
		max-width: 100%;
	}

	.infohealth-hero__carousel {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 4.2;
	}

	.infohealth-hero__slide-overlay {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		padding: 28px 72px 16px 16px;
	}

	.infohealth-hero__slide-title {
		font-size: clamp(1.125rem, 5.2vw, 1.5rem);
	}

	.infohealth-hero__arrow {
		width: 36px;
		height: 36px;
	}

	.infohealth-hero__arrow--prev {
		left: 10px;
	}

	.infohealth-hero__arrow--next {
		right: 10px;
	}

	.infohealth-hero__arrow svg {
		width: 16px;
		height: 16px;
	}

	.infohealth-hero__dots {
		right: 12px;
		bottom: 12px;
		z-index: 2;
		gap: 5px;
	}

	.infohealth-hero__dot {
		width: 22px;
		height: 2px;
	}

	.infohealth-hero__dot.is-active {
		width: 28px;
	}

	.infohealth-hero__ad,
	.infohealth-hero__ad-inner {
		width: 100%;
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: visible;
	}

	.infohealth-hero__ad-inner {
		justify-content: center;
	}

	.infohealth-hero__ad-inner .synergyx-ad-slot,
	.infohealth-hero__ad-inner .synergyx-ad,
	.infohealth-hero__ad-inner .synergyx-ad__link {
		display: block;
		width: 300px;
		max-width: 100%;
		height: auto;
		max-height: none;
	}

	.infohealth-hero__ad-inner .synergyx-ad__image,
	.infohealth-hero__ad-inner img {
		display: block;
		width: 100%;
		max-width: 300px;
		height: auto;
		max-height: none;
		object-fit: contain;
	}

	.infohealth-featured-ad__layout,
	.infohealth-featured-ad__posts {
		grid-template-columns: 1fr;
	}

	.infohealth-stories__featured {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.infohealth-block {
		margin: 0 auto;
	}

	.infohealth-stories__cards,
	.infohealth-stories__compact,
	.infohealth-four-grid__items {
		grid-template-columns: 1fr;
	}

	.infohealth-section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.infohealth-section-header__cta {
		align-self: flex-start;
	}
}

/* Promo Block with Posts */
.infohealth-block.infohealth-promo-posts {
	min-height: auto;
	justify-content: flex-start;
	--infohealth-block-pad-y: clamp(28px, 3.2vh, 44px);
}

.infohealth-promo-posts__inner {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(220px, 26%) minmax(0, 1fr);
	gap: clamp(28px, 3.2vw, 52px);
	align-items: start;
}

.infohealth-promo-posts__panel {
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 1.8vw, 24px);
	padding: clamp(20px, 2.2vw, 28px) clamp(20px, 2.2vw, 28px);
	border-radius: 4px;
	background: var(--infohealth-promo-panel-bg, #e8b4c8);
	box-sizing: border-box;
}

.infohealth-promo-posts__panel-copy {
	display: grid;
	gap: 12px;
}

.infohealth-promo-posts__title {
	margin: 0;
	font-family: Geologica, sans-serif;
	font-size: clamp(1.2rem, 1.55vw, 1.6rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.01em;
}

.infohealth-promo-posts__title a {
	color: inherit;
	text-decoration: none;
}

.infohealth-promo-posts__title a:hover,
.infohealth-promo-posts__title a:focus {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.infohealth-promo-posts__subtitle {
	margin: 0;
	font-family: Geologica, sans-serif;
	font-size: clamp(0.875rem, 1vw, 0.975rem);
	font-weight: 400;
	line-height: 1.4;
}

.infohealth-promo-posts__powered {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-top: clamp(4px, 0.6vw, 10px);
}

.infohealth-promo-posts__powered-text {
	font-family: Geologica, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.2;
	opacity: 0.72;
}

.infohealth-promo-posts__powered-logo-link {
	display: inline-flex;
	line-height: 0;
}

.infohealth-promo-posts__powered-logo {
	display: block;
	max-width: min(160px, 100%);
	height: auto;
	max-height: 38px;
	object-fit: contain;
	object-position: left center;
	transition: opacity 0.2s ease;
}

.infohealth-promo-posts__powered-logo-link:hover .infohealth-promo-posts__powered-logo,
.infohealth-promo-posts__powered-logo-link:focus .infohealth-promo-posts__powered-logo {
	opacity: 0.85;
}

.infohealth-promo-posts--text-dark .infohealth-promo-posts__title,
.infohealth-promo-posts--text-dark .infohealth-promo-posts__subtitle,
.infohealth-promo-posts--text-dark .infohealth-promo-posts__powered-text {
	color: #1a2836;
}

.infohealth-promo-posts--text-light .infohealth-promo-posts__title,
.infohealth-promo-posts--text-light .infohealth-promo-posts__subtitle,
.infohealth-promo-posts--text-light .infohealth-promo-posts__powered-text {
	color: #ffffff;
}

.infohealth-promo-posts__content {
	min-width: 0;
	display: flex;
	align-items: flex-start;
	padding-block: 2px;
}

.infohealth-promo-posts__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.4vw, 34px);
	align-content: start;
}

.infohealth-promo-posts__grid:has(.infohealth-promo-posts__card:only-child) {
	grid-template-columns: minmax(0, 1fr);
	max-width: 34%;
}

.infohealth-promo-posts__grid:has(.infohealth-promo-posts__card:nth-child(2):last-child) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 68%;
}

.infohealth-promo-posts__slider {
	position: relative;
	width: 100%;
	min-width: 0;
}

.infohealth-promo-posts__viewport {
	overflow: hidden;
	width: 100%;
}

.infohealth-promo-posts__track {
	display: flex;
	gap: clamp(22px, 2.4vw, 34px);
	transition: transform 0.35s ease;
	will-change: transform;
}

.infohealth-promo-posts__track .infohealth-promo-posts__card {
	flex: 0 0 calc((100% - (2 * clamp(22px, 2.4vw, 34px))) / 3);
	min-width: 0;
}

.infohealth-promo-posts__card {
	display: grid;
	gap: 14px;
	align-content: start;
}

.infohealth-promo-posts__media {
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	border-radius: 3px;
	background: #e8e4dc;
}

.infohealth-promo-posts__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.infohealth-promo-posts__image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e8e4dc 0%, #d9d3c8 100%);
}

.infohealth-promo-posts__media:hover .infohealth-promo-posts__image {
	transform: scale(1.03);
}

.infohealth-promo-posts__card-title {
	margin: 0;
	font-family: Geologica, sans-serif;
	font-size: clamp(0.9375rem, 1vw, 1.0625rem);
	font-weight: 600;
	line-height: 1.4;
}

.infohealth-promo-posts__card-title a {
	color: #1a2836;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.infohealth-promo-posts__card-title a:hover,
.infohealth-promo-posts__card-title a:focus {
	color: #0f172a;
}

.infohealth-promo-posts__arrow {
	position: absolute;
	top: calc((100% - 3.2rem) / 2);
	transform: translateY(-50%);
	z-index: 2;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #1a2836;
	box-shadow: 0 6px 18px rgba(26, 40, 54, 0.14);
	cursor: pointer;
}

.infohealth-promo-posts__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.infohealth-promo-posts__arrow--prev {
	left: -8px;
}

.infohealth-promo-posts__arrow--next {
	right: -8px;
}

@media (max-width: 991px) {
	.infohealth-promo-posts__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.infohealth-promo-posts__panel {
		min-height: 0;
	}

	.infohealth-promo-posts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.infohealth-promo-posts__grid:has(.infohealth-promo-posts__card:only-child),
	.infohealth-promo-posts__grid:has(.infohealth-promo-posts__card:nth-child(2):last-child) {
		max-width: none;
	}

	.infohealth-promo-posts__track .infohealth-promo-posts__card {
		flex-basis: calc((100% - clamp(22px, 2.4vw, 34px)) / 2);
	}
}

@media (max-width: 640px) {
	.infohealth-promo-posts__grid {
		grid-template-columns: 1fr;
	}

	.infohealth-promo-posts__track .infohealth-promo-posts__card {
		flex-basis: 100%;
	}

	.infohealth-promo-posts__arrow--prev {
		left: 4px;
	}

	.infohealth-promo-posts__arrow--next {
		right: 4px;
	}
}

/* Focus Digest — asymmetric magazine */
.infohealth-block.infohealth-focus-digest {
	min-height: 90vh;
	height: 90vh;
	max-height: 90vh;
	justify-content: flex-start;
	--infohealth-block-pad-y: clamp(24px, 3vh, 40px);
	box-sizing: border-box;
	overflow: hidden;
}

.infohealth-focus-digest__inner {
	width: 100%;
	height: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.infohealth-focus-digest .infohealth-section-header {
	margin-bottom: clamp(14px, 2vh, 22px);
	flex-shrink: 0;
}

.infohealth-focus-digest__layout {
	flex: 1;
	min-height: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.78fr);
	gap: clamp(12px, 1.4vw, 18px);
	align-items: stretch;
}

.infohealth-focus-digest__featured {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
	min-height: 0;
	height: 100%;
}

.infohealth-focus-digest__featured-media {
	position: relative;
	display: block;
	flex: 1;
	min-height: 0;
	overflow: hidden;
	border-radius: 2px;
	background: #dfe5ec;
}

.infohealth-focus-digest__featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.45s ease;
}

.infohealth-focus-digest__featured-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #dfe5ec 0%, #c8d0da 100%);
}

.infohealth-focus-digest__featured-media:hover .infohealth-focus-digest__featured-image {
	transform: scale(1.04);
}

.infohealth-focus-digest__featured-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(12, 22, 34, 0.05) 28%,
		rgba(12, 22, 34, 0.72) 100%
	);
	pointer-events: none;
}

.infohealth-focus-digest__featured-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: clamp(16px, 2vw, 24px);
	color: #fff;
}

.infohealth-focus-digest__kicker {
	display: inline-block;
	width: fit-content;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
	padding: 5px 10px;
	background: var(--infohealth-focus-accent, #2daeb1);
}

.infohealth-focus-digest__featured-title {
	font-family: Geologica, sans-serif;
	font-size: clamp(1.25rem, 1.9vw, 1.75rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.015em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.infohealth-focus-digest__featured-meta {
	flex-shrink: 0;
}

.infohealth-focus-digest__rail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 3px solid var(--infohealth-focus-accent, #2daeb1);
	padding-left: clamp(14px, 1.4vw, 18px);
	min-width: 0;
	min-height: 0;
	height: 100%;
}

.infohealth-focus-digest__rail-item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(26, 40, 54, 0.12);
	min-height: 0;
}

.infohealth-focus-digest__rail-item:first-child {
	padding-top: 2px;
}

.infohealth-focus-digest__rail-item:last-child {
	border-bottom: 0;
	padding-bottom: 2px;
}

.infohealth-focus-digest__rail-item--text {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
}

.infohealth-focus-digest__rail-media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 2px;
	background: #e8edf2;
}

.infohealth-focus-digest__rail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.infohealth-focus-digest__rail-image--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e8edf2 0%, #d3dae3 100%);
}

.infohealth-focus-digest__rail-media:hover .infohealth-focus-digest__rail-image {
	transform: scale(1.05);
}

.infohealth-focus-digest__rail-body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.infohealth-focus-digest__rail-title {
	margin: 0;
	font-family: Geologica, sans-serif;
	font-size: clamp(0.9rem, 1vw, 1.02rem);
	font-weight: 600;
	line-height: 1.32;
}

.infohealth-focus-digest__rail-title a {
	color: #1a2836;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.infohealth-focus-digest__rail-item--text .infohealth-focus-digest__rail-title a {
	-webkit-line-clamp: 3;
}

.infohealth-focus-digest__rail-title a:hover,
.infohealth-focus-digest__rail-title a:focus {
	color: #0f172a;
}

.infohealth-focus-digest--text-dark .infohealth-post-meta {
	color: #8b95a5;
}

.infohealth-focus-digest--text-light .infohealth-post-meta {
	color: rgba(255, 255, 255, 0.72);
}

.infohealth-focus-digest--text-light .infohealth-focus-digest__rail-title a {
	color: #ffffff;
}

.infohealth-focus-digest--text-light .infohealth-focus-digest__rail {
	border-left-color: rgba(255, 255, 255, 0.55);
}

.infohealth-focus-digest--text-light .infohealth-focus-digest__rail-item {
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 991px) {
	.infohealth-block.infohealth-focus-digest {
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: visible;
	}

	.infohealth-focus-digest__inner {
		height: auto;
	}

	.infohealth-focus-digest__layout {
		grid-template-columns: 1fr;
		gap: 20px;
		flex: none;
	}

	.infohealth-focus-digest__featured {
		height: auto;
	}

	.infohealth-focus-digest__featured-media {
		flex: none;
		aspect-ratio: 16 / 11;
		min-height: 240px;
	}

	.infohealth-focus-digest__rail {
		height: auto;
		border-left: 0;
		border-top: 3px solid var(--infohealth-focus-accent, #2daeb1);
		padding-left: 0;
		padding-top: 8px;
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.infohealth-focus-digest__rail-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}

	.infohealth-focus-digest__rail-item--text {
		grid-template-columns: minmax(0, 1fr);
	}

	.infohealth-focus-digest__featured-title {
		-webkit-line-clamp: 3;
	}
}

@media (min-width: 992px) {
	[data-infohealth-sticky-ad].is-sticky {
		position: sticky;
		top: var(--infohealth-ad-sticky-top, 100px);
	}
}
