/* ==========================================================================
   Default text page (policy, etc.) — Cleom light shell
   ========================================================================== */

body.cleom-main-page:has(.cleom-default-page) {
    background: #eff4ff;
    color: #000000;
}

.cleom-default-page {
    --cleom-page-section-x: 3.125rem;
    --cleom-page-font-body: "wght" 350, "GRAD" 0, "slnt" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 140, "opsz" 16;
    --cleom-page-font-heading: "wght" 600, "GRAD" 0, "slnt" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 140, "opsz" 20;
    --cleom-page-font-table-head: "wght" 430, "GRAD" 0, "slnt" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 140, "opsz" 20;
    --cleom-page-font-title: "wght" 500, "GRAD" 0, "slnt" 0, "XOPQ" 150, "XTRA" 505, "YOPQ" 105, "YTAS" 750, "YTDE" -130, "YTFI" 738, "YTLC" 510, "YTUC" 680, "wdth" 111, "opsz" 62;
    background: #eff4ff;
    color: rgba(8, 6, 36, 1);
    max-width: 100%;
    overflow-x: clip;
}

.cleom-default-page__shell {
    padding: 10.3125rem var(--cleom-page-section-x) 5.625rem;
    min-width: 0;
    max-width: 100%;
}

.cleom-default-page__inner {
    max-width: 83.75rem;
    margin: 0 auto;
    min-width: 0;
}

.cleom-default-page__title {
    margin: 0 0 5rem;
    font-family: var(--font-family);
    font-synthesis: none;
    font-style: normal;
    font-weight: 500;
    font-variation-settings: var(--cleom-page-font-title);
    font-size: 3.875rem;
    line-height: 0.85;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 1);
}

.cleom-default-page__content {
    max-width: 100%;
    min-width: 0;
    font-family: var(--font-family);
    font-synthesis: none;
    font-style: normal;
    font-weight: 350;
    font-variation-settings: var(--cleom-page-font-body);
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(8, 6, 36, 1);
}

.cleom-default-page__content > *:first-child {
    margin-top: 0;
}

.cleom-default-page__content > *:last-child {
    margin-bottom: 0;
}

.cleom-default-page__content p {
    margin: 0 0 1em;
}

.cleom-default-page__content h2 {
    margin: 3.125rem 0 1.875rem;
    font-family: var(--font-family);
    font-synthesis: none;
    font-style: normal;
    font-weight: 600;
    font-variation-settings: var(--cleom-page-font-heading);
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(8, 6, 36, 1);
}


.cleom-default-page__content h3,
.cleom-default-page__content h4 {
    margin: 3.125rem 0 1.875rem;
    font-family: var(--font-family);
    font-synthesis: none;
    font-style: normal;
    font-weight: 600;
    font-variation-settings: var(--cleom-page-font-heading);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(8, 6, 36, 1);
}

.cleom-default-page__content h3 {
    font-size: 1.125rem;
}

.cleom-default-page__content h4 {
    font-size: 1rem;
}

.cleom-default-page__content h2:first-child,
.cleom-default-page__content h3:first-child,
.cleom-default-page__content h4:first-child {
    margin-top: 0;
}

.cleom-default-page__content ul,
.cleom-default-page__content ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}

.cleom-default-page__content ul {
    list-style-type: disc;
}

.cleom-default-page__content ol {
    list-style-type: decimal;
}

