.lr-terms-privacy-page {
    --lr-navy: #071f45;
    --lr-navy-soft: #102b50;
    --lr-red: #e85f64;
    --lr-red-light: #ef8e92;
    --lr-cream: #f3f1e8;
    --lr-white: #fffefa;
    --lr-border: #deddd4;
    --lr-text: #14213d;
    --lr-muted: #626b78;
    --lr-sidebar: 327px;
    --lr-content-max: 1120px;
    min-height: 100vh;
    margin: 0;
    background: var(--lr-cream);
    color: var(--lr-text);
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.lr-terms-privacy-page,
.lr-terms-privacy-page * {
    box-sizing: border-box;
}

.lr-link-base {
    color: inherit;
}

.lr-terms-privacy-page .lr-legal-shell .copyright_container {
    padding: 0px 20px 0 20px;
}

@scope (.lr-terms-privacy-page) {

    /* =========================================================
       PAGE SHELL
       ========================================================= */

    .lr-legal-page {
        min-height: 100vh;
    }

    .lr-legal-shell {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }

    /* =========================================================
       MAIN AREA
       ========================================================= */

    .lr-main {
        width: calc(100% - var(--lr-sidebar));
        margin: 0 auto;
        min-width: 0;
        padding: 18px 48px 80px;
    }

    .lr-main-inner {
        width: 100%;
        margin: 0 auto;
    }

    /* Top heading */
    .lr-page-heading {
        margin: 0 0 40px;
        color: var(--lr-navy);
        display: flex;
        justify-content: center;
    }

    .lr-page-heading-link {
        font-size: 40px;
        font-family: 'Meow Script';
        color: var(--secondary-color);
        text-decoration: none;
    }

    /* =========================================================
       DOCUMENT HEADER
       ========================================================= */

    .lr-document-header {
        padding: 30px 0 32px;
        border-bottom: 1px solid var(--lr-border);
    }

    .lr-document-title {
        margin: 0 0 10px;
        color: var(--lr-navy);
        font-family: Montserrat;
        font-size: 38px;
        font-weight: 400;
        line-height: 1.2;
    }

    .lr-document-header-text {
        margin: 0;
        color: var(--lr-muted);
    }

    .lr-last-updated {
        margin: 15px 0 !important;
        font-size: 14px;
    }

    /* =========================================================
       TABLE OF CONTENTS
       ========================================================= */

    .lr-toc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 45px;
        margin: 28px 0 45px;
        padding: 50px;
        background: var(--lr-white);
        border: 1px solid var(--lr-border);
    }

    .lr-toc-title {
        grid-column: 1 / -1;
        margin: 0 0 13px;
        color: var(--lr-navy);
        font-family: Montserrat;
        font-size: 21px;
    }

    .lr-toc-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .lr-toc-item {
        margin: 0;
    }

    .lr-toc-link {
        display: block;
        padding: 4px 0;
        color: var(--lr-navy);
        font-size: 14px;
        line-height: 1.5;
        text-decoration: none;
    }

    .lr-toc-link:hover {
        color: var(--lr-red);
    }

    .lr-toc .lr-toc-part {
        margin-top: 8px;
        color: var(--lr-red);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    /* =========================================================
       LEGAL CONTENT
       ========================================================= */

    .lr-document {
        width: 100%;
        background: var(--lr-white);
        padding: 50px;
        border: 1px solid var(--lr-border);
    }

    .lr-part {
        margin: 0 0 38px;
        padding-bottom: 17px;
        border-bottom: 2px solid #e5e5e5;
        scroll-margin-top: 25px;
    }

    .lr-part-title {
        margin: 0;
        color: var(--lr-navy);
        font-family: Montserrat;
        font-size: 31px;
        font-weight: 400;
        line-height: 1.25;
    }

    .lr-section {
        margin: 0 0 42px;
        scroll-margin-top: 25px;
    }

    .lr-section:last-child {
        margin-bottom: 0;
    }

    .lr-section-title {
        margin: 0 0 13px;
        color: var(--lr-navy);
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.4;
    }

    .lr-section-subtitle {
        margin: 22px 0 8px;
        color: var(--lr-navy);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }

    .lr-section-text {
        margin: 0 0 16px;
    }

    .lr-section-list {
        margin: 10px 0 18px;
        padding-left: 25px;
    }

    .lr-section-list-item {
        margin-bottom: 8px;
        padding-left: 3px;
    }

    .lr-section-emphasis {
        color: var(--lr-navy);
    }

    .lr-highlight {
        margin: 20px 0;
        padding: 20px 22px;
        background: #f9eeee;
        border-left: 4px solid var(--lr-red);
    }

    .lr-uppercase {
        text-transform: uppercase;
    }

    /* =========================================================
       PRIVACY TABLE
       ========================================================= */

    .lr-table-wrap {
        margin: 22px 0 25px;
        overflow-x: auto;
        border: 1px solid var(--lr-border);
    }

    .lr-table {
        width: 100%;
        min-width: 700px;
        border-collapse: collapse;
    }

    .lr-table-heading,
    .lr-table-cell {
        padding: 14px 16px;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid var(--lr-border);
    }

    .lr-table-heading {
        background: var(--lr-red);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    .lr-table-cell {
        color: var(--lr-text);
        font-size: 14px;
        line-height: 1.55;
    }

    .lr-table-last-row .lr-table-cell {
        border-bottom: 0;
    }

    /* =========================================================
       CONTACT CARD
       ========================================================= */

    .lr-contact {
        margin-top: 20px;
        padding: 24px 25px;
        background: #f8f5ec;
        border: 1px solid var(--lr-border);
    }

    .lr-contact .lr-section-text {
        margin: 0 0 4px;
    }

    .lr-contact-link {
        color: var(--lr-navy);
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .lr-back-top {
        display: inline-flex;
        margin-top: 40px;
        color: var(--lr-red);
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

    .lr-back-top:hover {
        text-decoration: underline;
    }

    /* =========================================================
       MOBILE HEADER / MENU
       ========================================================= */

    .lr-mobile-topbar {
        display: none;
    }

    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 1100px) {
        .lr-terms-privacy-page {
            --lr-sidebar: 270px;
        }

        .lr-main {
            padding-left: 34px;
            padding-right: 34px;
        }

        .lr-document {
            padding-left: 42px;
            padding-right: 42px;
        }
    }

    @media (max-width: 800px) {
        .lr-sidebar {
            display: none;
        }

        .lr-mobile-topbar {
            position: sticky;
            top: 0;
            z-index: 30;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 66px;
            padding: 0 18px;
            background: var(--lr-white);
            border-bottom: 1px solid var(--lr-border);
        }

        .lr-mobile-brand {
            color: var(--lr-navy);
            font-family: "Montserrat", sans-serif;
            font-size: 25px;
            text-decoration: none;
        }

        .lr-mobile-menu {
            color: var(--lr-navy);
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
        }

        .lr-main {
            width: 100%;
            margin-left: 0;
            padding: 25px 18px 55px;
        }

        .lr-page-heading {
            margin-bottom: 28px;
            font-size: 43px;
        }

        .lr-toc {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .lr-toc-title {
            grid-column: auto;
        }

        .lr-document {
            padding: 35px 27px 45px;
        }
    }

    @media (max-width: 560px) {
        .lr-terms-privacy-page {
            font-size: 15px;
        }

        .lr-main {
            padding: 20px 12px 45px;
        }

        .lr-page-heading-link {
            font-size: 38px;
        }

        .lr-document-header {
            padding: 25px 0;
        }

        .lr-document-title {
            font-size: 30px;
        }

        .lr-toc {
            margin-top: 20px;
            padding: 18px;
        }

        .lr-document {
            padding: 28px 19px 38px;
        }

        .lr-part-title {
            font-size: 27px;
        }

        .lr-section {
            margin-bottom: 34px;
        }

        .lr-section-title {
            font-size: 20px;
        }

        .lr-section-list {
            padding-left: 20px;
        }

        .lr-highlight {
            padding: 16px 17px;
        }
    }

    /* =========================================================
       OPTIONAL: IF YOU DON'T WANT THE TOC
       Add .lr-hide-toc to <main class="lr-legal-page lr-hide-toc">
       ========================================================= */

    .lr-hide-toc .lr-toc {
        display: none;
    }
}