/* Global typography for Kadence and legacy SiteOrigin content. */
:root {
	--global-body-font-family: "Titillium Web", sans-serif;
	--global-heading-font-family: "Titillium Web", sans-serif;
	--global-primary-nav-font-family: "Titillium Web", sans-serif;
}

/* Reversible, lightweight background texture trial. */
body,
body.content-style-unboxed .site,
.site {
	background-color: #f8faf7;
	background-image:
		radial-gradient(circle at 1.3px 1.3px, rgba(25, 56, 76, .145) 1.3px, transparent 1.55px),
		linear-gradient(135deg, rgba(163, 194, 50, .085), transparent 42%, rgba(25, 56, 76, .07));
	background-attachment: fixed;
	background-size: 26px 26px, 100% 100%;
}

html,
body,
button,
input,
select,
optgroup,
textarea,
.site,
.site-header,
.site-footer,
.main-navigation,
.mobile-navigation,
.entry-content,
.widget,
.panel-layout,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Titillium Web", sans-serif !important;
}

/* Two-level site header: identity/actions followed by the primary navigation. */
.sfk-header {
	position: relative;
	z-index: 20;
	background: #fff;
	border-bottom: 1px solid #e8ecef;
}

.sfk-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: min(100% - 40px, 1240px);
	min-height: 112px;
	margin: 0 auto;
}

.sfk-header__logo {
	display: block;
	flex: 0 1 310px;
}

.sfk-header__logo-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 82px;
}

.sfk-header__tools,
.sfk-header__info,
.sfk-header__socials {
	display: flex;
	align-items: center;
}

