@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
	--primary-dark: #1f4e5f;
	--accent: #5aa469;
	--white: #ffffff;
	--bg: #f3f8f6;
	--text: #1f333b;
	--muted: #5a727b;
	--border: #d6e5e2;
	--shadow: 0 14px 30px rgba(17, 62, 73, 0.14);
	--layout-max-width: 1220px;
	--layout-gutter: 18px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Poppins", "Montserrat", "Segoe UI", Arial, sans-serif;
	background: linear-gradient(180deg, var(--bg) 0%, #dfeee9 100%);
	color: var(--text);
	line-height: 1.7;
	overflow-x: hidden;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

a {
	color: inherit;
	text-decoration: none;
}

.topbar {
	background: var(--primary-dark);
	color: #e8eef1;
}

.topbar-inner,
.nav-inner,
.container,
.footer-inner {
	max-width: var(--layout-max-width);
	margin: 0 auto;
	padding-left: var(--layout-gutter);
	padding-right: var(--layout-gutter);
}

/* Homepagina expliciet vast op dezelfde centrale paginabreedte */
body.home-page .container {
	width: min(100%, var(--layout-max-width));
	max-width: var(--layout-max-width);
}

body.about-page .container {
	width: min(100%, var(--layout-max-width));
	max-width: var(--layout-max-width);
}

body.projects-page .container {
	width: min(100%, var(--layout-max-width));
	max-width: var(--layout-max-width);
}

body.history-page .container,
body.contact-page .container {
	width: min(100%, var(--layout-max-width));
	max-width: var(--layout-max-width);
}

.topbar-inner {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.82rem;
}

.topbar-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.topbar-social {
	display: flex;
	gap: 8px;
	align-items: center;
}

.social-dot {
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 0.72rem;
}

.lang-toggle {
	display: inline-flex;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	overflow: hidden;
}

.lang-btn {
	background: transparent;
	color: #e8eef1;
	border: 0;
	padding: 4px 8px;
	font-size: 0.72rem;
	font-weight: 700;
	cursor: pointer;
}

.lang-btn.is-active {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff;
}

.main-nav-wrap {
	background: #e9f3f1;
	border-bottom: 1px solid var(--border);
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.brand {
	font-weight: 800;
	color: var(--primary-dark);
	font-size: 1.1rem;
}

.brand-title {
	display: inline-flex;
	align-items: center;
	gap: 0.22rem;
}

.brand-flag {
	width: 1.1em;
	height: 1.1em;
	object-fit: contain;
	border-radius: 2px;
	flex-shrink: 0;
}

.brand small {
	display: block;
	font-size: 0.76rem;
	font-weight: 500;
	color: var(--muted);
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.tab {
	padding: 8px 12px;
	font-weight: 600;
	font-size: 0.93rem;
	color: #2f4048;
	border-radius: 8px;
}

.tab:hover,
.tab.active {
	background: #e9f3f1;
}

.donate-btn {
	background: var(--accent);
	color: #fff;
	padding: 11px 16px;
	border-radius: 9px;
	font-weight: 700;
	white-space: nowrap;
}

.donate-btn:hover {
	filter: brightness(0.95);
}

.menu-toggle {
	display: none;
	background: #e9f3f1;
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 8px 11px;
	font-size: 1rem;
	color: var(--primary-dark);
	cursor: pointer;
}

.mobile-menu-panel {
	display: none;
	border-top: 1px solid var(--border);
	background: #fff;
	padding: 10px 14px 14px;
}

.mobile-menu-panel a {
	display: block;
	padding: 9px 10px;
	border-radius: 8px;
	font-weight: 600;
	color: #2f4048;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a.active {
	background: #e9f3f1;
}

.container {
	padding-top: 24px;
	padding-bottom: 52px;
	flex: 1 0 auto;
}

.hero {
	position: relative;
	min-height: 470px;
	border-radius: 18px;
	padding: 58px 38px;
	background-image: url("../fotos/185b19db-a4df-483b-84e3-fbc38af0aab4.jpeg");
	background-size: cover;
	background-position: center;
	color: var(--primary-dark);
	overflow: visible;
	box-shadow: 0 16px 28px rgba(17, 62, 73, 0.16);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero h1 {
	max-width: 14ch;
	margin: 0 0 14px;
	font-size: clamp(2rem, 4.4vw, 3.3rem);
	line-height: 1.08;
	font-weight: 800;
	color: var(--bg);
	text-shadow: 0 2px 10px rgba(15, 46, 56, 0.45);
}

.hero p {
	max-width: 56ch;
	margin: 0 0 20px;
	font-size: 1rem;
	color: var(--bg);
	text-shadow: 0 1px 8px rgba(15, 46, 56, 0.4);
}

.hero-cta {
	display: inline-block;
	background: var(--accent);
	color: #fff;
	padding: 12px 18px;
	border-radius: 9px;
	font-weight: 700;
	box-shadow: 0 10px 18px rgba(90, 164, 105, 0.35);
}

.hero-cta:hover {
	filter: brightness(0.95);
}

.overlap-cards {
	position: relative;
	margin-top: -72px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.feature-card {
	border-radius: 14px;
	padding: 22px;
	color: #fff;
	box-shadow: var(--shadow);
}

.feature-card h3 {
	margin: 0 0 8px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
}

.feature-card p {
	margin: 0;
	opacity: 0.95;
	font-size: 0.95rem;
}

.feature-card.dark {
	background: var(--primary-dark);
}

.feature-card.accent {
	background: var(--accent);
}

.about {
	margin-top: 34px;
	background: #e9f3f1;
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 28px;
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 28px;
}

.about h2 {
	margin: 0 0 12px;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.15;
	font-weight: 800;
	color: var(--primary-dark);
}

.about p {
	margin: 0 0 12px;
	color: #33464f;
}

.about-image {
	width: 100%;
	min-height: 280px;
	border-radius: 14px;
	object-fit: cover;
}

.section-title {
	font-size: 1.45rem;
	margin: 34px 0 14px;
	color: var(--primary-dark);
	font-weight: 700;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 18px;
}

.card {
	background: linear-gradient(180deg, #ffffff 0%, #eef7f4 100%);
	border: 1px solid #c8ddd8;
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 10px 22px rgba(17, 62, 73, 0.1);
}

.wp-sections-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.wp-section h2 {
	margin-bottom: 6px;
}

.source-line {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 0.82rem;
	color: var(--muted);
	word-break: break-all;
}

.wp-content img,
.wp-content video,
.wp-content iframe {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.wp-content figure {
	margin: 12px 0;
}

.wp-content p,
.wp-content li {
	color: #2d3e46;
}

.wp-content {
	overflow-wrap: anywhere;
}

.contact-content {
	max-width: 100%;
}

.wp-content .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

/* Keep image tiles aligned in teaser/project columns */
.wp-content .wp-block-column figure {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wp-content .wp-block-column figure img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Keep all top-level content blocks at a consistent page width */
.container > .hero,
.container > .overlap-cards,
.container > .about,
.container > .compact-intro,
.container > .grid,
.container > .topic-grid,
.container > .wp-sections-grid {
	width: 100%;
	max-width: 100%;
}

/* Ensure cards never shrink to their text content width */
.wp-section.card {
	width: 100%;
}

.page-geschiedenis .wp-sections-grid {
	width: 100%;
	max-width: 100%;
	grid-template-columns: 1fr;
	align-items: stretch;
	justify-items: stretch;
}

.page-geschiedenis .wp-sections-grid > .wp-section.card {
	justify-self: stretch;
}

.page-geschiedenis .wp-section.card,
.page-geschiedenis .wp-section.card .wp-content,
.page-geschiedenis .wp-section.card .wp-content figure {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.page-geschiedenis .wp-section.card .wp-content[hidden] {
	display: none;
}

.page-geschiedenis .wp-content figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Match history page shell to the same dimensions as nieuwsbrieven/home */
.page-geschiedenis .container {
	max-width: var(--layout-max-width);
	padding-left: var(--layout-gutter);
	padding-right: var(--layout-gutter);
}

.wp-content .wp-block-file a {
	display: block;
	padding: 10px 12px;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: #f8fbfa;
}

.wp-content .wp-block-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-content table {
	width: 100%;
	border-collapse: collapse;
}

.compact-intro {
	background: #f8fbfa;
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 16px 18px;
	margin-bottom: 16px;
}

.quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 0;
}

.quick-links a {
	background: #dfeee9;
	border: 1px solid #c8ddd8;
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 0.86rem;
	font-weight: 600;
}

.history-controls .quick-links {
	margin-top: 10px;
}

.history-toggle-all,
.history-card-toggle {
	background: #dfeee9;
	border: 1px solid #c8ddd8;
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--primary-dark);
	cursor: pointer;
}

.history-toggle-all:hover,
.history-card-toggle:hover {
	background: #e9f3f1;
}

.history-card-toggle {
	margin-bottom: 10px;
}

.page-geschiedenis .wp-section.card.is-collapsed {
	padding-bottom: 14px;
	width: 100%;
	max-width: 100%;
}

.newsletter-search {
	width: min(460px, 100%);
	border: 1px solid #c8ddd8;
	border-radius: 10px;
	padding: 10px 12px;
	font: inherit;
	background: #ffffff;
	color: var(--text);
}

.newsletter-search:focus {
	outline: 2px solid #9fd4df;
	outline-offset: 1px;
}

.page-newsletters .wp-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 10px 14px;
	align-items: stretch;
}

.page-newsletters .wp-content > p:first-of-type {
	grid-column: 1 / -1;
	margin-bottom: 6px;
}

.page-newsletters .wp-content .wp-block-file {
	margin: 0;
	height: 100%;
}

.page-newsletters .newsletter-item-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #c8ddd8;
	border-radius: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #eef7f4 100%);
	font-weight: 600;
	min-height: 54px;
	height: 100%;
}

.page-newsletters .newsletter-item-link .fa-file-lines {
	color: var(--primary-dark);
}

.page-newsletters .newsletter-year {
	margin-left: auto;
	background: #dfeee9;
	border: 1px solid #c8ddd8;
	border-radius: 999px;
	padding: 2px 9px;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--primary-dark);
}

.topic-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
	margin-bottom: 16px;
}

.topic-card {
	background: linear-gradient(180deg, #ffffff 0%, #eef7f4 100%);
	border: 1px solid #c8ddd8;
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 10px 22px rgba(17, 62, 73, 0.1);
}

.wp-section.card,
.topic-card {
	border-top: 4px solid var(--accent);
}

/* Image inside a modal: shown at the top of the modal content. */
.modal-content .modal-image {
	margin: 0 0 16px;
}

.modal-content .modal-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* Repeating photo-left / text-right rows below the modal content. */
.modal-content .modal-items {
	margin-top: 20px;
}

.modal-content .modal-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5edec;
}

.modal-content .modal-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.modal-content .modal-item-image {
	margin: 0;
	flex: 0 0 140px;
	border-radius: 10px;
	overflow: hidden;
	background: #eef7f4;
}

.modal-content .modal-item-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.modal-content .modal-item-body {
	flex: 1 1 auto;
	min-width: 0;
}

.modal-content .modal-item-body h3 {
	margin: 0 0 6px;
	font-size: 1.05rem;
	color: var(--primary-dark);
}

.modal-content .modal-item-body p {
	margin: 0 0 8px;
}

@media (max-width: 480px) {
	.modal-content .modal-item-image {
		flex: 0 0 100px;
	}
}

.topic-card h3 {
	margin: 0 0 8px;
	font-size: 1.08rem;
	color: var(--primary-dark);
}

.topic-card p {
	margin: 0 0 8px;
	font-size: 0.94rem;
}

.source-link {
	font-size: 0.82rem;
	color: var(--muted);
	word-break: break-all;
}

.details-block {
	background: #f8fbfa;
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 12px 14px;
}

.details-block summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--primary-dark);
}

.details-inner {
	padding-top: 10px;
	color: #31444d;
}

.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(9, 29, 37, 0.52);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	padding: 0;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.24s ease;
}

