/* ========================================
   DEFAULT PAGE TEMPLATE — Shared Banner
   Replaces parent theme's dark titlebar
   ======================================== */
header.l-header .top-bar-container .top-bar .top-bar-left {
    flex: unset !important;
}

/* --- Page Background --- */
.sf-page {
    background-color: #FAFBF2;
    min-height: 100vh;
}

/* --- Page Title Banner --- */
.sf-page-banner {
    background-color: #DEECE2;
    padding: 20px 0;
}

.sf-page-banner-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 40px;
}

.sf-page-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #2D3436;
    margin: 0;
}

.sf-page-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #636E72;
    margin: 4px 0 0;
}

/* --- Page Content Area --- */
.sf-page-content {
    padding: 40px 0 60px;
}

.sf-page-content-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- Typography inside content --- */
.sf-page-content .body h1,
.sf-page-content .body h2,
.sf-page-content .body h3,
.sf-page-content .body h4 {
    font-family: 'Inter', sans-serif;
    color: #2D3436;
}

.sf-page-content .body p,
.sf-page-content .body li {
    font-family: 'Inter', sans-serif;
    color: #636E72;
    font-size: 15px;
    line-height: 1.7;
}

.sf-page-content .body a {
    color: #2D5016;
}

.sf-page-content .body a:hover {
    color: #3D7A22;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {

    .sf-page-banner-inner,
    .sf-page-content-inner {
        padding: 0 20px;
    }

    .sf-page-title {
        font-size: 20px;
        line-height: 28px;
    }

    .sf-page-content {
        padding: 24px 0 40px;
    }
}