.sfk-header__tools { gap: clamp(14px, 2vw, 28px); }
.sfk-header__info { gap: 10px; color: #19384c; text-decoration: none; line-height: 1.15; }
.sfk-header__info:hover { color: #78961d; }
.sfk-header__info small,
.sfk-header__info strong { display: block; }
.sfk-header__info small { margin-bottom: 4px; color: #6c7a82; font-size: 12px; font-weight: 400; }
.sfk-header__info strong { font-size: 15px; font-weight: 600; white-space: nowrap; }

.sfk-header__icon {
	display: grid;
	place-items: center;
	width: 39px;
	height: 39px;
	flex: 0 0 39px;
	border-radius: 50%;
	background: #edf3d8;
	color: #78961d;
}

.sfk-header svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sfk-header svg .sfk-fill { fill: currentColor; stroke: none; }

.sfk-header__donate {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border-radius: 4px;
	background: #a3c232;
	box-shadow: 0 5px 14px rgba(125, 151, 29, .2);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
}

.sfk-header__donate:hover { background: #78961d; transform: translateY(-1px); }
.sfk-header__socials { gap: 7px; }
.sfk-header__socials a { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #d9e0e4; border-radius: 50%; color: #19384c; }
.sfk-header__socials a:hover { border-color: #a3c232; background: #a3c232; color: #fff; }
.sfk-header__socials svg { width: 18px; height: 18px; }

/* Kadence desktop header becomes the contrasting menu bar. */
#masthead #main-header .site-main-header-wrap { background: #19384c; }
#masthead #main-header .site-container { max-width: 1240px; }
#masthead #main-header .site-main-header-inner-wrap { min-height: 58px; }
#masthead #main-header .site-header-main-section-left { display: none; }
#masthead #main-header .site-header-main-section-right { width: 100%; justify-content: center; }
#masthead #main-header .main-navigation .primary-menu-container > ul > li > a { color: #fff; font-weight: 600; letter-spacing: .015em; }
#masthead #main-header .main-navigation .primary-menu-container > ul > li > a:hover,
#masthead #main-header .main-navigation .primary-menu-container > ul > li.current-menu-item > a { color: #d7eb85; }
#masthead #main-header .main-navigation .primary-menu-container > ul > li.current-menu-item > a::after { background: #a3c232; }

@media (max-width: 1100px) {
	.sfk-header__inner { min-height: 98px; }
	.sfk-header__logo { flex-basis: 250px; }
	.sfk-header__hours small,
	.sfk-header__contact small { display: none; }
	.sfk-header__info strong { white-space: normal; }
	.sfk-header__hours { max-width: 170px; }
}

@media (max-width: 767px) {
	.sfk-header__inner { align-items: center; width: min(100% - 28px, 600px); min-height: 84px; gap: 15px; }
	.sfk-header__logo { flex: 1 1 auto; max-width: 230px; }
	.sfk-header__logo-image { max-height: 62px; }
	.sfk-header__tools { flex: 0 0 auto; gap: 8px; }
	.sfk-header__hours,
	.sfk-header__contact span:last-child,
	.sfk-header__socials { display: none; }
	.sfk-header__contact .sfk-header__icon { width: 38px; height: 38px; }
	.sfk-header__donate { min-height: 39px; padding: 8px 13px; font-size: 13px; }
	#masthead #mobile-header .site-main-header-wrap { background: #19384c; }
	#masthead #mobile-header .site-main-header-inner-wrap { min-height: 54px; }
	#masthead #mobile-header .site-header-main-section-left { display: none; }
	#masthead #mobile-header .site-header-main-section-right { width: 100%; justify-content: flex-end; }
	#masthead #mobile-header .menu-toggle-open { color: #fff; }
}

/* Expanded mission section directly below the homepage slider. */
.home .entry-hero.page-hero-section,
.home #pg-6-0,
.home #pg-6-1,
.home #pg-6-2,
.home #pg-6-3,
.home #pg-6-4,
.home #pg-6-5 {
	display: none !important;
}

.home #primary,
.home .content-area {
	margin-bottom: 0;
}

.home article.entry.single-entry,
.home article.entry.single-entry .entry-content-wrap,
.home article.entry.single-entry .entry-content {
	margin-bottom: 0;
}

.home .content-wrap {
	display: none;
}

.sfk-mission {
	padding: clamp(55px, 7vw, 90px) 0 clamp(50px, 6vw, 80px);
	text-align: center;
}

.sfk-mission__intro {
	max-width: 780px;
	margin: 0 auto 32px;
}

.sfk-mission__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: #78961d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sfk-mission h1 {
	margin: 0;
	color: #19384c;
	font-size: clamp(2.35rem, 5vw, 4rem);
	font-weight: 700;
	line-height: 1.05;
}

.sfk-mission__rule {
	display: block;
	width: 70px;
	height: 4px;
	margin: 20px auto 0;
	border-radius: 3px;
	background: #a3c232;
}

.sfk-mission__image {
	position: relative;
	overflow: hidden;
	max-width: 1050px;
	margin: 0 auto 38px;
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(25, 56, 76, .18);
}

.sfk-mission__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 70%, rgba(25, 56, 76, .16));
	content: "";
	pointer-events: none;
}

.sfk-mission__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 8.5;
	object-fit: cover;
}

.sfk-mission__text {
	max-width: 920px;
	margin: 0 auto;
	color: #354b58;
	font-size: clamp(1.08rem, 1.5vw, 1.22rem);
	line-height: 1.8;
}

.sfk-mission__text p { margin: 0 0 1.15em; }
.sfk-mission__text p:first-child::first-letter { color: #78961d; font-size: 1.65em; font-weight: 700; }

@media (max-width: 767px) {
	.sfk-mission { padding-right: 4px; padding-left: 4px; }
	.sfk-mission__eyebrow { font-size: 12px; letter-spacing: .08em; }
	.sfk-mission__image { margin-bottom: 28px; border-radius: 8px; }
	.sfk-mission__image img { min-height: 240px; }
	.sfk-mission__text { font-size: 1.05rem; line-height: 1.7; }
}

/* Service cards populated from the legacy homepage database fields. */
.sfk-services {
	width: min(100%, 1120px);
	margin: 0 auto clamp(48px, 6vw, 76px);
	padding: clamp(52px, 6vw, 76px) clamp(24px, 4vw, 48px);
	border: 1px solid #e2e9ec;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(25, 56, 76, .07);
}

.sfk-services__heading { max-width: 730px; margin: 0 auto 42px; text-align: center; }
.sfk-services__heading > span { display: block; margin-bottom: 6px; color: #78961d; font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sfk-services__heading h2 { margin: 0 0 13px; color: #19384c; font-size: clamp(2.25rem, 4vw, 3.4rem); line-height: 1.1; text-transform: none; }
.sfk-services__heading p { margin: 0; color: #62747e; font-size: 17px; line-height: 1.65; }
.sfk-services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1240px; margin: 0 auto; }
.sfk-service-card { position: relative; overflow: hidden; min-height: 285px; padding: 32px 29px 28px; border: 1px solid #e1e8eb; border-radius: 10px; background: #fff; box-shadow: 0 9px 28px rgba(25, 56, 76, .07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.sfk-service-card::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #a3c232, #d7eb85); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.sfk-service-card:hover { border-color: #ccdba0; box-shadow: 0 18px 40px rgba(25, 56, 76, .13); transform: translateY(-5px); }
.sfk-service-card:hover::before { transform: scaleX(1); }
.sfk-service-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; border-radius: 15px; background: #edf3d8; color: #78961d; transition: background .25s, color .25s; }
.sfk-service-card:hover .sfk-service-card__icon { background: #19384c; color: #fff; }
.sfk-service-card__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sfk-service-card h3 { min-height: 2.6em; margin: 0 0 10px; color: #19384c; font-size: 20px; line-height: 1.3; text-transform: none; }
.sfk-service-card p { margin: 0 0 21px; color: #687983; font-size: 15px; line-height: 1.6; }
.sfk-service-card a { position: absolute; right: 29px; bottom: 25px; left: 29px; color: #78961d; font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.sfk-service-card a span { display: inline-block; margin-left: 4px; transition: transform .2s; }
.sfk-service-card a:hover { color: #19384c; }
.sfk-service-card a:hover span { transform: translateX(4px); }

@media (max-width: 980px) {
	.sfk-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.sfk-services { width: 100%; padding-right: 18px; padding-left: 18px; border-radius: 8px; }
	.sfk-services__grid { grid-template-columns: 1fr; }
	.sfk-service-card { min-height: 260px; }
	.sfk-service-card h3 { min-height: auto; }
}

/* Site footer rebuilt from the legacy footer menus and company information. */
.sfk-footer { background: #173447; color: #dbe5ea; }
.sfk-footer__main { padding: clamp(55px, 7vw, 82px) 0 52px; }
.sfk-footer__grid { display: grid; grid-template-columns: minmax(280px, 1.65fr) repeat(4, minmax(135px, 1fr)); gap: clamp(28px, 3.5vw, 54px); width: min(100% - 40px, 1240px); margin: 0 auto; }
.sfk-footer__logo { display: inline-block; margin-bottom: 20px; padding: 12px 16px; border-radius: 6px; background: #fff; }
.sfk-footer__logo img { display: block; width: min(245px, 100%); height: auto; }
.sfk-footer__about p { max-width: 360px; margin: 0 0 25px; color: #c8d4da; font-size: 15px; line-height: 1.7; }
.sfk-footer__column h2 { position: relative; margin: 7px 0 24px; padding-bottom: 13px; color: #fff; font-size: 17px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.sfk-footer__column h2::after { position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; border-radius: 3px; background: #a3c232; content: ""; }
.sfk-footer__menu { margin: 0; padding: 0; list-style: none; }
.sfk-footer__menu li { margin: 0; padding: 0; border: 0; }
.sfk-footer__menu a { display: inline-block; padding: 5px 0; color: #c8d4da; font-size: 14px; line-height: 1.4; text-decoration: none; text-transform: none; }
.sfk-footer__menu a::before { display: inline-block; margin-right: 8px; color: #a3c232; content: "›"; transition: transform .2s; }
.sfk-footer__menu a:hover { color: #fff; }
.sfk-footer__menu a:hover::before { transform: translateX(3px); }
.sfk-footer__socials { display: flex; gap: 9px; }
.sfk-footer__socials a { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.23); border-radius: 4px; color: #fff; }
.sfk-footer__socials a:hover { border-color: #a3c232; background: #a3c232; }
.sfk-footer__socials svg { width: 19px; height: 19px; fill: currentColor; }
.sfk-footer__socials svg.sfk-footer__instagram { fill: none; stroke: currentColor; stroke-width: 1.8; }
.sfk-footer__socials .sfk-footer__instagram-dot { fill: currentColor; stroke: none; }
.sfk-footer__socials .sfk-footer__play { fill: #173447; }
.sfk-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); background: #102938; }
.sfk-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 22px; width: min(100% - 40px, 1240px); margin: 0 auto; padding: 22px 0; color: #afc0c9; font-size: 13px; line-height: 1.5; text-align: center; }
.sfk-footer__legal a { color: #dbe5ea; text-decoration: none; }
.sfk-footer__legal a:hover { color: #d7eb85; }

@media (max-width: 1050px) {
	.sfk-footer__grid { grid-template-columns: repeat(4, 1fr); }
	.sfk-footer__about { grid-column: 1 / -1; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 28px; }
	.sfk-footer__about p { max-width: none; margin: 0; }
	.sfk-footer__logo { margin: 0; }
}

@media (max-width: 767px) {
	.sfk-footer__main { padding: 50px 0 38px; }
	.sfk-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; width: min(100% - 32px, 560px); }
	.sfk-footer__about { grid-column: 1 / -1; display: block; text-align: center; }
	.sfk-footer__about p { margin: 0 auto 22px; }
	.sfk-footer__logo { margin-bottom: 20px; }
	.sfk-footer__socials { justify-content: center; }
}

@media (max-width: 480px) {
	.sfk-footer__grid { grid-template-columns: 1fr; }
	.sfk-footer__about { grid-column: auto; }
	.sfk-footer__column { text-align: center; }
	.sfk-footer__column h2::after { left: 50%; transform: translateX(-50%); }
}

/* Newsletter call-to-action above the footer (legacy Mailchimp form). */
.home #pg-6-6 {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: clamp(32px, 4vw, 46px) 24px !important;
	background:
		radial-gradient(circle at 12% 20%, rgba(163, 194, 50, .24), transparent 28%),
		radial-gradient(circle at 88% 85%, rgba(255, 255, 255, .09), transparent 25%),
		linear-gradient(135deg, #204a61 0%, #19384c 55%, #102c3d 100%) !important;
	color: #fff;
}

.home #pg-6-6::before,
.home #pg-6-6::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.home #pg-6-6::before { top: -115px; right: -75px; width: 310px; height: 310px; }
.home #pg-6-6::after { bottom: -135px; left: -85px; width: 270px; height: 270px; }
.home #pg-6-6 .panel-grid-cell,
.home #pg-6-6 .so-panel,
.home #pg-6-6 .panel-widget-style,
.home #pg-6-6 .textwidget { position: relative; z-index: 1; width: 100%; }

.home #pg-6-6 #mc_embed_signup {
	width: min(100%, 820px) !important;
	margin: 0 auto;
	padding: 0;
	background: transparent !important;
	color: #fff;
	font-family: "Titillium Web", sans-serif !important;
	text-align: center;
}

.home #pg-6-6 #mc_embed_signup_scroll::before {
	display: none;
	content: none;
}

.home #pg-6-6 #mc_embed_signup label {
	display: block !important;
	margin: 0 0 6px;
	padding: 0;
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.1;
}

.home #pg-6-6 #mc_embed_signup label::after {
	display: block;
	max-width: 620px;
	margin: 8px auto 19px;
	color: #d4e0e5;
	content: "Ricevi aggiornamenti sulle nostre attività, i progetti e le iniziative della Cooperativa.";
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.home #pg-6-6 #mc_embed_signup_scroll {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0;
}

.home #pg-6-6 #mc_embed_signup_scroll > label,
.home #pg-6-6 #mc_embed_signup_scroll::before { flex-basis: 100%; }
.home #pg-6-6 #mc_embed_signup_scroll > br,
.home #pg-6-6 #mc_embed_signup_scroll > p > br { display: none; }

.home #pg-6-6 #mc_embed_signup input.email {
	width: min(100%, 500px) !important;
	height: 52px;
	margin: 0 !important;
	padding: 0 22px !important;
	border: 2px solid #fff !important;
	border-radius: 6px 0 0 6px !important;
	background: #fff !important;
	box-shadow: 0 14px 30px rgba(2, 18, 28, .2);
	color: #19384c !important;
	font-family: inherit;
	font-size: 17px;
}

.home #pg-6-6 #mc_embed_signup input.email::placeholder { color: #768892; opacity: 1; }
.home #pg-6-6 #mc_embed_signup .clear { display: flex; }
.home #pg-6-6 #mc_embed_signup input.button {
	width: auto !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 30px !important;
	border: 2px solid #a3c232 !important;
	border-radius: 0 6px 6px 0 !important;
	background: #a3c232 !important;
	box-shadow: 0 14px 30px rgba(2, 18, 28, .2);
	color: #fff !important;
	font-family: inherit;
	font-size: 15px !important;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.home #pg-6-6 #mc_embed_signup input.button:hover,
.home #pg-6-6 #mc_embed_signup input.button:focus { border-color: #bddb4b !important; background: #bddb4b !important; color: #173447 !important; }
.home #pg-6-6 #mc_embed_signup input.email:focus { border-color: #d7eb85 !important; outline: 3px solid rgba(215, 235, 133, .3); outline-offset: 2px; }
.sfk-newsletter__honeypot { position: absolute !important; left: -5000px !important; }

@media (max-width: 650px) {
	.home #pg-6-6 { padding-right: 18px !important; padding-left: 18px !important; }
	.home #pg-6-6 #mc_embed_signup_scroll { display: block; }
	.home #pg-6-6 #mc_embed_signup label::after { margin-bottom: 23px; font-size: 15px; }
	.home #pg-6-6 #mc_embed_signup input.email { width: 100% !important; border-radius: 6px !important; }
	.home #pg-6-6 #mc_embed_signup .clear { display: block; }
	.home #pg-6-6 #mc_embed_signup input.button { width: 100% !important; margin-top: 11px !important; border-radius: 6px !important; }
}

/* Compact internal-page heading with the legacy subtitle below the title. */
body.page:not(.home) .entry-hero.page-hero-section .entry-header {
	display: flex;
	min-height: 125px;
	padding: 20px 0;
	flex-direction: column;
	justify-content: center;
}

body.page:not(.home) .entry-hero .entry-title {
	margin: 0;
	color: #19384c;
	font-size: clamp(1.9rem, 3.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1.12;
}

.sfk-page-subtitle {
	max-width: 780px;
	margin: 7px 0 0;
	color: #657985;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	font-weight: 400;
	line-height: 1.4;
}

.title-align-center .sfk-page-subtitle { margin-right: auto; margin-left: auto; }
.title-align-right .sfk-page-subtitle { margin-left: auto; }

@media (max-width: 767px) {
	body.page:not(.home) .entry-hero.page-hero-section .entry-header { min-height: 98px; padding: 15px 0; }
	body.page:not(.home) .entry-hero .entry-title { font-size: 1.75rem; }
	.sfk-page-subtitle { margin-top: 4px; font-size: .98rem; }
}

/* Unified visual system for all internal pages, including legacy SiteOrigin content. */
body.page:not(.home) { background-color: #f4f7f8; }
body.page:not(.home) #primary { margin-top: clamp(30px, 4vw, 50px); margin-bottom: clamp(48px, 6vw, 76px); }
body.page:not(.home) .content-container.site-container { max-width: 1120px; }
body.page:not(.home) .content-wrap { row-gap: 32px; }
body.page:not(.home) article.entry.single-entry { overflow: hidden; border: 1px solid #e2e9ec; border-radius: 10px; background: rgba(255, 255, 255, .9); box-shadow: 0 12px 35px rgba(25, 56, 76, .07); }
.home article.entry.single-entry { background-color: rgba(255, 255, 255, .9); }
body.page:not(.home) article.entry .entry-content-wrap { padding: clamp(28px, 5vw, 58px); }
body.page:not(.home) .entry-content { color: #435963; font-size: 17px; line-height: 1.75; }
body.page:not(.home) .entry-content::after { display: table; clear: both; content: ""; }
body.page:not(.home) .entry-content > :first-child,
body.page:not(.home) .entry-content .panel-layout > :first-child { margin-top: 0; }
body.page:not(.home) .entry-content > :last-child,
body.page:not(.home) .entry-content .panel-layout > :last-child { margin-bottom: 0; }

body.page:not(.home) .entry-content h2,
body.page:not(.home) .entry-content h3,
body.page:not(.home) .entry-content h4,
body.page:not(.home) .entry-content h5,
body.page:not(.home) .entry-content h6,
body.page:not(.home) .entry-content .widget-title { color: #19384c !important; font-weight: 700; text-transform: none; }
body.page:not(.home) .entry-content h2 { position: relative; margin: 1.6em 0 .65em; padding-bottom: 12px; font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.2; }
body.page:not(.home) .entry-content h2::after { display: block; width: 48px; height: 3px; margin-top: 11px; border-radius: 3px; background: #a3c232; content: ""; }
body.page:not(.home) .entry-content h3,
body.page:not(.home) .entry-content .widget-title { margin: 1.4em 0 .55em; font-size: clamp(1.35rem, 2.2vw, 1.7rem); line-height: 1.3; }
body.page:not(.home) .entry-content h4 { margin: 1.25em 0 .45em; font-size: 1.25rem; }
body.page:not(.home) .entry-content p { margin-top: 0; margin-bottom: 1.25em; }
body.page:not(.home) .entry-content strong { color: #263f4c; font-weight: 700; }
body.page:not(.home) .entry-content a:not(.sfk-button):not(.button):not(.wp-block-button__link) { color: #6f8e12; text-decoration-color: rgba(111, 142, 18, .35); text-decoration-thickness: 1px; text-underline-offset: 3px; }
body.page:not(.home) .entry-content a:not(.sfk-button):not(.button):not(.wp-block-button__link):hover { color: #19384c; text-decoration-color: currentColor; }

body.page:not(.home) .entry-content ul:not(.menu),
body.page:not(.home) .entry-content ol { margin: 0 0 1.5em; padding-left: 1.45em; }
body.page:not(.home) .entry-content li { margin-bottom: .42em; }
body.page:not(.home) .entry-content ul:not(.menu) li::marker { color: #8eaa26; }
body.page:not(.home) .entry-content ol li::marker { color: #78961d; font-weight: 700; }

body.page:not(.home) .entry-content blockquote { position: relative; margin: 2em 0; padding: 25px 30px 25px 66px; border: 0; border-radius: 8px; background: #f2f6e7; color: #304b58; font-size: 1.08em; font-style: italic; }
body.page:not(.home) .entry-content blockquote::before { position: absolute; top: 7px; left: 22px; color: #a3c232; content: "“"; font-size: 65px; font-style: normal; line-height: 1; }

body.page:not(.home) .entry-content img { max-width: 100%; height: auto; border-radius: 7px; }
body.page:not(.home) .entry-content img.alignleft { margin: 5px 28px 20px 0; }
body.page:not(.home) .entry-content img.alignright { margin: 5px 0 20px 28px; }
body.page:not(.home) .entry-content img.aligncenter { display: block; margin: 25px auto; }
body.page:not(.home) .entry-content figure { max-width: 100%; }
body.page:not(.home) .entry-content figcaption { padding-top: 7px; color: #74858e; font-size: 13px; text-align: center; }
body.page:not(.home) .entry-content iframe { max-width: 100%; border: 0; border-radius: 8px; }

body.page:not(.home) .entry-content table { display: table; width: 100%; margin: 1.8em 0; border: 1px solid #dce5e8; border-collapse: separate; border-spacing: 0; border-radius: 7px; background: #fff; font-size: 15px; }
body.page:not(.home) .entry-content th { padding: 13px 15px; border-color: #2c5267; background: #19384c; color: #fff; font-weight: 600; text-align: left; }
body.page:not(.home) .entry-content td { padding: 12px 15px; border-color: #e1e8eb; color: #435963; }
body.page:not(.home) .entry-content tr:nth-child(even) td { background: #f7f9f3; }

body.page:not(.home) .entry-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
body.page:not(.home) .entry-content select,
body.page:not(.home) .entry-content textarea { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #ced9de; border-radius: 5px; background: #fff; color: #263f4c; font-family: inherit; font-size: 16px; transition: border-color .2s, box-shadow .2s; }
body.page:not(.home) .entry-content textarea { min-height: 135px; resize: vertical; }
body.page:not(.home) .entry-content input:focus,
body.page:not(.home) .entry-content select:focus,
body.page:not(.home) .entry-content textarea:focus { border-color: #8eaa26; box-shadow: 0 0 0 3px rgba(163, 194, 50, .18); outline: 0; }
body.page:not(.home) .entry-content label { color: #304b58; font-weight: 600; }
body.page:not(.home) .entry-content .wpcf7-form { padding: clamp(22px, 4vw, 38px); border: 1px solid #e0e8eb; border-radius: 9px; background: #f7f9fa; }
body.page:not(.home) .entry-content .wpcf7-form p:last-of-type { margin-bottom: 0; }

.sfk-button,
body.page:not(.home) .entry-content .button,
body.page:not(.home) .entry-content button,
body.page:not(.home) .entry-content input[type="submit"],
body.page:not(.home) .entry-content input[type="button"],
body.page:not(.home) .entry-content .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 23px; border: 0; border-radius: 5px; background: #a3c232; color: #fff !important; font-family: inherit; font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none !important; text-transform: uppercase; transition: background .2s, transform .2s, box-shadow .2s; }
.sfk-button:hover,
body.page:not(.home) .entry-content .button:hover,
body.page:not(.home) .entry-content button:hover,
body.page:not(.home) .entry-content input[type="submit"]:hover,
body.page:not(.home) .entry-content input[type="button"]:hover,
body.page:not(.home) .entry-content .wp-block-button__link:hover { background: #78961d; box-shadow: 0 8px 18px rgba(75, 98, 10, .18); transform: translateY(-1px); }
.sfk-button--secondary { background: #19384c; }
.sfk-button--secondary:hover { background: #28556c; }

body.page:not(.home) .entry-content .panel-layout { width: 100%; }
body.page:not(.home) .entry-content .panel-grid { margin-bottom: clamp(24px, 4vw, 42px) !important; }
body.page:not(.home) .entry-content .panel-grid:last-child { margin-bottom: 0 !important; }
body.page:not(.home) .entry-content .panel-grid-cell { min-width: 0; }
body.page:not(.home) .entry-content .so-panel { margin-bottom: 22px; }
body.page:not(.home) .entry-content .so-panel:last-child { margin-bottom: 0; }
body.page:not(.home) .entry-content .featured-widget,
body.page:not(.home) .entry-content .widget-icon-box .icon-box { display: block; padding: 25px; border: 1px solid #e1e8eb; border-radius: 8px; background: #f8fafb; color: #435963; text-decoration: none; }

body.page:not(.home) .entry-content hr { height: 1px; margin: 2.2em 0; border: 0; background: #dfe7ea; }
body.page:not(.home) .entry-content .gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
body.page:not(.home) .entry-content .gallery-item { width: 100% !important; margin: 0 !important; }
body.page:not(.home) .entry-content .gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

@media (max-width: 767px) {
	body.page:not(.home) article.entry .entry-content-wrap { padding: 24px 20px; }
	body.page:not(.home) .entry-content { font-size: 16px; line-height: 1.7; }
	body.page:not(.home) .entry-content img.alignleft,
	body.page:not(.home) .entry-content img.alignright { display: block; float: none; margin: 20px auto; }
	body.page:not(.home) .entry-content table { display: block; overflow-x: auto; white-space: normal; }
	body.page:not(.home) .entry-content blockquote { padding: 22px 20px 22px 49px; }
	body.page:not(.home) .entry-content blockquote::before { left: 14px; font-size: 52px; }
	body.page:not(.home) .entry-content .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Restored database-backed waiting-list status table. */
.sfk-waiting-list { margin-top: clamp(38px, 6vw, 65px); padding: clamp(24px, 4vw, 38px); border: 1px solid #dfe7d1; border-radius: 10px; background: linear-gradient(145deg, #f7f9f2, #fff); box-shadow: 0 12px 32px rgba(25, 56, 76, .07); }
.sfk-waiting-list__heading { display: flex; align-items: center; gap: 17px; margin-bottom: 24px; }
.sfk-waiting-list__heading > div > span { display: block; margin-bottom: 3px; color: #78961d; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
body.page:not(.home) .entry-content .sfk-waiting-list__heading h2 { margin: 0; padding: 0; font-size: clamp(1.65rem, 3vw, 2.15rem); }
body.page:not(.home) .entry-content .sfk-waiting-list__heading h2::after { display: none; }
.sfk-waiting-list__icon { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border-radius: 14px; background: #a3c232; color: #fff; }
.sfk-waiting-list__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sfk-waiting-list__table-wrap { overflow-x: auto; border-radius: 7px; }
body.page:not(.home) .entry-content .sfk-waiting-list table { margin: 0; border: 0; border-radius: 0; }
body.page:not(.home) .entry-content .sfk-waiting-list thead th { white-space: nowrap; }
body.page:not(.home) .entry-content .sfk-waiting-list tbody th { padding: 14px 15px; border-color: #e1e8eb; background: #edf3d8; color: #314c58; font-weight: 700; text-align: left; white-space: nowrap; }
body.page:not(.home) .entry-content .sfk-waiting-list td:last-child { color: #19384c; font-size: 1.15em; font-weight: 700; text-align: center; }

@media (max-width: 620px) {
	.sfk-waiting-list { padding: 21px 16px; }
	.sfk-waiting-list__heading { align-items: flex-start; }
	.sfk-waiting-list__icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 12px; }
}