.modal-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.modal-card {
	width: min(680px, 92vw);
	height: 100vh;
	overflow: auto;
	background: linear-gradient(180deg, #f9fcfd 0%, #ffffff 16%);
	border-left: 1px solid rgba(77, 128, 147, 0.24);
	box-shadow: -10px 0 36px rgba(15, 47, 58, 0.22);
	padding: 22px 22px 20px;
	transform: translateX(100%);
	transition: transform 0.28s ease;
	will-change: transform;
}

.modal-overlay.is-open .modal-card {
	transform: translateX(0);
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dce6ea;
}

.modal-title {
	margin: 0;
	font-size: 1.25rem;
	color: var(--primary-dark);
}

.modal-close {
	background: #edf5f7;
	border: 1px solid #c6dbe2;
	border-radius: 999px;
	padding: 7px 14px;
	cursor: pointer;
	font-weight: 600;
	color: var(--primary-dark);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.modal-close:hover {
	background: #e2eef2;
	border-color: #b5ced7;
}

.modal-content {
	line-height: 1.68;
	color: #203843;
}

.modal-content > :last-child {
	margin-bottom: 0;
}

.modal-content p,
.modal-content ul,
.modal-content ol,
.modal-content figure,
.modal-content h3 {
	margin: 0 0 10px;
}

.modal-content h3 {
	color: var(--primary-dark);
	font-size: 1.08rem;
}

.modal-content a {
	color: #0d6078;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.modal-content ul,
.modal-content ol {
	padding-left: 1.2rem;
}

.modal-content table {
	width: 100%;
	border-collapse: collapse;
	background: #f7fbfc;
	border: 1px solid #d7e5ea;
	border-radius: 10px;
	overflow: hidden;
}

.modal-content td,
.modal-content th {
	padding: 10px 12px;
	border-bottom: 1px solid #e1ebef;
	vertical-align: top;
}

.modal-content tr:last-child td,
.modal-content tr:last-child th {
	border-bottom: 0;
}

.modal-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	border: 1px solid #d7e5ea;
	background: #fff;
}

/* Keep staff profile photos uniform in "Wie zijn wij?" modal */
body.about-page .modal-content .wp-block-media-text {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 14px;
}

body.about-page .modal-content .wp-block-media-text__media {
	flex: 0 0 180px;
	margin: 0;
}

body.about-page .modal-content .wp-block-media-text__media img {
	display: block;
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
}

body.about-page .modal-content .wp-block-media-text__content {
	flex: 1 1 auto;
	min-width: 0;
}

.modal-content .wp-block-file {
	margin: 0 0 10px;
}

.modal-content .wp-block-file a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #edf5f7;
	border: 1px solid #cde0e7;
	text-decoration: none;
	font-weight: 600;
	color: var(--primary-dark);
}

.modal-content .wp-block-file a:hover {
	background: #e2eef2;
}

.modal-trigger {
	display: inline-block;
	background: #edf5f7;
	border: 1px solid #c6dbe2;
	color: var(--primary-dark);
	padding: 8px 13px;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.modal-trigger:hover {
	background: #e2eef2;
	border-color: #b5ced7;
	transform: translateY(-1px);
}

.card h2,
.card h3 {
	margin-top: 0;
	line-height: 1.2;
	font-weight: 700;
	color: var(--primary-dark);
}

.card h2 {
	font-size: 1.25rem;
}

.card h3 {
	font-size: 1.08rem;
}

.lead {
	color: var(--muted);
}

.pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pill-list li {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 0.9rem;
}

.timeline {
	border-left: 3px solid #d3dfe5;
	padding-left: 18px;
	margin: 0;
}

.timeline li {
	margin-bottom: 14px;
}

.footer {
	margin-top: 36px;
	padding-top: 14px;
	border-top: 1px solid var(--border);
	color: var(--muted);
	font-size: 0.93rem;
}

.site-footer {
	margin-top: 24px;
	padding: 26px 0 0;
	background: #163f4d;
	color: #dce8ec;
}

.footer-inner {
	display: grid;
	grid-template-columns: 1.4fr 1.2fr auto;
	gap: 26px;
	align-items: start;
}

.footer-brand strong {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1.05rem;
	color: #ffffff;
}

.footer-brand p {
	margin: 0;
	max-width: 56ch;
	font-size: 0.93rem;
	line-height: 1.65;
}

.footer-contact h3,
.footer-social h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	color: #ffffff;
}

.footer-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.footer-contact i {
	margin-top: 5px;
	width: 14px;
	color: #9fd4df;
}

.footer-contact a:hover {
	text-decoration: underline;
}

.footer-social-links {
	display: flex;
	gap: 8px;
}

.site-footer .social-dot {
	border-color: rgba(220, 232, 236, 0.45);
	color: #ffffff;
}

.site-subfooter {
	margin-top: 22px;
	padding: 10px 18px;
	background: #0f2e38;
	color: #ffffff;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.notice {
	background: #fff7ef;
	border: 1px solid #f6cfab;
	border-radius: 10px;
	padding: 12px 14px;
	color: #7f4216;
}

@media (max-width: 1024px) {
	.nav-inner {
		flex-wrap: wrap;
	}

	.hero {
		min-height: 420px;
	}

	.about {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 15px;
	}

	.topbar {
		display: none;
	}

	.container {
		padding-top: 16px;
		padding-bottom: 34px;
	}

	.nav-inner {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.brand {
		font-size: 1rem;
		flex: 1 1 auto;
		min-width: 0;
	}

	.brand small {
		display: block;
		font-size: 0.66rem;
		line-height: 1.25;
		margin-top: 2px;
	}

	.tabs {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.mobile-menu-panel.is-open {
		display: block;
	}

	.donate-btn {
		display: none;
	}

	.topbar-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.overlap-cards {
		grid-template-columns: 1fr;
		margin-top: 18px;
	}

	.hero {
		min-height: auto;
		padding: 24px 16px;
		border-radius: 14px;
	}

	.hero h1 {
		font-size: clamp(1.55rem, 8vw, 2.1rem);
		max-width: 20ch;
	}

	.hero p {
		font-size: 0.95rem;
		max-width: 100%;
	}

	.about {
		padding: 18px 14px;
	}

	.about h2 {
		font-size: clamp(1.35rem, 6vw, 1.8rem);
	}

	.grid,
	.topic-grid {
		grid-template-columns: 1fr;
	}

	.wp-content .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.page-newsletters .wp-content {
		grid-template-columns: 1fr;
	}

	.wp-content h2 {
		font-size: 1.22rem;
	}

	.wp-content h3 {
		font-size: 1.08rem;
	}

	.modal-card {
		width: 100vw;
		padding: 14px 12px;
		height: 100dvh;
	}

	.modal-title {
		font-size: 1.05rem;
	}

	.modal-header {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.modal-close {
		padding: 6px 11px;
	}

	body.about-page .modal-content .wp-block-media-text {
		flex-direction: column;
		gap: 10px;
	}

	body.about-page .modal-content .wp-block-media-text__media,
	body.about-page .modal-content .wp-block-media-text__media img {
		width: min(220px, 100%);
		height: auto;
	}

	.footer {
		font-size: 0.88rem;
	}

	.footer-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

