:root {
    --ss-sage: #738678;
    --ss-deep: #344b42;
    --ss-forest: #243a32;
    --ss-soft: #dfe8df;
    --ss-cream: #faf7ef;
    --ss-paper: #fffdf7;
    --ss-gold: #b48b4c;
    --ss-ink: #293a34;
    --ss-muted: #62726a;
}

#bsa-app .ssfp-auto-voice {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.85rem 0 1rem;
    color: #34483d;
    font-weight: 600;
}

#bsa-app .ssfp-auto-voice input {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
    accent-color: #647c6b;
}

#bsa-app .ssfp-voice-control {
    display: inline-flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0.5rem 0.5rem 0 0;
    padding: 0.7rem 1rem;
    border: 1px solid #647c6b;
    border-radius: 999px;
    background: #647c6b;
    color: #fff;
    cursor: pointer;
}

#bsa-app .ssfp-voice-stop {
    background: #fffaf0;
    color: #704d45;
    border-color: #a66a5d;
}

.ssfp-home-podcasts,
.ssfp-podcast-library {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: #f7f2e7;
}

/* The legacy Bible Paper Layout plugin wraps all shortcode pages and places
   bible-paper.jpg on body. Remove that treatment only for Podcasts. */
body.ssfp-podcast-body {
    background-color: #faf7ef !important;
    background-image: none !important;
}

/* SoulScapes now uses sage and cream throughout. This permanently neutralizes
   the old Bible Paper image and its narrow centered shortcode container. */
body.ssfp-sage-site {
    background-color: #faf7ef !important;
    background-image: none !important;
    background-attachment: initial !important;
}

body.ssfp-sage-site .bpl-wrapper {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.ssfp-sage-site .content-area.entry-content:has(> .bpl-wrapper),
body.ssfp-sage-site .content-area__wrapper:has(.ssfp),
body.ssfp-sage-site article.type-page:has(.ssfp) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Shared site navigation */
body.ssfp-sage-site > #page > .site-header,
body.ssfp-sage-site > #page > header[role="banner"] {
    display: none !important;
}

.ssfp-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: rgba(250, 247, 239, 0.98);
    border-bottom: 1px solid rgba(83, 106, 91, 0.18);
    box-shadow: 0 6px 22px rgba(52, 72, 61, 0.08);
}

.ssfp-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: min(1180px, calc(100% - 40px));
    min-height: 82px;
    margin: 0 auto;
}

.ssfp-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #34483d;
    text-decoration: none;
}

.ssfp-site-brand__logo .custom-logo-link {
    display: block;
}

.ssfp-site-brand__logo img {
    display: block;
    width: auto;
    max-width: 58px;
    height: 52px;
    object-fit: contain;
}

.ssfp-site-brand__text {
    display: grid;
    line-height: 1.1;
}

.ssfp-site-brand__text strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    letter-spacing: 0.01em;
}

