.cc-lock {
    overflow: hidden !important;
}

.site-cookie-consent,
.site-cookie-consent * {
    box-sizing: border-box;
}

.site-cookie-consent {
    --cc-accent: #b48a45;
    --cc-ink: #151515;
    --cc-muted: #686868;
    --cc-line: rgba(255, 255, 255, .16);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
}

.site-cookie-consent [hidden] {
    display: none !important;
}

.cc-banner {
    position: fixed;
    z-index: 2147483000;
    left: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: min(1180px, calc(100% - 36px));
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: end;
    padding: 28px 30px;
    color: #fff;
    background: rgba(16, 16, 16, .97);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
    backdrop-filter: blur(18px);
}

.cc-banner-copy {
    max-width: 750px;
}

.cc-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--cc-accent);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .18em;
}

.cc-banner h2,
.cc-dialog h2 {
    margin: 0;
    font-family: inherit;
    font-size: clamp(24px, 2.2vw, 38px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
    text-transform: none;
}

.cc-banner p {
    max-width: 720px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.55;
    white-space: normal;
    overflow-wrap: anywhere;
}

.cc-text-button {
    appearance: none;
    margin: 12px 0 0;
    padding: 0 0 2px;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.cc-banner-actions,
.cc-dialog-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cc-button {
    appearance: none;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 0;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .07em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.cc-button:hover {
    transform: translateY(-2px);
}

.cc-button:focus-visible,
.cc-text-button:focus-visible,
.cc-manage:focus-visible,
.cc-close:focus-visible,
.cc-embed-gate button:focus-visible,
.cc-toggle input:focus-visible + .cc-switch {
    outline: 3px solid color-mix(in srgb, var(--cc-accent) 70%, white);
    outline-offset: 3px;
}

.cc-button-main {
    color: #101010;
    background: var(--cc-accent);
    border-color: var(--cc-accent);
}

.cc-button-ghost {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}

.cc-manage {
    position: fixed;
    z-index: 2147482000;
    left: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    min-height: 38px;
    padding: 0 14px;
    color: #fff;
    background: rgba(16, 16, 16, .91);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    box-shadow: 0 9px 28px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.cc-manage span {
    margin-right: 6px;
    color: var(--cc-accent);
}

.cc-backdrop {
    position: fixed;
    z-index: 2147483640;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
}

.cc-dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: min(820px, calc(100vh - 44px));
    overflow: auto;
    padding: 38px;
    color: var(--cc-ink);
    background: #f6f3ed;
    border: 1px solid rgba(0, 0, 0, .14);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .4);
    scrollbar-color: var(--cc-accent) rgba(0, 0, 0, .08);
    scrollbar-width: thin;
}

.cc-dialog::-webkit-scrollbar {
    width: 9px;
}

.cc-dialog::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .08);
}

.cc-dialog::-webkit-scrollbar-thumb {
    background: var(--cc-accent);
    border: 2px solid #f6f3ed;
}

.cc-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    padding: 0;
    color: var(--cc-ink);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .22);
    border-radius: 50%;
    font: inherit;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.cc-intro {
    margin: 14px 48px 25px 0;
    color: var(--cc-muted);
    font-size: 14px;
}

.cc-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .14);
}

.cc-category strong {
    display: block;
    font-size: 15px;
}

.cc-category p {
    margin: 5px 0 0;
    color: var(--cc-muted);
    font-size: 13px;
}

.cc-required {
    color: var(--cc-accent);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.cc-toggle {
    position: relative;
    cursor: pointer;
}

.cc-toggle input {
    position: absolute;
    right: 0;
    width: 48px;
    height: 28px;
    opacity: 0;
}

.cc-switch {
    position: relative;
    width: 48px;
    height: 28px;
    background: #c9c7c1;
    border-radius: 999px;
    transition: background .2s ease;
}

.cc-switch::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
    transition: transform .2s ease;
}

.cc-toggle input:checked + .cc-switch {
    background: var(--cc-accent);
}

.cc-toggle input:checked + .cc-switch::after {
    transform: translateX(20px);
}

.cc-details {
    border-top: 1px solid rgba(0, 0, 0, .14);
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.cc-details summary {
    padding: 17px 0;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.cc-details > p {
    color: var(--cc-muted);
    font-size: 12px;
}

.cc-table {
    display: grid;
    gap: 1px;
    background: rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .12);
}

.cc-table > div {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr) 130px;
    gap: 12px;
    padding: 12px;
    background: #fff;
    font-size: 11px;
}

.cc-table strong {
    overflow-wrap: anywhere;
}

.cc-table span,
.cc-table small {
    color: var(--cc-muted);
}

.cc-provider-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cc-provider-links a {
    color: var(--cc-ink);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cc-dialog-actions {
    justify-content: flex-end;
    margin-top: 25px;
}

.cc-dialog .cc-button-ghost {
    color: var(--cc-ink);
    border-color: rgba(0, 0, 0, .42);
}

.cc-embed-gate {
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 28px;
    color: #eee;
    background: #151515;
    border: 1px solid rgba(255, 255, 255, .14);
    text-align: left;
}

.cc-embed-gate.is-compact {
    min-height: 112px;
    justify-content: flex-start;
    margin: 8px 0;
    padding: 18px;
    color: var(--cc-ink);
    background: rgba(0, 0, 0, .055);
    border-color: rgba(0, 0, 0, .13);
}

.cc-gate-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--cc-accent);
    border: 1px solid currentColor;
    border-radius: 50%;
}

.cc-embed-gate strong {
    display: block;
    font-size: 14px;
}

.cc-embed-gate p {
    margin: 3px 0 0;
    color: currentColor;
    opacity: .66;
    font-size: 12px;
}

.cc-embed-gate button {
    flex: 0 0 auto;
    min-height: 40px;
    margin-left: auto;
    padding: 0 14px;
    color: #101010;
    background: var(--cc-accent);
    border: 0;
    border-radius: 0;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 760px) {
    .cc-banner {
        width: calc(100% - 20px);
        bottom: max(10px, env(safe-area-inset-bottom));
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 20px;
    }

    .cc-banner h2 {
        font-size: 25px;
    }

    .cc-banner-actions,
    .cc-dialog-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cc-button {
        min-width: 0;
        width: 100%;
        min-height: 46px;
        padding-inline: 10px;
        font-size: 9px;
        white-space: normal;
    }

    .cc-manage {
        bottom: calc(70px + env(safe-area-inset-bottom));
        left: 10px;
    }

    .cc-backdrop {
        align-items: end;
        padding: 0;
    }

    .cc-dialog {
        width: 100%;
        max-height: calc(100vh - 24px);
        padding: 30px 20px calc(24px + env(safe-area-inset-bottom));
    }

    .cc-close {
        top: 13px;
        right: 13px;
    }

    .cc-category {
        gap: 12px;
    }

    .cc-table > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .cc-embed-gate,
    .cc-embed-gate.is-compact {
        min-height: 150px;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 20px;
    }

    .cc-embed-gate button {
        width: 100%;
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-cookie-consent *,
    .site-cookie-consent *::before,
    .site-cookie-consent *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
