/* Noticias y eventos: los estilos permanecen acotados a sus dos vistas públicas. */
.news-page,
.single-news-page {
	--news-green: var(--institutional-green, var(--school-green, #005738));
	--news-green-dark: var(--institutional-green-dark, var(--school-green-dark, #003e28));
	--news-red: var(--institutional-red, var(--school-burgundy, #96151d));
	--news-gold: var(--institutional-gold, var(--school-gold, #e5a30c));
	--news-cream: var(--institutional-cream, var(--school-cream, #f7f3eb));
	--news-soft: var(--institutional-soft, var(--school-green-soft, #f5f8f6));
	--news-ink: var(--institutional-ink, var(--school-ink, #25352e));
	--news-muted: var(--institutional-muted, var(--school-muted, #68766f));
	--news-border: rgba(0, 87, 56, .12);
	color: var(--news-ink);
	background: #fff;
}

.news-page *,
.news-page *::before,
.news-page *::after,
.single-news-page *,
.single-news-page *::before,
.single-news-page *::after {
	box-sizing: border-box;
}

.news-page img,
.single-news-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.news-page a,
.single-news-page a {
	text-underline-offset: .18em;
}

.news-page a:focus-visible,
.news-page button:focus-visible,
.single-news-page a:focus-visible,
.single-news-page button:focus-visible {
	outline: 3px solid rgba(229, 163, 12, .55);
	outline-offset: 3px;
}

.news-page .news-hero {
	padding: clamp(4rem, 6vw, 6.25rem) 0;
	background: linear-gradient(90deg, #fff 0%, #fff 58%, var(--news-soft) 58%, var(--news-soft) 100%);
}

.news-page .news-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}

.news-page .news-hero__copy {
	max-width: 690px;
}

.news-page .news-eyebrow,
.single-news-page .news-eyebrow {
	margin: 0 0 .8rem;
	color: var(--news-gold);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.news-page .news-eyebrow--light,
.single-news-page .news-eyebrow--light {
	color: var(--news-gold);
}

.news-page .news-hero h1,
.news-page .news-section-heading h2,
.news-page .news-cta h2,
.news-page .news-archive-header h1,
.single-news-page .single-news-header h1,
.single-news-page .news-section-heading h2 {
	margin: 0;
	color: var(--news-green-dark);
	font-family: var(--heading-font, Palatino, Georgia, serif);
	font-weight: 700;
	letter-spacing: 0;
}

.news-page .news-hero h1,
.news-page .news-archive-header h1,
.single-news-page .single-news-header h1 {
	max-width: 760px;
	font-size: clamp(2.35rem, 4.6vw, 4.45rem);
	line-height: 1.04;
}

.news-page .news-hero__lead {
	max-width: 660px;
	margin: 0 0 1rem;
	color: var(--news-muted);
	font-size: clamp(1rem, 1.45vw, 1.16rem);
	line-height: 1.78;
}

.news-page .news-hero__note {
	max-width: 570px;
	margin: 0 0 1.55rem;
	padding-left: 1rem;
	border-left: 3px solid var(--news-gold);
	color: var(--news-green-dark);
	font-weight: 700;
	line-height: 1.65;
}

.news-page .news-actions,
.news-page .news-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	align-items: center;
}

.news-page .news-button,
.single-news-page .news-button {
	display: inline-flex;
	min-height: 46px;
	gap: .55rem;
	align-items: center;
	justify-content: center;
	padding: .78rem 1.18rem;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease;
}

.news-page .news-button:hover,
.single-news-page .news-button:hover {
	transform: translateY(-2px);
}

.news-page .news-button--primary,
.single-news-page .news-button--primary {
	color: #fff;
	background: var(--news-red);
}

.news-page .news-button--primary:hover,
.news-page .news-button--primary:focus-visible,
.single-news-page .news-button--primary:hover,
.single-news-page .news-button--primary:focus-visible {
	color: #fff;
	background: var(--news-green-dark);
}

.news-page .news-button--outline {
	color: var(--news-green-dark);
	border-color: rgba(0, 87, 56, .22);
	background: #fff;
}

.news-page .news-button--outline:hover,
.news-page .news-button--outline:focus-visible {
	color: var(--news-red);
	border-color: var(--news-gold);
}

.news-page .news-button--secondary {
	color: #fff;
	background: var(--news-red);
}

.news-page .news-hero__visual {
	position: relative;
	min-width: 0;
	margin: 0;
}

.news-page .news-hero__visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(0, 62, 40, .1);
}

.news-page .news-hero__visual-label {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	max-width: 260px;
	padding: .8rem .95rem;
	color: #fff;
	background: rgba(0, 62, 40, .9);
}

.news-page .news-hero__visual-label span,
.news-page .news-hero__visual-label strong {
	display: block;
}

.news-page .news-hero__visual-label span {
	color: rgba(255, 255, 255, .78);
	font-size: .76rem;
}

.news-page .news-hero__visual-label strong {
	margin-top: .15rem;
	font-size: .88rem;
}

.news-page .news-categories {
	padding: 1.15rem 0;
	border-block: 1px solid var(--news-border);
	background: #fff;
}

.news-page .news-categories__heading {
	margin-bottom: .65rem;
}

.news-page .news-categories__heading .news-eyebrow {
	margin-bottom: 0;
	color: var(--news-green-dark);
	font-size: .68rem;
}

.news-page .news-categories__list {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem 1.55rem;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-page .news-categories__list a {
	display: inline-flex;
	gap: .3rem;
	align-items: center;
	min-height: 34px;
	padding: .3rem 0;
	border-bottom: 2px solid transparent;
	color: var(--news-green-dark);
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease;
}

.news-page .news-categories__list a:hover,
.news-page .news-categories__list a:focus-visible,
.news-page .news-categories__list a.is-active {
	color: var(--news-red);
	border-bottom-color: var(--news-gold);
}

.news-page .news-categories__list a span {
	color: var(--news-muted);
	font-size: .72rem;
	font-weight: 600;
}

.news-page .news-section,
.single-news-page .news-section {
	padding: clamp(3.75rem, 5.5vw, 5.5rem) 0;
}

.news-page .news-section--compact,
.single-news-page .news-section--compact {
	padding: clamp(3rem, 4.5vw, 4.5rem) 0;
}

.news-page .news-section--listing {
	background: #fff;
}

.news-page .news-section-heading,
.single-news-page .news-section-heading {
	max-width: 780px;
	margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.news-page .news-section-heading h2,
.single-news-page .news-section-heading h2 {
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	line-height: 1.14;
}

.news-page .news-section-heading > p:last-child,
.single-news-page .news-section-heading > p:last-child {
	max-width: 720px;
	margin: 1rem 0 0;
	color: var(--news-muted);
	line-height: 1.78;
}

.news-page .news-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	margin-bottom: clamp(2.3rem, 4vw, 3.6rem);
	padding-bottom: clamp(2.3rem, 4vw, 3.6rem);
	border-bottom: 1px solid var(--news-border);
}

.news-page .news-featured__image-link {
	display: block;
	overflow: hidden;
	border-radius: 14px;
	background: var(--news-soft);
}

.news-page .news-featured__image {
	width: 100%;
	aspect-ratio: 16 / 9.5;
	object-fit: cover;
	transition: transform .35s ease;
}

.news-page .news-featured:hover .news-featured__image {
	transform: scale(1.02);
}

.news-page .news-featured__body {
	min-width: 0;
}

.news-page .news-featured__meta,
.news-page .news-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem .8rem;
	align-items: center;
	color: var(--news-muted);
	font-size: .76rem;
	font-weight: 700;
}

.news-page .news-featured__meta a,
.news-page .news-card__meta a {
	color: var(--news-red);
	font-weight: 800;
	text-decoration: none;
}

.news-page .news-featured__meta a:hover,
.news-page .news-featured__meta a:focus-visible,
.news-page .news-card__meta a:hover,
.news-page .news-card__meta a:focus-visible {
	color: var(--news-green-dark);
	text-decoration: underline;
}

.news-page .news-featured h2 {
	margin: .8rem 0 0;
	font-family: var(--heading-font, Palatino, Georgia, serif);
	font-size: clamp(1.7rem, 3vw, 2.8rem);
	line-height: 1.12;
}

.news-page .news-featured h2 a,
.news-page .news-card h3 a {
	color: var(--news-green-dark);
	text-decoration: none;
}

.news-page .news-featured h2 a:hover,
.news-page .news-featured h2 a:focus-visible,
.news-page .news-card h3 a:hover,
.news-page .news-card h3 a:focus-visible {
	color: var(--news-red);
}

.news-page .news-featured__excerpt {
	max-width: 600px;
	margin: 1rem 0 1.45rem;
	color: var(--news-muted);
	line-height: 1.75;
}

.news-page .news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.2rem, 2.5vw, 2rem);
}

.news-page .news-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--news-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 62, 40, .045);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.news-page .news-card:hover,
.news-page .news-card:focus-within {
	border-color: rgba(229, 163, 12, .55);
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(0, 62, 40, .1);
}

.news-page .news-card__image-link {
	display: block;
	overflow: hidden;
	background: var(--news-soft);
}

.news-page .news-card__image {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform .3s ease;
}

.news-page .news-card:hover .news-card__image {
	transform: scale(1.025);
}

.news-page .news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 1.05rem 1.1rem 1.15rem;
}

.news-page .news-card__meta {
	margin-bottom: .75rem;
	font-size: .72rem;
}

.news-page .news-card__meta time {
	color: var(--news-muted);
	font-weight: 600;
}

.news-page .news-card h3 {
	margin: 0 0 .55rem;
	font-family: var(--heading-font, Palatino, Georgia, serif);
	font-size: 1.15rem;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-page .news-card__body > p {
	display: -webkit-box;
	flex: 1;
	margin: 0 0 1rem;
	color: var(--news-muted);
	font-size: .86rem;
	line-height: 1.62;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.news-page .news-text-link {
	display: inline-flex;
	gap: .4rem;
	align-items: center;
	width: fit-content;
	color: var(--news-red);
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
}

.news-page .news-text-link:hover,
.news-page .news-text-link:focus-visible {
	color: var(--news-green-dark);
}

.news-page .news-pagination {
	display: flex;
	justify-content: center;
	margin-top: clamp(2.4rem, 4vw, 3.6rem);
}

.news-page .news-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-page .news-pagination a,
.news-page .news-pagination span {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: .45rem .7rem;
	border: 1px solid var(--news-border);
	border-radius: 8px;
	color: var(--news-green-dark);
	background: #fff;
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
}

.news-page .news-pagination .current {
	border-color: var(--news-red);
	color: #fff;
	background: var(--news-red);
}

.news-page .news-pagination a:hover,
.news-page .news-pagination a:focus-visible {
	border-color: var(--news-gold);
	color: var(--news-red);
}

.news-page .news-pagination .dots {
	border-color: transparent;
	background: transparent;
}

.news-page .news-empty {
	max-width: 680px;
	margin: 0 auto;
	padding: 2.4rem 1.5rem;
	border-top: 3px solid var(--news-gold);
	text-align: center;
	background: var(--news-soft);
}

.news-page .news-empty > i {
	color: var(--news-red);
	font-size: 2rem;
}

.news-page .news-empty h3 {
	margin: .8rem 0 0;
	color: var(--news-green-dark);
	font-family: var(--heading-font, Palatino, Georgia, serif);
	font-size: 1.45rem;
}

.news-page .news-empty p {
	margin: .75rem auto 1.35rem;
	color: var(--news-muted);
	line-height: 1.7;
}

.news-page .news-archive-header {
	padding: clamp(4rem, 6vw, 6.25rem) 0;
	background: linear-gradient(90deg, #fff 0%, #fff 58%, var(--news-soft) 58%, var(--news-soft) 100%);
}

.news-page .news-archive-header__copy {
	max-width: 780px;
}

.news-page .news-archive-header__description {
	max-width: 720px;
	margin-top: 1rem;
	color: var(--news-muted);
	line-height: 1.78;
}

.news-page .news-cta {
	padding: clamp(3.8rem, 5.5vw, 5.2rem) 0;
	color: #fff;
	background: var(--news-green-dark);
	text-align: center;
}

.news-page .news-cta .news-eyebrow,
.news-page .news-cta h2 {
	color: #fff;
}

.news-page .news-cta h2 {
	max-width: 820px;
	margin: 0 auto 1rem;
	font-size: clamp(2rem, 3.4vw, 3.35rem);
	line-height: 1.12;
}

.news-page .news-cta > .site-container > .news-cta__inner > p:not(.news-eyebrow) {
	max-width: 720px;
	margin: 0 auto 1.55rem;
	color: rgba(255, 255, 255, .76);
	line-height: 1.7;
}

.news-page .news-cta__actions {
	justify-content: center;
}

.news-page .news-button--gold {
	color: var(--news-green-dark);
	background: var(--news-gold);
}

.news-page .news-button--gold:hover,
.news-page .news-button--gold:focus-visible {
	color: var(--news-green-dark);
	background: #f0b51d;
}

.news-page .news-button--light {
	color: #fff;
	border-color: rgba(255, 255, 255, .34);
	background: transparent;
}

.news-page .news-button--light:hover,
.news-page .news-button--light:focus-visible {
	color: #fff;
	border-color: #fff;
}

.news-page .news-cta__tertiary {
	display: inline-flex;
	gap: .45rem;
	align-items: center;
	min-height: 46px;
	padding: .78rem .3rem;
	color: rgba(255, 255, 255, .84);
	font-size: .86rem;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-color: rgba(229, 163, 12, .8);
	text-underline-offset: .3rem;
}

.news-page .news-cta__tertiary:hover,
.news-page .news-cta__tertiary:focus-visible {
	color: #fff;
}

.single-news-page .single-news-header {
	padding: clamp(3rem, 4.5vw, 4.75rem) 0;
	background: #fff;
}

.single-news-page .news-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem .65rem;
	align-items: center;
	margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
	color: var(--news-muted);
	font-size: .78rem;
}

.single-news-page .news-breadcrumbs a {
	color: var(--news-green-dark);
	font-weight: 800;
	text-decoration: none;
}

.single-news-page .news-breadcrumbs a:hover,
.single-news-page .news-breadcrumbs a:focus-visible {
	color: var(--news-red);
	text-decoration: underline;
}

.single-news-page .news-breadcrumbs i {
	color: var(--news-gold);
	font-size: .65rem;
}

.single-news-page .single-news-header__copy {
	max-width: 850px;
}

.single-news-page .news-category-link,
.single-news-page .news-category-label {
	display: inline-block;
	margin-bottom: .8rem;
	color: var(--news-red);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none;
}

.single-news-page .news-category-link:hover,
.single-news-page .news-category-link:focus-visible {
	color: var(--news-green-dark);
	text-decoration: underline;
}

.single-news-page .single-news-date {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin: 0 0 1rem;
	color: var(--news-muted);
	font-size: .8rem;
	font-weight: 700;
}

.single-news-page .single-news-title {
	max-width: 850px;
}

.single-news-page .single-news-excerpt {
	max-width: 760px;
	margin: 1rem 0 0;
	color: var(--news-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.single-news-page .single-news-article {
	padding: clamp(2rem, 3.5vw, 3.25rem) 0 0;
}

.single-news-page .single-news-featured {
	width: min(100%, 1040px);
	margin: 0 auto clamp(2.25rem, 3.5vw, 3.25rem);
	text-align: center;
}

.single-news-page .single-news-featured--portrait,
.single-news-page .single-news-featured--square {
	width: min(100%, 720px);
}

.single-news-page .single-news-featured__image {
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(0, 62, 40, .08);
}

.single-news-page .single-news-featured figcaption {
	margin-top: .65rem;
	color: var(--news-muted);
	font-size: .78rem;
	text-align: center;
}

.single-news-page .single-news-content {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.single-news-page .single-news-content-inner {
	width: min(100%, 820px);
	max-width: 820px;
	margin-inline: auto;
	color: #33443c;
	font-size: 1.03rem;
	line-height: 1.78;
}

.single-news-page .single-news-content-inner > * + * {
	margin-top: 1.1rem;
}

.single-news-page .single-news-content h2,
.single-news-page .single-news-content h3,
.single-news-page .single-news-content h4 {
	color: var(--news-green-dark);
	font-family: var(--heading-font, Palatino, Georgia, serif);
	line-height: 1.2;
}

.single-news-page .single-news-content h2 {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.single-news-page .single-news-content h3 {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.single-news-page .single-news-content a {
	color: var(--news-red);
	font-weight: 700;
}

.single-news-page .single-news-content a:hover,
.single-news-page .single-news-content a:focus-visible {
	color: var(--news-green-dark);
}

.single-news-page .single-news-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.single-news-page .single-news-content .alignwide {
	width: min(100vw - 40px, 1120px);
	max-width: none;
	margin-right: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

.single-news-page .single-news-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.single-news-page .single-news-content figure,
.single-news-page .single-news-content .wp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.single-news-page .single-news-content figcaption {
	margin-top: .55rem;
	color: var(--news-muted);
	font-size: .78rem;
	line-height: 1.5;
	text-align: center;
}

.single-news-page .single-news-content blockquote {
	margin-right: 0;
	margin-left: 0;
	padding: 1rem 1.25rem;
	border-left: 3px solid var(--news-gold);
	color: var(--news-green-dark);
	background: var(--news-soft);
	font-family: var(--heading-font, Palatino, Georgia, serif);
	font-size: 1.15rem;
}

.single-news-page .single-news-content ul,
.single-news-page .single-news-content ol {
	padding-left: 1.35rem;
}

.single-news-page .single-news-content li + li {
	margin-top: .45rem;
}

.single-news-page .single-news-content hr {
	margin: 2rem 0;
	border: 0;
	border-top: 1px solid var(--news-border);
}

.single-news-page .single-news-content-inner .wp-block-gallery,
.single-news-page .single-news-content-inner .gallery {
	width: min(1100px, calc(100vw - 40px));
	max-width: 1100px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(.65rem, 1.5vw, 1.15rem);
	margin: clamp(2rem, 4vw, 3.5rem) 50% 0;
	transform: translateX(-50%);
	padding: 0;
	list-style: none;
}

.single-news-page .single-news-content-inner .wp-block-gallery.has-nested-images {
	align-items: stretch;
}

/* Keep nested Gutenberg gallery items in the normal document flow. */
.single-news-page .single-news-content-inner .wp-block-gallery.has-nested-images figure.wp-block-image {
	display: block !important;
	flex: none !important;
	height: auto !important;
	min-height: 0 !important;
}

.single-news-page .single-news-content-inner .wp-block-gallery > .blocks-gallery-grid {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: inherit;
	gap: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-news-page .single-news-content-inner .wp-block-gallery .wp-block-image,
.single-news-page .single-news-content-inner .wp-block-gallery .blocks-gallery-item,
.single-news-page .single-news-content-inner .blocks-gallery-grid .blocks-gallery-item,
.single-news-page .single-news-content-inner .gallery .gallery-item,
.single-news-page .single-news-content-inner .gallery figure {
	position: relative;
	min-width: 0;
	margin: 0 !important;
	width: auto !important;
	overflow: hidden;
	border-radius: 10px;
	background: #f5f5f2;
}

.single-news-page .single-news-content-inner .wp-block-gallery .wp-block-image a,
.single-news-page .single-news-content-inner .wp-block-gallery .blocks-gallery-item a,
.single-news-page .single-news-content-inner .gallery .gallery-item a,
.single-news-page .single-news-content-inner .gallery figure a,
.single-news-page .single-news-content-inner .gallery figure a {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border-radius: 10px;
	background: transparent;
	cursor: zoom-in;
}

.single-news-page .single-news-content-inner .wp-block-gallery img,
.single-news-page .single-news-content-inner .gallery img {
	display: block;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	flex: none !important;
	object-fit: contain !important;
	transition: transform .25s ease;
}

.single-news-page .single-news-content-inner .wp-block-gallery a:hover img,
.single-news-page .single-news-content-inner .wp-block-gallery a:focus-visible img,
.single-news-page .single-news-content-inner .gallery a:hover img,
.single-news-page .single-news-content-inner .gallery a:focus-visible img {
	transform: scale(1.035);
}

/* WordPress creates an initial thumbnail layer for its zoom animation. Keep
 * only the enlarged layer visible and preserve the native container sizing. */
body.single-post .wp-lightbox-overlay > .lightbox-image-container:first-of-type {
	display: none !important;
}

/* Never crop the image inside the native WordPress modal. */
body.single-post .wp-lightbox-overlay .wp-block-image img {
	object-fit: contain !important;
}

.single-news-page .single-news-content-inner .wp-block-gallery.columns-2,
.single-news-page .single-news-content-inner .gallery.gallery-columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-news-page .single-news-content-inner .wp-block-gallery.columns-3,
.single-news-page .single-news-content-inner .gallery.gallery-columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-news-page .single-news-content-inner .wp-block-gallery.columns-4,
.single-news-page .single-news-content-inner .gallery.gallery-columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-news-page .single-news-content-inner .wp-block-gallery figure.is-portrait img,
.single-news-page .single-news-content-inner .gallery-item.is-portrait img {
	background: #f5f5f2;
	object-fit: contain;
}

.single-news-page .single-news-content-inner .wp-block-gallery figcaption,
.single-news-page .single-news-content-inner .gallery-caption {
	margin: .55rem 0 0;
	padding: 0 .15rem .65rem;
	color: var(--news-muted);
	font-size: .85rem;
	line-height: 1.5;
	text-align: left;
}

.single-news-page .news-sharing {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1.1rem;
	align-items: center;
	max-width: 800px;
	margin: 2.4rem auto 0;
	padding-top: .9rem;
	border-top: 1px solid var(--news-border);
}

.single-news-page .news-sharing > strong {
	color: var(--news-green-dark);
	font-size: .8rem;
	font-weight: 800;
}

.single-news-page .news-sharing__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.single-news-page .news-sharing__actions a,
.single-news-page .news-sharing__actions button {
	display: inline-flex;
	gap: .4rem;
	align-items: center;
	min-height: 36px;
	padding: .45rem .65rem;
	border: 1px solid var(--news-border);
	border-radius: 8px;
	color: var(--news-green-dark);
	background: #fff;
	font-family: inherit;
	font-size: .76rem;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.single-news-page .news-sharing__actions a:hover,
.single-news-page .news-sharing__actions a:focus-visible,
.single-news-page .news-sharing__actions button:hover,
.single-news-page .news-sharing__actions button:focus-visible {
	border-color: var(--news-gold);
	color: var(--news-red);
}

.single-news-page .news-sharing__actions .bi-whatsapp {
	color: #168a4a;
}

.single-news-page .news-sharing__actions .bi-facebook {
	color: #2455a4;
}

.single-news-page .news-sharing__status {
	color: var(--news-green);
	font-size: .76rem;
	font-weight: 800;
}

.single-news-page .news-related {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(2.75rem, 4vw, 4rem) 0 clamp(2.75rem, 4vw, 3.5rem);
}

.single-news-page .news-related .news-section-heading {
	margin-bottom: clamp(1.4rem, 2.5vw, 2rem);
}

.single-news-page .news-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.2rem, 2.5vw, 2rem);
}

.single-news-page .news-related__grid--1 {
	grid-template-columns: minmax(0, 360px);
}

.single-news-page .news-related__grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-news-page .news-related .news-card {
	min-width: 0;
}

.single-news-page .news-related .news-card:only-child {
	max-width: 360px;
	justify-self: start;
}

.single-news-page .news-related .news-card__image {
	aspect-ratio: 16 / 9;
}

.single-news-page .news-related .news-card__body {
	padding: .85rem .95rem 1rem;
}

.single-news-page .news-related .news-card__meta {
	margin-bottom: .55rem;
}

.single-news-page .news-related .news-card h3 {
	display: block;
	margin-bottom: .4rem;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.single-news-page .news-related .news-card__body > p {
	-webkit-line-clamp: 3;
	margin-bottom: .75rem;
}

.single-news-page .single-news-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 0 2.5rem;
	border-top: 1px solid var(--news-border);
}

.single-news-page .single-news-navigation--single {
	grid-template-columns: minmax(0, 1fr);
}

.single-news-page .single-news-navigation__item {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: .35rem;
	min-height: 108px;
	padding: 1.2rem 1.35rem;
	border: 1px solid var(--news-border);
	border-radius: 10px;
	color: var(--news-green-dark);
	text-decoration: none;
	background: #fff;
	transition: border-color .2s ease, transform .2s ease;
}

.single-news-page .single-news-navigation__item:hover,
.single-news-page .single-news-navigation__item:focus-visible {
	border-color: var(--news-gold);
	transform: translateY(-2px);
}

.single-news-page .single-news-navigation__item span {
	color: var(--news-red);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.single-news-page .single-news-navigation__item strong {
	font-family: var(--heading-font, Palatino, Georgia, serif);
	font-size: 1rem;
	line-height: 1.3;
}

.single-news-page .single-news-navigation__item i {
	position: absolute;
	top: 1rem;
	color: var(--news-gold);
	font-size: 1rem;
}

.single-news-page .single-news-navigation__item--previous i {
	right: 1rem;
}

.single-news-page .single-news-navigation__item--next i {
	right: 1rem;
}

.single-news-page .news-cta {
	padding: clamp(3.8rem, 5.5vw, 5.2rem) 0;
	color: #fff;
	background: var(--news-green-dark);
	text-align: center;
}

.single-news-page .news-cta__inner {
	max-width: 900px;
	margin: 0 auto;
}

.single-news-page .news-cta .news-eyebrow,
.single-news-page .news-cta h2 {
	color: #fff;
}

.single-news-page .news-cta h2 {
	max-width: 820px;
	margin: 0 auto 1rem;
	font-size: clamp(2rem, 3.4vw, 3.35rem);
	line-height: 1.12;
}

.single-news-page .news-cta > .site-container > .news-cta__inner > p:not(.news-eyebrow) {
	max-width: 720px;
	margin: 0 auto 1.55rem;
	color: rgba(255, 255, 255, .76);
	line-height: 1.7;
}

.single-news-page .news-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1rem;
	align-items: center;
	justify-content: center;
}

.single-news-page .news-button--gold {
	color: var(--news-green-dark);
	background: var(--news-gold);
}

.single-news-page .news-button--light {
	color: #fff;
	border-color: rgba(255, 255, 255, .34);
	background: transparent;
}

.single-news-page .news-cta__tertiary {
	display: inline-flex;
	gap: .45rem;
	align-items: center;
	min-height: 46px;
	padding: .78rem .3rem;
	color: rgba(255, 255, 255, .84);
	font-size: .86rem;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-color: rgba(229, 163, 12, .8);
	text-underline-offset: .3rem;
}

@media (max-width: 991.98px) {
	.news-page .news-hero,
	.news-page .news-archive-header,
	.single-news-page .single-news-header {
		background: #fff;
	}

	.news-page .news-hero__grid,
	.news-page .news-featured {
		grid-template-columns: 1fr;
	}

	.news-page .news-hero__visual {
		margin-top: 1rem;
	}

	.news-page .news-featured__body {
		max-width: 760px;
	}

	.single-news-page .single-news-featured--landscape .single-news-featured__image {
		max-height: 520px;
	}

	.single-news-page .single-news-featured--portrait .single-news-featured__image,
	.single-news-page .single-news-featured--square .single-news-featured__image {
		max-height: none;
	}

	.single-news-page .single-news-content-inner .wp-block-gallery.columns-3,
	.single-news-page .single-news-content-inner .wp-block-gallery.columns-4,
	.single-news-page .single-news-content-inner .gallery.gallery-columns-3,
	.single-news-page .single-news-content-inner .gallery.gallery-columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-page .news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-news-page .news-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-news-page .news-related__grid.news-related__grid--1 {
		grid-template-columns: minmax(0, 360px);
	}
}

@media (max-width: 767.98px) {
	.news-page .news-hero,
	.news-page .news-archive-header {
		padding: 3.5rem 0;
	}

	.news-page .news-page__site-container,
	.news-page .site-container,
	.single-news-page .site-container {
		padding-inline: 20px;
	}

	.news-page .news-hero__visual-label {
		position: static;
		max-width: none;
		margin-top: .75rem;
		background: var(--news-green-dark);
	}

	.news-page .news-actions,
	.news-page .news-cta__actions,
	.single-news-page .news-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.news-page .news-button,
	.single-news-page .news-button {
		width: 100%;
	}

	.news-page .news-categories__list {
		flex-wrap: nowrap;
		gap: .25rem 1.2rem;
		overflow-x: auto;
		padding-bottom: .25rem;
		scrollbar-width: thin;
	}

	.news-page .news-categories__list li {
		flex: 0 0 auto;
	}

	.news-page .news-section,
	.single-news-page .news-section {
		padding: 3.25rem 0;
	}

	.news-page .news-section--compact,
	.single-news-page .news-section--compact {
		padding: 2.75rem 0;
	}

	.news-page .news-grid,
	.single-news-page .news-related__grid {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin-inline: auto;
	}

	.news-page .news-featured__image {
		aspect-ratio: 1.35 / .9;
	}

	.single-news-page .single-news-header {
		padding: 2.8rem 0 3rem;
	}

	.single-news-page .news-breadcrumbs {
		margin-bottom: 1.6rem;
	}

	.single-news-page .single-news-featured {
		margin-bottom: 2.2rem;
	}

	.single-news-page .single-news-featured__image {
		max-height: none;
		aspect-ratio: auto;
		object-fit: contain;
		border-radius: 9px;
	}

	.single-news-page .single-news-content {
		font-size: .98rem;
	}

	.single-news-page .single-news-content-inner {
		font-size: .98rem;
	}

	.single-news-page .single-news-content .alignwide {
		width: 100%;
		margin-left: 0;
		transform: none;
	}

	.single-news-page .single-news-content .alignfull {
		width: calc(100% + 40px);
		margin-left: -20px;
		transform: none;
	}

	.single-news-page .single-news-content .wp-block-gallery,
	.single-news-page .single-news-content .gallery {
		width: 100%;
		max-width: 100%;
		margin: 2rem 0 0;
		transform: none;
		grid-template-columns: 1fr;
	}

	.single-news-page .single-news-content-inner .wp-block-gallery.columns-2,
	.single-news-page .single-news-content-inner .wp-block-gallery.columns-3,
	.single-news-page .single-news-content-inner .wp-block-gallery.columns-4,
	.single-news-page .single-news-content-inner .gallery.gallery-columns-2,
	.single-news-page .single-news-content-inner .gallery.gallery-columns-3,
	.single-news-page .single-news-content-inner .gallery.gallery-columns-4 {
		grid-template-columns: 1fr;
	}

	.single-news-page .news-sharing {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-news-page .news-related {
		padding: 2.5rem 0 2.75rem;
	}

	.single-news-page .single-news-navigation {
		grid-template-columns: 1fr;
		width: 100%;
		padding: 1.75rem 0 2.25rem;
	}

	.single-news-page .single-news-navigation__item {
		min-height: 92px;
	}

	.single-news-page .news-cta__tertiary {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.news-page *,
	.news-page *::before,
	.news-page *::after,
	.single-news-page *,
	.single-news-page *::before,
	.single-news-page *::after {
		transition: none !important;
		animation: none !important;
	}
}
