.guide-main {
    background: var(--paper);
    color: var(--ink-dark);
}

.breadcrumbs {
    width: min(940px, calc(100% - 48px));
    margin: 0 auto;
    padding: 26px 0 12px;
    color: #425348;
    font-size: 15px;
}

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

.breadcrumbs li + li::before {
    margin-right: 8px;
    content: "/";
}

.guide-article {
    width: min(940px, calc(100% - 48px));
    margin: 0 auto;
    padding: 18px 0 72px;
}

.guide-header {
    max-width: 820px;
    padding: 18px 0 34px;
}

.guide-header h1 {
    margin: 0 0 18px;
    color: #111b15;
    font-size: 48px;
}

.guide-intro {
    margin: 0 0 14px;
    color: #293a30;
    font-size: 22px;
}

.guide-updated,
.guide-figure figcaption {
    color: #526259;
    font-size: 15px;
}

.guide-figure {
    margin: 0 0 40px;
}

.guide-figure img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    object-fit: cover;
}

.guide-figure figcaption {
    margin-top: 8px;
}

.guide-toc {
    margin: 0 0 46px;
    padding: 24px 0;
    border-top: 1px solid #abb9ae;
    border-bottom: 1px solid #abb9ae;
}

.guide-toc strong {
    display: block;
    margin-bottom: 10px;
    color: #18251d;
}

.guide-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin: 0;
    padding-left: 24px;
}

.guide-toc a,
.guide-section a,
.breadcrumbs a {
    color: #174f35;
}

.guide-sections {
    max-width: 820px;
}

.guide-section {
    margin: 0 0 48px;
    scroll-margin-top: calc(var(--header-height) + 24px);
}

.guide-section h2,
.related-guides h2,
.guide-cta h2 {
    color: #172019;
    font-size: 34px;
}

.guide-section p,
.guide-section li {
    font-size: 19px;
}

.guide-section ul {
    padding-left: 24px;
}

.guide-table-wrap {
    max-width: 820px;
    margin: 0 0 52px;
    overflow-x: auto;
}

.guide-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    background: #fffdf5;
}

.guide-table caption {
    padding: 0 0 12px;
    color: #172019;
    font-family: var(--site-display);
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

.guide-table th,
.guide-table td {
    padding: 13px 16px;
    border: 1px solid #a6b1a9;
    text-align: left;
}

.guide-table thead th {
    background: #17422e;
    color: #fff8df;
}

.related-guides {
    margin-top: 66px;
    padding-top: 36px;
    border-top: 2px solid #17422e;
}

.related-guides > div,
.home-guide-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
}

.related-guides a,
.home-guide-links a {
    color: inherit;
    font-weight: 700;
    text-decoration-thickness: 2px;
}

.guide-cta {
    padding: 58px 0;
    background: var(--wine-deep);
    color: var(--ink);
}

.guide-cta h2 {
    color: var(--ink);
}

.guide-cta p {
    max-width: 760px;
}

.home-guides {
    padding: 72px 0;
    background: #f3ecda;
    color: #172019;
}

.home-guides h2 {
    color: #172019;
}

.guide-main .eyebrow,
.home-guides .eyebrow {
    color: var(--wine);
}

.home-guides .section-lead {
    color: #3f5046;
}

.growth-opt-out {
    min-height: 44px;
    padding: 10px 16px;
    border: 2px solid #17422e;
    border-radius: 4px;
    background: transparent;
    color: #17422e;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.growth-opt-out:hover,
.growth-opt-out:focus-visible {
    background: #17422e;
    color: #fff8df;
}

.growth-opt-out:disabled {
    border-color: #657269;
    color: #4d5a51;
    cursor: default;
    opacity: 0.85;
}

.hero-conversion-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    margin: 0 auto 16px;
}

.hero-store-badge {
    width: auto;
    min-width: 260px;
}

.hero-ios-coming-soon {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid rgb(255 255 255 / 42%);
    border-radius: 6px;
    background: rgb(9 11 10 / 82%);
    color: #fff;
    font-size: 14px;
}

.store-option--coming-soon {
    min-height: 188px;
    align-content: center;
}

.final-cta .store-badge {
    width: auto;
    max-width: min(100%, 360px);
    margin-right: auto;
    margin-left: auto;
}

.home-guide-links a {
    display: flex;
    min-height: 88px;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
    border-bottom: 1px solid #87988c;
    text-decoration: none;
}

.home-guide-links a:hover span,
.home-guide-links a:focus-visible span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.home-guide-links span {
    color: #17422e;
    font-family: var(--site-display);
    font-size: 24px;
    font-weight: 700;
}

.home-guide-links small {
    margin-top: 3px;
    color: #3f5046;
    font-size: 16px;
}

.site-locale-links {
    width: min(1180px, calc(100% - 48px));
    margin: 22px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgb(240 202 104 / 25%);
    color: var(--muted);
    font-size: 14px;
}

.site-locale-links strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
}

.site-locale-links > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 18px;
}

.site-locale-links a[aria-current="page"] {
    color: var(--gold);
    font-weight: 700;
}

@media (max-width: 760px) {
    .hero {
        background-image: url("/site-assets/brisca-menu-background-960.webp");
    }

    .guide-header h1 {
        font-size: 38px;
    }

    .guide-intro {
        font-size: 19px;
    }

    .guide-toc ol,
    .related-guides > div,
    .home-guide-links {
        grid-template-columns: 1fr;
    }

    .guide-section h2,
    .related-guides h2,
    .guide-cta h2 {
        font-size: 30px;
    }

    .guide-section p,
    .guide-section li {
        font-size: 18px;
    }

    .hero-conversion-actions {
        display: grid;
        width: min(100%, 360px);
        grid-template-columns: 1fr;
    }

    .hero-store-badge,
    .hero-ios-coming-soon {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .store-option--coming-soon {
        min-height: 0;
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .breadcrumbs,
    .guide-article,
    .site-locale-links {
        width: min(100% - 32px, 940px);
    }

    .guide-header h1 {
        font-size: 32px;
    }

    .home-guides,
    .guide-cta {
        padding: 48px 0;
    }
}
