body.jlc-legal-page {
    background: #eee9df !important;
    color: #51483e !important;
}

body.jlc-legal-page .site-content,
body.jlc-legal-page .content-area,
body.jlc-legal-page .site-main,
body.jlc-legal-page article,
body.jlc-legal-page .entry-content {
    background: transparent !important;
}

body.jlc-legal-page .entry-header,
body.jlc-legal-page .entry-content {
    width: min(860px, calc(100% - 48px));
    max-width: 860px;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.jlc-legal-page .entry-header {
    padding-top: 70px;
}

body.jlc-legal-page .entry-title {
    color: #51483e !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(38px, 4vw, 56px) !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

body.jlc-legal-page .entry-content {
    padding-bottom: 90px;
    color: #51483e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.72;
}

body.jlc-legal-page .entry-content .jlc-legal-lead {
    font-size: 1.08em;
    margin-bottom: 42px;
}

body.jlc-legal-page .entry-content h2 {
    margin: 42px 0 12px;
    color: #51483e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.25;
    font-weight: 500;
}

body.jlc-legal-page .entry-content h3 {
    margin: 28px 0 9px;
    color: #51483e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
}

body.jlc-legal-page .entry-content p,
body.jlc-legal-page .entry-content li {
    color: #51483e !important;
    font-family: Georgia, "Times New Roman", serif !important;
    text-transform: none !important;
}

body.jlc-legal-page .entry-content a {
    color: #51483e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.jlc-legal-page .entry-content ul {
    padding-left: 1.25em;
}

body.jlc-legal-page .jlc-legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
    font-size: .92em;
}

body.jlc-legal-page .jlc-legal-table th,
body.jlc-legal-page .jlc-legal-table td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(81,72,62,.22);
}

body.jlc-legal-page .jlc-legal-update {
    margin-top: 48px;
    font-size: .88em;
    opacity: .76;
}

@media (max-width: 700px) {
    body.jlc-legal-page .entry-header,
    body.jlc-legal-page .entry-content {
        width: calc(100% - 36px);
    }

    body.jlc-legal-page .entry-header {
        padding-top: 48px;
    }

    body.jlc-legal-page .entry-title {
        font-size: 36px !important;
    }

    body.jlc-legal-page .jlc-legal-table {
        display: block;
        overflow-x: auto;
    }
}
