/* =====================================================
   Facebook Suspension Guide - Hero
===================================================== */
.alert {
    border-radius: 16px;
}
.fb-tip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.fb-tip-card {
    background: #f8f9fa;
    border: 1px solid #dfe5e7;
    border-radius: 16px;
    padding: 20px;
}

.fb-tip-card h4 {
    color: #0d5c63;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.fb-tip-card p {
    margin-bottom: 0;
}

.fb-callout {
    background: #e8f5f4;
    border-left: 5px solid #0d5c63;
    border-radius: 12px;
    padding: 16px 18px;
}

@media (max-width: 767px) {
    .fb-tip-grid {
        grid-template-columns: 1fr;
    }
}
.fb-info-callout {
    background: #e8f5f4;
    border-left: 5px solid #0d5c63;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 20px 0;
}

.fb-info-callout p:last-child {
    margin-bottom: 0;
}
.fb-info-callout {
    background: #e8f5f4;
    border-left: 5px solid #0d5c63;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 20px 0;
}

.fb-warning-callout {
    background: #fdeaea;
    border-left: 5px solid #dc3545;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 20px 0;
}

.fb-success-callout {
    background: #eaf7ef;
    border-left: 5px solid #198754;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 20px 0;
}

.fb-note-callout {
    background: #fff9db;
    border-left: 5px solid #f0ad4e;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 20px 0;
}
/*
.fb-premium-badge	Paid content	Red
.fb-warning-callout	Important warning	Light red
.fb-success-callout	Encouragement / positive guidance	Light green
.fb-note-callout	Bud's Notes	Light yellow
.fb-info-callout	General information / best practices	Light teal
*/
.fb-tip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.fb-tip-card {
    background: #f8f9fa;
    border: 1px solid #dfe5e7;
    border-radius: 16px;
    padding: 20px;
}

.fb-tip-card h4 {
    color: #0d5c63;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.fb-tip-card p {
    margin-bottom: 0;
}

.fb-callout {
    background: #e8f5f4;
    border-left: 5px solid #0d5c63;
    border-radius: 12px;
    padding: 16px 18px;
}

@media (max-width: 767px) {
    .fb-tip-grid {
        grid-template-columns: 1fr;
    }
}
.fb-premium-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    background: #f05454;
    color: #ffffff;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}
.fb-badge {
    display: inline-block;
    background-color: #0d5c63;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 1rem;
}
.fb-section-title {
    background: #0d5c63;
    color: white;
    padding: 14px 22px;
    border-radius: 999px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.facebook-guide-hero {
    background: linear-gradient(135deg, #0d5c63, #0f766e);
    color: #ffffff;
    padding: 55px 28px;
    border-radius: 22px;
    margin-bottom: 34px;
}
.fb-alert {
    border-radius: 16px;
}

.fb-warning {
    border-radius: 16px;
}

.fb-premium {
    border-radius: 16px;
}
.facebook-guide-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
}

.facebook-guide-hero p {
    color: #ffffff;
    font-size: 1.15rem;
    max-width: 850px;
    margin-top: 18px;
}


/* =====================================================
   Section Titles
===================================================== */

.guide-section-title {
    color: #0d5c63;
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 18px;
}


/* =====================================================
   Chapter Grid
===================================================== */

.chapter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
    margin-bottom: 36px;
}


/* =====================================================
   Chapter Cards
===================================================== */

.chapter-card {
    background: #0d5c63;
    color: #ffffff;
    border-radius: 14px;
    padding: 22px;
    min-height: 220px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chapter-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.chapter-card h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 10px 0;
}

.chapter-card p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 10px;
}

.chapter-badge {
    display: inline-block;
    background: #f05454;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 8px;
}


/* =====================================================
   Chapter Buttons
===================================================== */

.chapter-card .btn {
    display: inline-block;
    background: #63E6BE;
    color: #0d5c63 !important;
    border: 2px solid #63E6BE;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
}

