/* Editorial layout, scoped to the four legal information pages. */
html body .legal-page.legal-editorial {
    padding: 8rem clamp(1.25rem, 5vw, 5rem) 3.5rem !important;
    min-height: auto;
    box-shadow: none;
}
html body .legal-editorial .legal-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
    overflow-wrap: break-word;
}
html body .legal-page.legal-editorial .legal-container > h1 {
    max-width: 100%;
    margin: 0 0 2rem;
    padding: 0 0 1.35rem;
    border-bottom: 1px solid rgba(201,169,98,.35);
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: clamp(2.25rem, 4.2vw, 3.75rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.025em;
    text-wrap: balance;
}
html body .legal-editorial .legal-container h2 {
    margin: 2rem 0 .8rem;
    padding: 1.3rem 0 0;
    border-top: 1px solid rgba(201,169,98,.2);
    border-bottom: 0;
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: clamp(1.4rem, 2.1vw, 1.85rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #dfc28b !important;
    -webkit-text-fill-color: currentColor !important;
    text-wrap: pretty;
}
html body .legal-editorial .legal-container > h1 + h2 {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
html body .legal-editorial .legal-container h3 {
    margin: 1.3rem 0 .5rem;
    padding: 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .01em;
}
html body .legal-editorial .legal-container :is(p, ul, ol) {
    margin: 0 0 .8rem;
    font-size: 1rem;
    line-height: 1.6;
}
html body .legal-editorial .legal-container :is(p, li, td, small) {
    color: #d0c9bf !important;
    -webkit-text-fill-color: currentColor !important;
}
html body .legal-editorial .legal-container :is(ul, ol) {
    padding-left: 1.3rem;
}
html body .legal-editorial .legal-container li {
    margin: 0 0 .3rem;
    padding-left: .15rem;
    font-size: 1rem;
    line-height: 1.6;
}
html body .legal-editorial .legal-container li::marker {
    color: #c9a962;
}
html body .legal-editorial .legal-container strong {
    color: #f3efe8 !important;
    font-weight: 700;
}
html body .legal-editorial .legal-container a {
    text-underline-offset: .2em;
    text-decoration-thickness: 1px;
}
html body .legal-editorial .legal-container a:focus-visible {
    outline: 2px solid #c9a962;
    outline-offset: 4px;
    border-radius: 2px;
}
html body .legal-editorial .legal-container table {
    display: table;
    width: 100%;
    margin: 1rem 0 1.25rem;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid rgba(201,169,98,.25) !important;
    font-size: .95rem;
}
html body .legal-editorial .legal-container :is(th, td) {
    padding: .85rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(201,169,98,.2) !important;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
html body .legal-editorial .legal-container th {
    background: #1b1812 !important;
    color: #dfc28b !important;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    white-space: normal;
}
html body .legal-editorial .legal-container table tr:nth-child(even) {
    background: #11100e !important;
}
html body .legal-editorial .legal-container small {
    display: inline-block;
    margin-top: .2rem;
    font-size: .85rem;
}
html body .legal-editorial .legal-container p[style*="border"] {
    margin: 1.25rem 0 0 !important;
    padding: .9rem 1.1rem !important;
    border: 0 !important;
    border-left: 2px solid #c9a962 !important;
    border-radius: 0 !important;
    background: #15130f !important;
}
/* Match the Contact page title offset on mobile and tablet. */
@media (max-width: 768px) {
    html body .legal-page.legal-editorial {
        padding-top: calc(var(--promo-height, 0px) + var(--nav-height) + 1.6rem) !important;
    }
}
@media (max-width: 600px) {
    html body .legal-page.legal-editorial {
        padding-bottom: 2.5rem !important;
    }
    html body .legal-page.legal-editorial .legal-container > h1 {
        margin-bottom: 1.4rem;
        padding-bottom: 1.1rem;
    }
    html body .legal-editorial .legal-container h2 {
        margin-top: 1.6rem;
        padding-top: 1.1rem;
    }
    html body .legal-editorial .legal-container :is(p, li, ul, ol) {
        font-size: .96rem;
    }
    html body .legal-editorial .legal-container :is(th, td) {
        padding: .7rem .65rem;
        font-size: .88rem;
    }
}