.cleom-default-page__content li {
    margin-bottom: 0.5em;
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.cleom-default-page__content li:last-child {
    margin-bottom: 0;
}

.cleom-default-page__content ul ul,
.cleom-default-page__content ol ol,
.cleom-default-page__content ul ol,
.cleom-default-page__content ol ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.cleom-default-page__content a {
    color: inherit;
    text-decoration: none;
    transition:
        color var(--transition-duration) var(--transition-timing),
        text-decoration-color var(--transition-duration) var(--transition-timing),
        -webkit-text-fill-color var(--transition-duration) var(--transition-timing);
}

@media (hover: hover) {
    .cleom-default-page__content a:hover,
    .cleom-default-page__content a:focus-visible {
        color: rgba(0, 102, 246, 1);
        -webkit-text-fill-color: rgba(0, 102, 246, 1);
        text-decoration: underline;
        text-underline-offset: 0.12em;
    }
}

.cleom-default-page__content strong,
.cleom-default-page__content b {
    font-weight: 600;
    font-variation-settings: var(--cleom-page-font-heading);
}

.cleom-default-page__content :is(.wp-block-table, figure:has(> table), .cleom-page-table-scroll) {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    margin: 0 0 1em;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.cleom-default-page__content table {
    border-collapse: collapse;
    width: 100%;
    max-width: 41.875rem;
    table-layout: fixed;
    border: 0.0625rem solid rgba(0, 0, 0, 0.5);
}

.cleom-default-page__content th,
.cleom-default-page__content td {
    border: 0.0625rem solid rgba(0, 0, 0, 0.5);
    padding: 1.1875rem 1.25rem;
    vertical-align: middle;
    text-align: left;
}

.cleom-default-page__content tbody th,
.cleom-default-page__content tbody td {
    font-family: var(--font-family);
    font-synthesis: none;
    font-style: normal;
    font-weight: 350;
    font-variation-settings: var(--cleom-page-font-body);
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(8, 6, 36, 1);
}

.cleom-default-page__content thead th,
.cleom-default-page__content thead td {
    background: rgba(0, 0, 0, 0.1);
    font-family: var(--font-family);
    font-synthesis: none;
    font-style: normal;
    font-weight: 430;
    font-variation-settings: var(--cleom-page-font-table-head);
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(8, 6, 36, 1);
}

.cleom-default-page__content tbody td {
    min-height: 5.875rem;
}

@media screen and (max-width: 47.9375rem) {
    .cleom-default-page {
        --cleom-page-section-x: 0.9375rem;
    }

    .cleom-default-page__shell {
        padding-top: 7.5rem;
        padding-bottom: 3.75rem;
    }

    .cleom-default-page__title {
        margin-bottom: 3.75rem;
        font-size: 1.875rem;
        line-height: 1.2;
    }

    .cleom-default-page__content {
        font-size: 0.875rem;
    }

    .cleom-default-page__content h2 {
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
    }

    .cleom-default-page__content h3 {
        font-size: 1.125rem;
    }

    .cleom-default-page__content h4 {
        font-size: 1rem;
    }

    .cleom-default-page__content :is(.wp-block-table, figure:has(> table), .cleom-page-table-scroll) {
        width: calc(100% + (2 * var(--cleom-page-section-x)));
        max-width: calc(100% + (2 * var(--cleom-page-section-x)));
        margin-left: calc(-1 * var(--cleom-page-section-x));
        margin-right: calc(-1 * var(--cleom-page-section-x));
        padding-left: var(--cleom-page-section-x);
        padding-right: var(--cleom-page-section-x);
        touch-action: pan-x pan-y;
        scroll-padding: 0 var(--cleom-page-section-x);
        scrollbar-width: none;
    }

    .cleom-default-page__content :is(.wp-block-table, figure:has(> table), .cleom-page-table-scroll)::-webkit-scrollbar {
        display: none;
    }

    .cleom-default-page__content :is(.wp-block-table, figure:has(> table), .cleom-page-table-scroll) table {
        width: max-content;
        min-width: 37.5rem;
        max-width: 43.75rem;
        table-layout: auto;
    }

    .cleom-default-page__content tbody th,
    .cleom-default-page__content tbody td {
        padding: 0.5rem 0.9375rem;
        font-size: 0.875rem;
    }

    .cleom-default-page__content thead th,
    .cleom-default-page__content thead td {
        padding: 0.5rem 0.9375rem;
        font-size: 1.125rem;
    }
}