.chapter-card .btn:hover {
    background: #ffffff;
    color: #0d5c63 !important;
    border-color: #ffffff;
}


/* =====================================================
   Callouts
===================================================== */

.guide-callout {
    background: #f8f9fa;
    border-left: 6px solid #0d5c63;
    padding: 24px;
    border-radius: 14px;
    margin: 34px 0;
}

.guide-callout h3 {
    color: #0d5c63;
    font-weight: 800;
}


/* =====================================================
   Responsive
===================================================== */

@media (max-width: 991px) {
    .chapter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .facebook-guide-hero {
        padding: 38px 22px;
    }

    .facebook-guide-hero h1 {
        font-size: 2rem;
    }

    .chapter-grid {
        grid-template-columns: 1fr;
    }
}
/* ================================
   Fighting Facebook Intro Sections
   ================================ */

.guide-section {
    margin: 2.5rem 0;
}

.guide-section .container {
    max-width: 1050px;
}

/* Left accent feature panel */
.feature-panel,
.my-story-section,
.timeline-section,
.lessons-section,
.ai-section,
.case-glance-section {
    background: #ffffff;
    border-left: 8px solid #0d5c63;
    border-radius: 14px;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 10px 28px rgba(13, 92, 99, 0.12);
}

.section-header .eyebrow {
    color: #f05454;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .85rem;
    margin-bottom: .5rem;
}

.section-header h1,
.section-header h2 {
    color: #0d5c63;
    font-weight: 800;
    margin-bottom: .75rem;
}

.section-header h3 {
    color: #0d5c63;
    font-weight: 700;
}

.guide-section p {
    font-size: 1.06rem;
    line-height: 1.7;
    color: #263238;
}

/* Timeline */
.timeline {
    margin-top: 2rem;
    position: relative;
}

.timeline-item {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e4eeee;
}

.timeline-item:last-child {
    border-bottom: none;
}

.timeline-date {
    font-weight: 800;
    color: #0d5c63;
}

.timeline-content {
    background: #f6fbfb;
    border: 1px solid #d9eeee;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.timeline-content h3 {
    color: #0d5c63;
    font-size: 1.15rem;
    margin-bottom: .4rem;
}

.timeline-content p {
    margin-bottom: 0;
}

.timeline-success .timeline-content {
    border-color: #63E6BE;
    background: #effdf8;
}

/* Lesson cards */
.lesson-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.lesson-card {
    background: #f6fbfb;
    border: 1px solid #d9eeee;
    border-radius: 14px;
    padding: 1.25rem;
}

.lesson-card h3 {
    color: #0d5c63;
    font-weight: 800;
    margin-bottom: .5rem;
}

.lesson-card p {
    margin-bottom: 0;
}

/* Case box */
.case-box {
    background: #f6fbfb;
    border: 1px solid #d9eeee;
    border-radius: 16px;
    padding: 1.75rem;
}

.case-box h2 {
    color: #0d5c63;
    font-weight: 800;
}

.case-file-list {
    margin: 1rem 0 1.25rem;
    padding-left: 1.2rem;
}

.case-file-list li {
    margin-bottom: .45rem;
    line-height: 1.5;
}

.disclaimer {
    font-size: .95rem !important;
    background: #fff7f2;
    border-left: 5px solid #f05454;
    padding: 1rem;
    border-radius: 10px;
}