.ssfp-site-brand__text small {
    margin-top: 0.28rem;
    color: #718077;
    font-size: 0.7rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ssfp-primary-navigation .ssfp-nav-list {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.6rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.ssfp-primary-navigation .ssfp-nav-list a {
    display: block;
    padding: 0.65rem 0;
    color: #405748;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.ssfp-primary-navigation .ssfp-nav-list a:hover,
.ssfp-primary-navigation .ssfp-nav-list a:focus-visible,
.ssfp-primary-navigation .current-menu-item > a {
    color: #9b6b52;
}

.ssfp-menu-toggle {
    display: none;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0.8rem;
    border: 1px solid #647c6b;
    border-radius: 999px;
    background: transparent;
    color: #34483d;
    font-weight: 700;
    cursor: pointer;
}

.ssfp-menu-toggle__icon {
    display: grid;
    gap: 4px;
    width: 22px;
}

.ssfp-menu-toggle__icon i {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Sage treatment for the supplied Articles block page. */
.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-cover {
    min-height: clamp(480px, 68vh, 680px) !important;
}

.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-cover__background {
    background: linear-gradient(120deg, rgba(35, 55, 44, 0.88), rgba(83, 106, 91, 0.62)) !important;
    opacity: 1 !important;
}

.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-cover__inner-container {
    width: min(800px, calc(100% - 36px));
    margin: auto;
}

.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 h6,
.airo-section-e697b245-5c1b-402e-a967-4b4bda5f933c h6,
.airo-section-30c4816d-3cd0-412d-b359-36ff382b645c h6 {
    color: #dec9a7 !important;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 h1 {
    font-size: clamp(2.25rem, 6vw, 4.7rem);
    line-height: 1.04;
}

.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.75;
}

.airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-button__link,
.airo-section-30c4816d-3cd0-412d-b359-36ff382b645c .wp-block-button__link,
.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec > .wp-block-group .wp-block-button__link {
    border: 1px solid #e8dcc4 !important;
    border-radius: 999px !important;
    background: #f7f0df !important;
    color: #34483d !important;
    font-weight: 700;
}

.airo-section-e697b245-5c1b-402e-a967-4b4bda5f933c,
.airo-section-ff6408ea-e299-4344-9b6d-a285408c3bc8 {
    box-sizing: border-box;
    padding-right: max(24px, calc((100vw - 1180px) / 2)) !important;
    padding-left: max(24px, calc((100vw - 1180px) / 2)) !important;
    background: #faf7ef;
    color: #405047;
}

.airo-section-e697b245-5c1b-402e-a967-4b4bda5f933c h2,
.airo-section-e697b245-5c1b-402e-a967-4b4bda5f933c h3,
.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec h2,
.airo-section-ff6408ea-e299-4344-9b6d-a285408c3bc8 h2,
.airo-section-ff6408ea-e299-4344-9b6d-a285408c3bc8 h3 {
    color: #34483d;
}

.airo-section-e697b245-5c1b-402e-a967-4b4bda5f933c .wp-block-column:last-child > .wp-block-group {
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(83, 106, 91, 0.16);
    border-radius: 14px;
    background: #fffdf7;
}

.airo-section-e697b245-5c1b-402e-a967-4b4bda5f933c .wp-block-separator {
    display: none;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec {
    box-sizing: border-box;
    padding-right: max(24px, calc((100vw - 1280px) / 2)) !important;
    padding-left: max(24px, calc((100vw - 1280px) / 2)) !important;
    background: #edf0e8 !important;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec > .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.25rem;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec > .wp-block-columns > .wp-block-column {
    min-width: 0;
    height: 100%;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover {
    display: flex;
    align-items: flex-end;
    height: 100%;
    min-height: 410px !important;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(52, 72, 61, 0.14);
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover__image-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover__inner-container {
    width: 100%;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover h3 {
    min-height: 2.5em;
    margin: 0 0 0.55rem;
    color: #fffdf7 !important;
    font-size: clamp(1.18rem, 1.7vw, 1.45rem);
    line-height: 1.25;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover p {
    min-height: 4.6em;
    margin: 0;
    color: #f5efe2 !important;
    line-height: 1.55;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover .wp-block-separator {
    width: 54px;
    margin-top: 1rem !important;
    border-color: #d9c29b;
}

.airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover__background {
    background: linear-gradient(0deg, rgba(27, 43, 35, 0.9), rgba(55, 79, 65, 0.14)) !important;
}

.airo-section-ff6408ea-e299-4344-9b6d-a285408c3bc8 .wp-block-column > .wp-block-group {
    height: auto;
    padding: 1.25rem;
    border-left: 3px solid #839786;
    background: #fffdf7;
}

.airo-section-30c4816d-3cd0-412d-b359-36ff382b645c {
    box-sizing: border-box;
    padding-right: 24px !important;
    padding-left: 24px !important;
    background: linear-gradient(135deg, #405748, #718775) !important;
}

@media (max-width: 900px) {
    .ssfp-site-header__inner {
        width: min(1180px, calc(100% - 28px));
        min-height: 72px;
    }

    .ssfp-menu-toggle {
        display: inline-flex;
    }

    .ssfp-primary-navigation {
        position: absolute;
        top: 100%;
        right: 14px;
        left: 14px;
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
        border: 1px solid rgba(83, 106, 91, 0.18);
        border-radius: 0 0 18px 18px;
        background: #fffdf7;
        box-shadow: 0 18px 40px rgba(35, 55, 44, 0.18);
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s;
    }

    .ssfp-site-header.is-menu-open .ssfp-primary-navigation {
        visibility: visible;
        max-height: 70vh;
        opacity: 1;
    }

    .ssfp-primary-navigation .ssfp-nav-list {
        display: grid;
        gap: 0;
        padding: 0.7rem 1.1rem 1rem;
    }

    .ssfp-primary-navigation .ssfp-nav-list li + li {
        border-top: 1px solid rgba(83, 106, 91, 0.12);
    }

    .ssfp-primary-navigation .ssfp-nav-list a {
        padding: 0.9rem 0.35rem;
        font-size: 1rem;
    }

    .ssfp-site-header.is-menu-open .ssfp-menu-toggle__icon i:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .ssfp-site-header.is-menu-open .ssfp-menu-toggle__icon i:nth-child(2) {
        opacity: 0;
    }

    .ssfp-site-header.is-menu-open .ssfp-menu-toggle__icon i:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec > .wp-block-columns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .ssfp-site-brand__logo img {
        max-width: 44px;
        height: 42px;
    }

    .ssfp-site-brand__text small,
    .ssfp-menu-toggle__label {
        display: none;
    }

    .ssfp-menu-toggle {
        width: 46px;
        height: 46px;
        justify-content: center;
        padding: 0;
    }

    .airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-cover {
        min-height: 560px !important;
    }

    .airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-buttons {
        display: grid;
        width: 100%;
    }

    .airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-button,
    .airo-section-7e4999a7-da9c-45c1-85d2-9876f4643602 .wp-block-button__link {
        width: 100%;
    }

    .airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec > .wp-block-columns {
        grid-template-columns: 1fr;
    }

    .airo-section-f14b9b4e-a2b7-48d9-a2e6-3fe28e1025ec .wp-block-cover {
        min-height: 340px !important;
    }
}

/* Blog integration and individual study articles */
.ssfp-article-library {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: #f3eee2;
}

.ssfp-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.ssfp-article-card {
    overflow: hidden;
    border: 1px solid rgba(83, 106, 91, 0.16);
    border-radius: 20px;
    background: #fffdf7;
    box-shadow: 0 14px 35px rgba(52, 72, 61, 0.09);
}

.ssfp-article-card__image {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(145deg, #718775, #405748);
    text-decoration: none;
}

.ssfp-article-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ssfp-article-card:hover .ssfp-article-card__image img {
    transform: scale(1.035);
}

.ssfp-article-card__fallback {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #f5ead4;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
}

.ssfp-article-card__body {
    padding: 1.3rem;
}

.ssfp-article-card__meta {
    margin: 0 0 0.45rem;
    color: #738178;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ssfp-article-card h3 {
    margin: 0 0 0.7rem;
    color: #34483d;
    font-size: 1.3rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.ssfp-article-card h3 a,
.ssfp-article-card__link {
    color: inherit;
    text-decoration: none;
}

.ssfp-article-card__link {
    color: #536a5b;
    font-weight: 700;
}

body.single-post.ssfp-sage-site .site-content {
    background: #faf7ef;
}

body.single-post.ssfp-sage-site article.post {
    width: min(840px, calc(100% - 40px));
    margin: clamp(2.5rem, 6vw, 5rem) auto;
    padding: clamp(1.4rem, 5vw, 3.5rem);
    box-sizing: border-box;
    border: 1px solid rgba(83, 106, 91, 0.15);
    border-radius: 24px;
    background: #fffdf7;
    box-shadow: 0 18px 45px rgba(52, 72, 61, 0.09);
}

body.single-post.ssfp-sage-site article.post .post__title {
    color: #34483d;
    font-size: clamp(2rem, 6vw, 3.8rem);
    line-height: 1.08;
}

body.single-post.ssfp-sage-site article.post .entry-content {
    color: #405047;
    font-size: 1.05rem;
    line-height: 1.8;
}

body.single-post.ssfp-sage-site article.post h2,
body.single-post.ssfp-sage-site article.post h3 {
    color: #34483d;
}

body.single-post.ssfp-sage-site article.post h2 {
    margin-top: 2.2rem;
}

body.single-post.ssfp-sage-site .ssfp-article-lead {
    color: #536a5b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    line-height: 1.65;
}

body.single-post.ssfp-sage-site .ssfp-study-steps {
    counter-reset: ssfp-study-step;
    padding: 0;
    list-style: none;
}

body.single-post.ssfp-sage-site .ssfp-study-steps li {
    position: relative;
    min-height: 46px;
    margin: 0 0 0.9rem;
    padding: 1rem 1rem 1rem 4.2rem;
    border: 1px solid rgba(83, 106, 91, 0.14);
    border-radius: 13px;
    background: #f7f3e8;
    counter-increment: ssfp-study-step;
}

body.single-post.ssfp-sage-site .ssfp-study-steps li::before {
    content: counter(ssfp-study-step);
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #647c6b;
    color: #fff;
    font-weight: 700;
}

body.single-post.ssfp-sage-site .ssfp-article-quote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    border: 0;
    border-left: 5px solid #a68e68;
    background: #edf0e8;
    color: #34483d;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
}

body.single-post.ssfp-sage-site .ssfp-pitfall-list li {
    margin-bottom: 0.75rem;
}

body.single-post.ssfp-sage-site article.post .wp-block-button__link {
    border: 1px solid #647c6b;
    border-radius: 999px;
    background: #647c6b;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 850px) {
    .ssfp-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ssfp-article-grid {
        grid-template-columns: 1fr;
    }

    body.single-post.ssfp-sage-site article.post {
        width: min(100% - 24px, 840px);
        padding: 1.25rem;
        border-radius: 17px;
    }

    body.single-post.ssfp-sage-site .ssfp-study-steps li {
        padding-left: 3.7rem;
    }
}

/* History & Context landing page */
.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-cover {
    min-height: clamp(500px, 72vh, 700px) !important;
}

.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-cover__background {
    background: linear-gradient(115deg, rgba(31, 48, 39, 0.91), rgba(105, 91, 65, 0.57)) !important;
    opacity: 1 !important;
}

.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-cover__inner-container {
    width: min(840px, calc(100% - 36px));
    margin: auto;
}

.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 h6,
.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d h6,
.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 h6 {
    color: #e1cda9 !important;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 h1 {
    margin: 0.4rem 0 1rem;
    font-size: clamp(2.6rem, 7vw, 5rem);
    line-height: 1.03;
}

.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.75;
}

.airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-button__link,
.airo-section-349c0812-226a-4469-96b3-d33b70e60ab2 .wp-block-button__link {
    border: 1px solid #e8dcc4 !important;
    border-radius: 999px !important;
    background: #f7f0df !important;
    color: #34483d !important;
    font-weight: 700;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d,
.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc,
.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0,
.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f {
    box-sizing: border-box;
    padding-right: max(24px, calc((100vw - 1180px) / 2)) !important;
    padding-left: max(24px, calc((100vw - 1180px) / 2)) !important;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d,
.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f {
    background: #faf7ef;
    color: #405047;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d h2,
.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d h3,
.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc h2,
.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 h2,
.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f h2,
.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f h3 {
    color: #34483d;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d > .wp-block-columns {
    align-items: start;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d .wp-block-column:first-child {
    position: sticky;
    top: 110px;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d .wp-block-column:last-child > .wp-block-group {
    padding: 1.25rem 1.4rem 1.25rem 1.65rem;
    border: 1px solid rgba(83, 106, 91, 0.17);
    border-left: 5px solid #a68e68;
    border-radius: 14px;
    background: #fffdf7;
    box-shadow: 0 9px 24px rgba(52, 72, 61, 0.06);
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d .wp-block-column:last-child h3 {
    margin-top: 0;
}

.airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d .wp-block-separator {
    display: none;
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc {
    background: #e8ede5;
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc > .wp-block-columns {
    gap: 1.25rem;
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc .wp-block-cover {
    min-height: 340px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 18px;
    box-shadow: 0 15px 34px rgba(52, 72, 61, 0.14);
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc .wp-block-cover__background {
    background: linear-gradient(0deg, rgba(28, 44, 35, 0.93), rgba(58, 78, 65, 0.1)) !important;
    opacity: 1 !important;
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc .wp-block-cover__inner-container {
    padding: 1.4rem;
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc .wp-block-cover h3 {
    margin-bottom: 0.4rem;
    color: #fffdf7 !important;
    font-size: 1.35rem;
}

.airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc .wp-block-cover p {
    margin: 0;
    color: #f5efe2 !important;
}

.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 {
    background: #faf7ef;
}

.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 > .wp-block-columns {
    gap: clamp(2rem, 6vw, 5rem);
}

.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 p {
    color: #45564b;
    font-size: 1.06rem;
    line-height: 1.8;
}

.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 figure {
    overflow: hidden;
    margin: 0;
    border: 10px solid #fffdf7;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(52, 72, 61, 0.16);
}

.airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 img {
    display: block;
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}

.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f .wp-block-column {
    display: grid;
    align-content: start;
    gap: 1rem !important;
}

.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f .wp-block-column > .wp-block-group {
    height: 100%;
    box-sizing: border-box;
    padding: 1.25rem;
    border: 1px solid rgba(83, 106, 91, 0.14);
    border-radius: 14px;
    background: #fffdf7;
}

.airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f .wp-block-column > .wp-block-group h3 {
    margin-top: 0;
    font-size: 1.12rem;
}

.airo-section-349c0812-226a-4469-96b3-d33b70e60ab2 {
    width: min(1120px, calc(100% - 40px));
    box-sizing: border-box;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
    background: linear-gradient(135deg, #405748, #718775) !important;
    color: #fffdf7;
    box-shadow: 0 18px 42px rgba(52, 72, 61, 0.17);
}

.airo-section-349c0812-226a-4469-96b3-d33b70e60ab2 h2,
.airo-section-349c0812-226a-4469-96b3-d33b70e60ab2 p {
    color: #fffdf7 !important;
}

@media (max-width: 900px) {
    .airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc > .wp-block-columns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d .wp-block-column:first-child {
        position: static;
    }

    .airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0 img {
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-cover {
        min-height: 580px !important;
    }

    .airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-buttons {
        display: grid;
        width: 100%;
    }

    .airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-button,
    .airo-section-bfdf5043-64fd-4d29-833d-65f9ecf504d9 .wp-block-button__link {
        width: 100%;
    }

    .airo-section-cffe6db1-bc0a-47b2-8a81-d895f08a802d,
    .airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc,
    .airo-section-4af1737b-74a0-4eaa-9c15-32096f708cf0,
    .airo-section-7e8a4ba6-3c40-496e-963b-396088ae042f {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc > .wp-block-columns {
        grid-template-columns: 1fr;
    }

    .airo-section-7696e7ed-553e-401a-b127-9dda4e9626dc .wp-block-cover {
        min-height: 310px !important;
    }
}

/* Language Notes landing page */
.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-cover {
    min-height: clamp(500px, 70vh, 680px) !important;
}

.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-cover__background {
    background: linear-gradient(115deg, rgba(30, 50, 40, 0.9), rgba(93, 113, 97, 0.58)) !important;
    opacity: 1 !important;
}

.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-cover__inner-container {
    width: min(820px, calc(100% - 36px));
    margin: auto;
}

.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 h6,
.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 h6,
.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 h6,
.airo-section-14fad34c-79c8-4483-9767-b4122d433839 h6 {
    color: #e1cda9 !important;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 h1 {
    margin: 0.4rem 0 1rem;
    font-size: clamp(2.6rem, 7vw, 5.2rem);
    line-height: 1;
}

.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.75;
}

.airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-button__link,
.airo-section-14fad34c-79c8-4483-9767-b4122d433839 .wp-block-button__link {
    border: 1px solid #e8dcc4 !important;
    border-radius: 999px !important;
    background: #f7f0df !important;
    color: #34483d !important;
    font-weight: 700;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1,
.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4,
.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac {
    box-sizing: border-box;
    padding-right: max(24px, calc((100vw - 1180px) / 2)) !important;
    padding-left: max(24px, calc((100vw - 1180px) / 2)) !important;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 {
    background: #faf7ef;
    color: #405047;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 h2,
.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 h3,
.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 h2,
.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac h2,
.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac h3 {
    color: #34483d;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 > .wp-block-columns {
    align-items: start;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 .wp-block-column:first-child {
    position: sticky;
    top: 110px;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 .wp-block-column:last-child {
    counter-reset: language-step;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 .wp-block-column:last-child > .wp-block-group {
    position: relative;
    overflow: hidden;
    padding: 1.25rem 1.4rem 1.25rem 1.65rem;
    border: 1px solid rgba(83, 106, 91, 0.17);
    border-left: 5px solid #839786;
    border-radius: 14px;
    background: #fffdf7;
    box-shadow: 0 9px 24px rgba(52, 72, 61, 0.06);
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 .wp-block-column:last-child h3 {
    margin-top: 0;
}

.airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 .wp-block-separator {
    display: none;
}

.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 {
    background: #e8ede5;
}

.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 > .wp-block-columns {
    gap: clamp(2rem, 6vw, 5rem);
}

.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 p {
    color: #45564b;
    font-size: 1.06rem;
    line-height: 1.8;
}

.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 figure {
    overflow: hidden;
    margin: 0;
    border: 10px solid #fffdf7;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(52, 72, 61, 0.17);
}

.airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 img {
    display: block;
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac {
    background: #faf7ef;
}

.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac .wp-block-column {
    display: grid;
    align-content: start;
    gap: 1rem !important;
}

.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac .wp-block-column > .wp-block-group {
    height: 100%;
    box-sizing: border-box;
    padding: 1.25rem;
    border: 1px solid rgba(83, 106, 91, 0.14);
    border-radius: 14px;
    background: #fffdf7;
}

.airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac .wp-block-column > .wp-block-group h3 {
    margin-top: 0;
    font-size: 1.12rem;
}

.airo-section-14fad34c-79c8-4483-9767-b4122d433839 {
    box-sizing: border-box;
    padding-right: 24px !important;
    padding-left: 24px !important;
    background: linear-gradient(135deg, #405748, #718775) !important;
}

.airo-section-14fad34c-79c8-4483-9767-b4122d433839 h2,
.airo-section-14fad34c-79c8-4483-9767-b4122d433839 p {
    color: #fffdf7 !important;
}

@media (max-width: 780px) {
    .airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1 .wp-block-column:first-child {
        position: static;
    }

    .airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4 img {
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-cover {
        min-height: 570px !important;
    }

    .airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-buttons {
        display: grid;
        width: 100%;
    }

    .airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-button,
    .airo-section-23f81cc3-76a5-449b-8448-a36ff6dc9840 .wp-block-button__link {
        width: 100%;
    }

    .airo-section-a867d73c-f241-4f70-b754-2b8e427c4ca1,
    .airo-section-1880c29e-06ba-4e9b-9240-ec11e65bb8b4,
    .airo-section-ebcbfab3-7e10-44c9-bfe6-0d2ce81be3ac {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

body.ssfp-podcast-body .page-header.entry-header {
    display: none !important;
}

body.ssfp-podcast-body #site-content,
body.ssfp-podcast-body .content-area__wrapper,
body.ssfp-podcast-body .content-area.entry-content,
body.ssfp-podcast-body article.type-page,
body.ssfp-podcast-body .bpl-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.ssfp-podcast-body .ssfp-podcasts-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #faf7ef !important;
}

.ssfp-podcast-hero {
    padding: clamp(4rem, 9vw, 7rem) 0;
    text-align: center;
    background: linear-gradient(135deg, #536a5b, #839786);
    color: #fffdf6;
}

.ssfp-podcast-hero h1 {
    margin: 0.3rem 0 1rem;
    color: #fffdf6;
}

.ssfp-podcast-hero p:last-child {
    max-width: 700px;
    margin: 0 auto;
}

.ssfp-podcast-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.ssfp-podcast-card {
    overflow: hidden;
    border: 1px solid rgba(83, 106, 91, 0.18);
    border-radius: 20px;
    background: #fffdf7;
    box-shadow: 0 14px 38px rgba(52, 72, 61, 0.1);
}

.ssfp-podcast-card__icon {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #718775, #405748);
}

.ssfp-podcast__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ssfp-podcast__fallback {
    display: grid;
    place-items: center;
    width: 42%;
    color: #f4ead4;
}

.ssfp-podcast__fallback svg {
    width: 100%;
    fill: currentColor;
}

.ssfp-podcast-card__body {
    padding: 1.25rem;
    min-width: 0;
}

.ssfp-podcast-card__date {
    margin: 0 0 0.4rem;
    color: #708077;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ssfp-podcast-card h3 {
    margin: 0 0 0.65rem;
    color: #34483d;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.25;
}

.ssfp-podcast-card audio {
    width: 100%;
    margin: 0.75rem 0;
}

.ssfp-episode-player audio {
    width: 100%;
    margin: 1.5rem 0;
}

.ssfp-podcast-card a {
    color: #536a5b;
    font-weight: 700;
}

.ssfp-podcast-more {
    margin: 2rem 0 0;
    text-align: center;
}

@media (max-width: 850px) {
    .ssfp-podcast-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ssfp-podcast-grid {
        grid-template-columns: 1fr;
    }

    .ssfp-podcast-grid--compact .ssfp-podcast-card {
        display: grid;
        grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
        width: 100%;
    }

    .ssfp-podcast-grid--compact .ssfp-podcast-card__icon {
        aspect-ratio: auto;
        min-height: 100%;
    }

    .ssfp-podcast-card__body {
        padding: 1rem;
    }

    .ssfp-podcast-card h3 {
        font-size: clamp(1.05rem, 5.2vw, 1.35rem);
    }
}

body.home {
    background: var(--ss-cream) !important;
    background-image: none !important;
    color: var(--ss-ink);
    overflow-x: hidden;
}

body.home .content-area,
body.home .entry-content,
body.home article,
body.home .site-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ssfp,
.ssfp *,
.ssfp *::before,
.ssfp *::after {
    box-sizing: border-box;
}

.ssfp {
    background: var(--ss-cream);
    color: var(--ss-ink);
    font-family: "Nunito Sans", Arial, sans-serif;
}

.ssfp-shell {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.ssfp-hero {
    position: relative;
    display: grid;
    min-height: 620px;
    place-items: center;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, var(--ss-forest), #61766a 62%, #91a092);
    color: white;
}

.ssfp-hero::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 8%, rgba(255,255,255,.18), transparent 42%);
    content: "";
}

.ssfp-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 880px;
    text-align: center;
}

.ssfp-eyebrow,
.ssfp-kicker {
    margin: 0 0 14px;
    color: var(--ss-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ssfp-hero .ssfp-eyebrow {
    color: #efd59e;
}

.ssfp-hero h1 {
    margin: 0;
    color: #fff !important;
    font-family: "Crimson Text", Georgia, serif;
    font-size: clamp(48px, 8vw, 82px);
    font-weight: 400;
    line-height: 1.03;
}

.ssfp-lead {
    max-width: 750px;
    margin: 25px auto 32px;
    color: #edf2ed;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.7;
}

.ssfp-button {
    display: inline-block;
    padding: 15px 27px;
    border: 1px solid #e9cf96;
    border-radius: 999px;
    background: #e9cf96;
    color: var(--ss-forest) !important;
    font-weight: 800;
    text-decoration: none;
}

.ssfp-button:hover {
    background: transparent;
    color: #fff !important;
}

.ssfp-orb {
    position: absolute;
    border-radius: 50%;
    opacity: .12;
}

.ssfp-orb--one {
    top: -130px;
    left: -100px;
    width: 390px;
    height: 390px;
    background: #f0d69c;
}

.ssfp-orb--two {
    right: -130px;
    bottom: -170px;
    width: 470px;
    height: 470px;
    background: #eef5ed;
}

.ssfp-intro,
.ssfp-study,
.ssfp-guidance {
    padding: clamp(70px, 9vw, 110px) 0;
}

.ssfp-intro {
    text-align: center;
}

.ssfp-intro h2,
.ssfp-section-heading h2,
.ssfp-guidance h2 {
    margin: 0;
    color: var(--ss-deep) !important;
    font-family: "Crimson Text", Georgia, serif;
    font-size: clamp(38px, 5.5vw, 58px);
    font-weight: 400;
    line-height: 1.1;
}

.ssfp-intro > .ssfp-shell > p:last-of-type,
.ssfp-section-heading > p:last-child {
    max-width: 720px;
    margin: 20px auto 0;
    color: var(--ss-muted);
    font-size: 18px;
    line-height: 1.75;
}

.ssfp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 52px;
    text-align: left;
}

.ssfp-feature-grid article {
    padding: 30px;
    border: 1px solid #d7e0d7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(45,67,57,.07);
}

.ssfp-feature-grid span {
    color: var(--ss-gold);
    font-family: Georgia, serif;
    font-size: 28px;
}

.ssfp-feature-grid h3 {
    margin: 16px 0 8px;
    color: var(--ss-deep) !important;
    font-size: 24px;
}

.ssfp-feature-grid p {
    margin: 0;
    color: var(--ss-muted);
    line-height: 1.65;
}

.ssfp-study {
    background: var(--ss-soft);
}

.ssfp-section-heading {
    max-width: 830px;
    margin: 0 auto 50px;
    text-align: center;
}

/* Stitched Bible cover */
.ssfp-bible {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 42px 45px 50px 74px;
    border: 2px solid #1e332b;
    border-radius: 22px 38px 38px 22px;
    background:
        radial-gradient(circle at 20% 10%, rgba(255,255,255,.07), transparent 25%),
        linear-gradient(135deg, #324c40, #20372e);
    box-shadow: 0 28px 65px rgba(30,52,43,.28), inset 0 0 0 5px rgba(255,255,255,.035);
}

.ssfp-bible__stitch {
    position: absolute;
    inset: 16px;
    z-index: 1;
    border: 2px dashed rgba(226,205,158,.62);
    border-radius: 13px 28px 28px 13px;
    pointer-events: none;
}

.ssfp-bible__spine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    width: 18px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(0,0,0,.28);
    box-shadow: 7px 0 14px rgba(0,0,0,.18);
}

.ssfp-bible__ribbon {
    position: absolute;
    right: 90px;
    bottom: -32px;
    z-index: 4;
    width: 24px;
    height: 78px;
    background: #a67d43;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}

.ssfp-bible__title {
    position: relative;
    z-index: 2;
    margin: 0 0 25px;
    color: #e6ce99;
    text-align: center;
}

.ssfp-bible__title span,
.ssfp-bible__title small {
    display: block;
    font-family: "Crimson Text", Georgia, serif;
}

.ssfp-bible__title span {
    font-size: 30px;
    letter-spacing: .07em;
}

.ssfp-bible__title small {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.ssfp-bible__pages {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #d8ceb9;
    border-radius: 8px 22px 22px 8px;
    background: var(--ss-paper);
    box-shadow: inset -12px 0 18px rgba(111,92,59,.08), 8px 10px 0 #d9cfb8, 13px 15px 0 #c9bda3;
}

/* Remove the old nested paper frames inside the Bible. */
.ssfp-bible .bpl-wrapper,
.ssfp-bible .bsa-bible-paper-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ssfp-bible #bsa-app,
.ssfp-bible #bsa-app.bsa-dark {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: clamp(24px, 5vw, 55px) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--ss-ink) !important;
}

.ssfp-bible #bsa-app h1,
.ssfp-bible #bsa-app h2,
.ssfp-bible #bsa-app h3,
.ssfp-bible #bsa-app label,
.ssfp-bible #bsa-app p,
.ssfp-bible #bsa-app strong {
    color: var(--ss-ink) !important;
}

.ssfp-bible .bsa-header h1 {
    margin: 0 0 8px !important;
    color: var(--ss-deep) !important;
    font-family: "Crimson Text", Georgia, serif;
    font-size: clamp(35px, 5vw, 52px) !important;
    line-height: 1.1;
}

.ssfp-bible .bsa-header p {
    margin: 0;
    color: var(--ss-muted) !important;
}

.ssfp-bible .bsa-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 28px 0 !important;
}

.ssfp-bible .bsa-tab-button,
.ssfp-bible #bsa-app.bsa-dark .bsa-tab-button {
    min-height: 43px;
    padding: 9px 15px !important;
    border: 1px solid #becbbf !important;
    border-radius: 999px !important;
    background: #edf2ec !important;
    color: var(--ss-deep) !important;
    cursor: pointer;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 750;
}

.ssfp-bible .bsa-tab-button:hover,
.ssfp-bible .bsa-tab-button.active,
.ssfp-bible #bsa-app.bsa-dark .bsa-tab-button.active {
    border-color: var(--ss-sage) !important;
    background: var(--ss-sage) !important;
    color: #fff !important;
}

.ssfp-bible .bsa-tab-content {
    margin-top: 0 !important;
    padding-top: 10px;
}

.ssfp-bible .bsa-tab-content h2 {
    margin: 0 0 20px;
    color: var(--ss-deep) !important;
    font-family: "Crimson Text", Georgia, serif;
    font-size: clamp(30px, 4vw, 42px) !important;
}

.ssfp-bible .bsa-form {
    display: grid;
    gap: 10px;
}

.ssfp-bible .bsa-form label {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 800;
}

.ssfp-bible .bsa-form input,
.ssfp-bible .bsa-form textarea,
.ssfp-bible select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #bcc9bd;
    border-radius: 9px;
    outline: none;
    background: #fff;
    color: var(--ss-ink);
    font: inherit;
}

.ssfp-bible .bsa-form input:focus,
.ssfp-bible .bsa-form textarea:focus,
.ssfp-bible select:focus {
    border-color: var(--ss-sage);
    box-shadow: 0 0 0 3px rgba(115,134,120,.18);
}

.ssfp-bible .bsa-form button,
.ssfp-bible .bsa-tab-content > button {
    width: fit-content;
    min-height: 48px;
    margin-top: 12px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--ss-deep);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.ssfp-bible .bsa-output,
.ssfp-bible #bsa-app.bsa-dark .bsa-output {
    min-height: 24px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #d9e1d8;
    border-radius: 10px;
    background: #f3f6f1 !important;
    color: var(--ss-ink) !important;
}

.ssfp-bible .bsa-output:empty {
    display: none;
}

.ssfp-bible .bsa-status {
    margin-top: 18px;
    color: var(--ss-muted);
}

.ssfp-notice {
    padding: 45px;
    color: var(--ss-deep);
    text-align: center;
}

.ssfp-guidance {
    background: var(--ss-deep);
    color: #fff;
}

.ssfp-guidance__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 70px;
}

.ssfp-guidance h2 {
    color: #fff !important;
}

.ssfp-guidance p {
    color: #dfe9e1;
    font-size: 17px;
    line-height: 1.8;
}

@media (max-width: 800px) {
    .ssfp-feature-grid,
    .ssfp-guidance__grid {
        grid-template-columns: 1fr;
    }

    .ssfp-bible {
        padding: 35px 30px 42px 54px;
    }

    .ssfp-bible__spine {
        left: 27px;
    }
}

@media (max-width: 520px) {
    .ssfp-shell {
        width: min(100% - 22px, 1160px);
    }

    .ssfp-hero {
        min-height: 560px;
        padding: 75px 0;
    }

    .ssfp-bible {
        padding: 24px 17px 32px 31px;
        border-radius: 15px 25px 25px 15px;
    }

    .ssfp-bible__stitch {
        inset: 9px;
    }

    .ssfp-bible__spine {
        left: 18px;
        width: 8px;
    }

    .ssfp-bible__title span {
        font-size: 24px;
    }

    .ssfp-bible__pages {
        box-shadow: 5px 6px 0 #d9cfb8, 8px 10px 0 #c9bda3;
    }

    .ssfp-bible #bsa-app,
    .ssfp-bible #bsa-app.bsa-dark {
        padding: 22px 16px !important;
    }

    .ssfp-bible .bsa-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ssfp-bible .bsa-tab-button {
        width: 100%;
        padding: 9px 8px !important;
        font-size: 12px;
    }
}