/* Optional reusable callout styles */
.buds-note,
.reality-check,
.case-file-panel {
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.buds-note {
    background: #fffbea;
    border-left: 6px solid #d4a017;
}

.reality-check {
    background: #fff7f2;
    border-left: 6px solid #f05454;
}

.case-file-panel {
    background: #f6fbfb;
    border-left: 6px solid #0d5c63;
}

/* Mobile */
@media (max-width: 768px) {
    .feature-panel,
    .my-story-section,
    .timeline-section,
    .lessons-section,
    .ai-section,
    .case-glance-section {
        padding: 1.25rem;
        border-left-width: 6px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .lesson-grid {
        grid-template-columns: 1fr;
    }
}
.section-icon {
    width: 58px;
    height: 58px;
    color: #0d5c63;
}
/* =========================================
   Actual Case File Section
   ========================================= */

.case-files-section {
    background: #ffffff;
    border-left: 8px solid #0d5c63;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(13, 92, 99, 0.12);
    margin: 2.5rem 0;
    padding: 2rem;
}

.case-files-section .section-header {
    margin-bottom: 1.5rem;
}

.case-files-section .eyebrow {
    color: #f05454;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
}

.case-files-section .section-title {
    align-items: center;
    color: #0d5c63;
    display: flex;
    font-size: 2rem;
    font-weight: 800;
    gap: 0.85rem;
    line-height: 1.2;
    margin: 0 0 0.8rem;
}

.case-files-section .section-icon {
    color: #0d5c63;
    flex: 0 0 54px;
    height: 54px;
    width: 54px;
}

.case-files-section .section-introduction {
    color: #263238;
    font-size: 1.06rem;
    line-height: 1.7;
    margin: 0;
    max-width: 900px;
}


/* Educational notice */

.case-file-notice {
    background: #fff7f2;
    border-left: 5px solid #f05454;
    border-radius: 10px;
    color: #263238;
    line-height: 1.6;
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
}


/* Card list */

.case-card-list {
    display: grid;
    gap: 1.25rem;
}


/* Individual document card */

.case-card {
    align-items: stretch;
    background: #f6fbfb;
    border: 1px solid #d9eeee;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 64px 1fr;
    overflow: hidden;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.case-card:hover {
    box-shadow: 0 10px 24px rgba(13, 92, 99, 0.13);
    transform: translateY(-2px);
}


/* Number strip */

.case-card-number {
    align-items: center;
    background: #0d5c63;
    color: #ffffff;
    display: flex;
    font-size: 1.4rem;
    font-weight: 800;
    justify-content: center;
}


/* Main card content */

.case-card-body {
    padding: 1.35rem 1.5rem;
}

.case-card-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.card-header {
    background: #0d5c63;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
}

.case-card-label {
    color: #f05454;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
}

.case-card h3 {
    color: #0d5c63;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.case-card-date {
    background: #ffffff;
    border: 1px solid #d9eeee;
    border-radius: 999px;
    color: #0d5c63;
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.4rem 0.75rem;
    text-align: center;
}

.case-card-summary {
    color: #263238;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1rem;
}


/* Purpose and result rows */

.case-card-details {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1.2rem;
}

.case-card-details > div {
    background: #ffffff;
    border: 1px solid #e1eeee;
    border-radius: 10px;
    padding: 0.8rem 1rem;
}

.case-card-details dt {
    color: #0d5c63;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.case-card-details dd {
    color: #263238;
    line-height: 1.55;
    margin: 0;
}


/* Card footer */

.case-card-footer {
    align-items: center;
    border-top: 1px solid #d9eeee;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-top: 1rem;
}

.document-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.document-meta span {
    background: #e7f4f4;
    border-radius: 999px;
    color: #0d5c63;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.32rem 0.65rem;
}


/* PDF button */

.case-document-button {
    align-items: center;
    background: #0d5c63;
    border: 2px solid #0d5c63;
    border-radius: 9px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.case-document-button:hover,
.case-document-button:focus {
    background: #ffffff;
    color: #0d5c63;
    text-decoration: none;
    transform: translateX(2px);
}

.case-document-button:focus-visible {
    outline: 3px solid rgba(240, 84, 84, 0.35);
    outline-offset: 3px;
}


/* Final result */

.case-file-result {
    background: #effdf8;
    border-left: 6px solid #63e6be;
    border-radius: 12px;
    margin-top: 1.5rem;
    padding: 1.2rem 1.35rem;
}

.case-file-result h3 {
    color: #0d5c63;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.case-file-result p {
    color: #263238;
    line-height: 1.6;
    margin: 0;
}


/* Mobile layout */

@media (max-width: 768px) {

    .case-files-section {
        border-left-width: 6px;
        padding: 1.25rem;
    }

    .case-files-section .section-title {
        align-items: flex-start;
        font-size: 1.65rem;
    }

    .case-files-section .section-icon {
        flex-basis: 44px;
        height: 44px;
        width: 44px;
    }

    .case-card {
        grid-template-columns: 46px 1fr;
    }

    .case-card-number {
        font-size: 1.1rem;
    }

    .case-card-body {
        padding: 1rem;
    }

    .case-card-header {
        display: block;
    }

    .case-card-date {
        display: inline-block;
        margin-top: 0.65rem;
    }

    .case-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .case-document-button {
        justify-content: center;
        width: 100%;
    }
}
/* Your filings */
.case-card-plaintiff {
    border-left: 6px solid #0d5c63;
}

.case-card-plaintiff .case-card-number {
    background: #0d5c63;
}

.case-card-plaintiff .case-card-label {
    color: #0d5c63;
}


/* Court documents */
.case-card-court {
    border-left: 6px solid #4f6d7a;
}

.case-card-court .case-card-number {
    background: #4f6d7a;
}

.case-card-court .case-card-label {
    color: #4f6d7a;
}


/* Meta filings */
.case-card-meta {
    border-left: 6px solid #f05454;
}

.case-card-meta .case-card-number {
    background: #f05454;
}

.case-card-meta .case-card-label {
    color: #c93f3f;
}
/* Meta Legal Emails */

.case-card-meta-emails {
    border-left: 6px solid #4a0a9e;
}

.case-card-meta-emails .case-card-number {
    background: #4a0a9e;
}

.case-card-meta-emails .case-card-label {
    color: #4a0a9e;
}
.case-legend {

    display:grid;
    gap:20px;
    margin-top:40px;
    margin-bottom:40px;

}

.legend-card{

    display:flex;
    gap:18px;

    background:#ffffff;

    border-radius:14px;

    padding:18px 22px;

    box-shadow:0 6px 16px rgba(0,0,0,.08);

}

.legend-square{

    width:24px;
    height:24px;

    border-radius:6px;

    flex-shrink:0;

    margin-top:3px;

}

.legend-me .legend-square{

    background:#0d5c63;

}

.legend-court .legend-square{

    background:#4f6d7a;

}

.legend-meta .legend-square{

    background:#f05454;

}

.legend-facebook .legend-square{

    background:#4a0a9e;

}

.legend-card h4{

    margin:0 0 6px;

    color:#0d5c63;

    font-size:1.05rem;

}

.legend-card p{

    margin:0;

    line-height:1.6;

}

.timeline-note{

    margin-top:35px;

    background:#eef8f8;

    border-left:6px solid #0d5c63;

    padding:20px;

    border-radius:12px;

}
/* =========================================
   Meta Small Claims Docket Team Emails
   ========================================= */

.case-card-meta-emails {
    border-left: 6px solid #4a0a9e;
}

.case-card-meta-emails .case-card-number {
    background: #4a0a9e;
}

.case-card-meta-emails .case-card-label {
    color: #4a0a9e;
}


/* =========================================
   Facebook Community Operations
   ========================================= */

.case-card-facebook-operations {
    border-left: 6px solid #d66a00;
}

.case-card-facebook-operations .case-card-number {
    background: #d66a00;
}

.case-card-facebook-operations .case-card-label {
    color: #a84f00;
}


/* =========================================
   Legend colors
   ========================================= */

.legend-meta-email .legend-square {
    background: #4a0a9e;
}

.legend-facebook-operations .legend-square {
    background: #d66a00;
}


/* =========================================
   Case-file key
   ========================================= */

.case-file-key {
    margin: 2rem 0;
}

.case-file-key h3 {
    color: #0d5c63;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}


/* =========================================
   Highlighted email quotation
   ========================================= */

.case-email-quote {
    background: #ffffff;
    border-left: 5px solid #4a0a9e;
    border-radius: 8px;
    color: #263238;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6;
    margin: 1rem 0;
    padding: 1rem 1.2rem;
}
/* =========================================
   SURVIVAL GUIDE WELCOME
   ========================================= */

.survival-guide-welcome {
    padding: 64px 0 32px;
}

.survival-guide-welcome-panel {
    padding: 48px;
    border-radius: 24px;
    background: #0d5c63;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(13, 92, 99, 0.18);
}

.section-eyebrow {
    margin: 0 0 10px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #63e6be;
}

.survival-guide-welcome h1 {
    max-width: 900px;
    margin: 0 0 22px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    color: #ffffff;
}

.survival-guide-welcome-panel > p {
    max-width: 920px;
    color: #ffffff;
}

.survival-guide-lead {
    font-size: 1.2rem;
    line-height: 1.75;
}

.guide-access-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
}

.guide-access-card {
    padding: 28px;
    border-radius: 18px;
}

.guide-access-card h2 {
    margin: 0 0 12px;
    font-size: 1.35rem;
}

.guide-access-card p:last-child {
    margin-bottom: 0;
}

.guide-access-card-free {
    background: #ffffff;
    color: #173a3d;
}

.guide-access-card-free h2 {
    color: #0d5c63;
}

.guide-access-card-premium {
    border: 2px solid #63e6be;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.guide-access-card-premium h2 {
    color: #ffffff;
}

.guide-access-label {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f05454;
}

.guide-access-card-premium .guide-access-label {
    color: #63e6be;
}

.guide-disclaimer {
    margin-top: 28px;
    padding: 22px 24px;
    border-left: 5px solid #63e6be;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.14);
}

.guide-disclaimer h2 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: #ffffff;
}

.guide-disclaimer p {
    margin: 0;
    color: #ffffff;
}


/* =========================================
   GUIDE OVERVIEW
   ========================================= */

.guide-overview {
    padding: 32px 0 64px;
}

.guide-overview-panel {
    padding: 42px;
    border: 1px solid #dbe7e8;
    border-radius: 24px;
    background: #f7fbfb;
}

.guide-overview-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.guide-overview-heading h2 {
    margin: 0 0 10px;
    color: #0d5c63;
}

.guide-overview-heading p:last-child {
    margin-bottom: 0;
}

.guide-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.guide-overview-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 128px;
    padding: 22px;
    border: 1px solid #d6e4e5;
    border-radius: 16px;
    background: #ffffff;
    color: #243b3d;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.guide-overview-card:hover,
.guide-overview-card:focus-visible {
    transform: translateY(-3px);
    border-color: #0d5c63;
    box-shadow: 0 12px 28px rgba(13, 92, 99, 0.14);
}

.guide-overview-card:focus-visible {
    outline: 3px solid #63e6be;
    outline-offset: 3px;
}

.guide-overview-number {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0d5c63;
    color: #ffffff;
    font-weight: 800;
}

.guide-overview-content {
    display: block;
}

.guide-overview-content strong {
    display: block;
    margin-bottom: 7px;
    color: #0d5c63;
    font-size: 1.04rem;
}

.guide-overview-content span {
    display: block;
    line-height: 1.55;
    color: #526769;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 767.98px) {

    .survival-guide-welcome {
        padding-top: 32px;
    }

    .survival-guide-welcome-panel,
    .guide-overview-panel {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .guide-access-grid,
    .guide-overview-grid {
        grid-template-columns: 1fr;
    }

    .guide-overview-card {
        min-height: auto;
    }

}
