@charset "UTF-8";

/*
 * Cookie Consent Banner 2.2.3
 * Pickle neutral house style: charcoal, white and grey throughout, with only
 * a fine orange underline on the persistent settings control only. Historic colour preferences
 * cannot bleed through into buttons, toggles, hover states or focus rings.
 */
.ccb-root {
    --ccb-surface-dark: #5b5f62;
    --ccb-surface-light: #ffffff;
    --ccb-text-on-dark: #ffffff;
    --ccb-signature: #f58648;
    --ccb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --ccb-ui-dark: #303438;
    --ccb-ui-muted: #505960;
    --ccb-ui-line: #e0e3e5;
    --ccb-toggle-on: #515b62;
    font-family: var(--ccb-font) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    line-height: 1.45 !important;
    -webkit-font-smoothing: antialiased;
}

.ccb-root,
.ccb-root *,
.ccb-root *::before,
.ccb-root *::after {
    box-sizing: border-box;
}

.ccb-root [hidden] {
    display: none !important;
}

.ccb-root .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* The three first-layer choices use the same understated styling. */
.ccb-root .ccb-banner {
    position: fixed;
    z-index: 99990;
    inset: auto 0 0;
    padding: 11px 20px;
    background: var(--ccb-surface-dark) !important;
    color: var(--ccb-text-on-dark) !important;
    box-shadow: 0 -2px 12px rgb(0 0 0 / 13%);
    font: normal 400 13px/1.45 var(--ccb-font) !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.ccb-root .ccb-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(1100px, 100%);
    margin: 0 auto;
}

.ccb-root .ccb-banner__message {
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
    color: var(--ccb-text-on-dark) !important;
    font: normal 400 13px/1.45 var(--ccb-font) !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
}

.ccb-root .ccb-banner a {
    color: var(--ccb-text-on-dark) !important;
    font: inherit !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.ccb-root .ccb-banner a:hover {
    text-decoration-thickness: 2px !important;
}

.ccb-root .ccb-actions,
.ccb-root .ccb-dialog__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px;
}

/* Do not allow global theme selectors to enlarge or italicise UI buttons. */
.ccb-root .ccb-button,
.ccb-root .ccb-settings-link,
.ccb-root .ccb-inline-settings-link,
.ccb-root .ccb-dialog__close {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: var(--ccb-font) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: none !important;
    box-shadow: none;
}

.ccb-root .ccb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0 !important;
    padding: 7px 12px;
    border: 1px solid currentColor !important;
    border-radius: 5px;
    background: transparent !important;
    color: inherit;
    font-size: 13px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    transition: background-color 140ms ease, border-color 140ms ease;
}

.ccb-root .ccb-banner .ccb-button,
.ccb-root .ccb-banner .ccb-button--primary,
.ccb-root .ccb-banner .ccb-button--text {
    border-color: #e4e6e7 !important;
    background: transparent !important;
    color: var(--ccb-text-on-dark) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.ccb-root .ccb-banner .ccb-button--text {
    /* This remains a proper button rather than a vague text link. */
    opacity: 0.94;
}

.ccb-root .ccb-banner .ccb-button:hover,
.ccb-root .ccb-banner .ccb-button:focus-visible {
    border-color: #ffffff !important;
    background: rgb(255 255 255 / 12%) !important;
    color: #ffffff !important;
}

.ccb-root .ccb-banner .ccb-button:focus-visible,
.ccb-root .ccb-banner a:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: 3px !important;
}

.ccb-dialog-open {
    overflow: hidden;
}

/* Compact, deliberately non-branded preferences panel. */
.ccb-root .ccb-dialog-backdrop {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 16px;
    background: rgb(0 0 0 / 50%);
}

.ccb-root .ccb-dialog {
    width: min(640px, 100%);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    margin: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 22px 26px 20px;
    border: 1px solid #e5e7e9;
    border-radius: 10px;
    background: var(--ccb-surface-light) !important;
    color: #292e33 !important;
    box-shadow: 0 12px 38px rgb(0 0 0 / 20%);
    font: normal 400 14px/1.45 var(--ccb-font) !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
}

.ccb-root .ccb-dialog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ccb-root .ccb-dialog h2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    color: #292e33 !important;
    font: normal 600 23px/1.25 var(--ccb-font) !important;
    letter-spacing: -0.015em !important;
    text-align: left !important;
    text-transform: none !important;
}

.ccb-root .ccb-dialog__close {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: var(--ccb-ui-muted) !important;
    font-size: 25px !important;
    line-height: 1 !important;
}

.ccb-root .ccb-dialog__close:hover {
    background: #f1f2f3 !important;
    color: #303438 !important;
}

.ccb-root .ccb-dialog > p {
    margin: 8px 0 15px !important;
    color: var(--ccb-ui-muted) !important;
    font: normal 400 14px/1.45 var(--ccb-font) !important;
    text-align: left !important;
    text-transform: none !important;
}

.ccb-root .ccb-preference {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 68px;
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid var(--ccb-ui-line);
}

.ccb-root .ccb-preference > div {
    flex: 1 1 0;
    min-width: 0;
}

.ccb-root .ccb-preference strong {
    display: block;
    margin: 0 !important;
    color: #2a3035 !important;
    font: normal 600 16px/1.35 var(--ccb-font) !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
}

.ccb-root .ccb-preference p {
    margin: 3px 0 0 !important;
    color: var(--ccb-ui-muted) !important;
    font: normal 400 14px/1.4 var(--ccb-font) !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
}

.ccb-root .ccb-switch {
    position: relative;
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 24px;
    margin: 0;
    cursor: pointer;
}

.ccb-root .ccb-switch input {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.ccb-root .ccb-switch > span[aria-hidden="true"] {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #c4c9cd !important;
    transition: background-color 140ms ease;
    pointer-events: none;
}

.ccb-root .ccb-switch > span[aria-hidden="true"]::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    transition: transform 140ms ease;
}

.ccb-root .ccb-switch input:checked + span[aria-hidden="true"] {
    background: var(--ccb-toggle-on) !important;
}

.ccb-root .ccb-switch input:checked + span[aria-hidden="true"]::after {
    transform: translateX(20px);
}

.ccb-root .ccb-switch input:focus-visible + span[aria-hidden="true"] {
    outline: 2px solid #263541 !important;
    outline-offset: 3px;
}

.ccb-root .ccb-switch--locked {
    cursor: not-allowed;
}

.ccb-root .ccb-switch--locked > span[aria-hidden="true"] {
    background: #69737a !important;
}

.ccb-root .ccb-dialog__actions {
    margin: 0;
    padding: 15px 0 0;
    border-top: 1px solid var(--ccb-ui-line);
    color: #343a40;
}

.ccb-root .ccb-dialog__actions .ccb-button {
    border-color: #777e83 !important;
    background: #ffffff !important;
    color: #303438 !important;
    font-size: 14px !important;
    min-height: 38px;
    padding: 8px 14px;
}

.ccb-root .ccb-dialog__actions .ccb-button--primary {
    border-color: #303438 !important;
    background: #303438 !important;
    color: #ffffff !important;
}

.ccb-root .ccb-dialog__actions .ccb-button:hover {
    border-color: #303438 !important;
    background: #f2f3f4 !important;
    color: #25292c !important;
}

.ccb-root .ccb-dialog__actions .ccb-button--primary:hover {
    border-color: #1e2225 !important;
    background: #1e2225 !important;
    color: #ffffff !important;
}

.ccb-root .ccb-dialog .ccb-button:focus-visible,
.ccb-root .ccb-dialog__close:focus-visible {
    outline: 2px solid #263541 !important;
    outline-offset: 3px !important;
}

/* Persistent entry points remain visually secondary. */
.ccb-root .ccb-settings-link {
    position: fixed;
    z-index: 99980;
    bottom: 12px;
    left: 12px;
    margin: 0 !important;
    padding: 6px 9px;
    border: 1px solid #d9dcde !important;
    border-radius: 5px;
    background: #ffffff !important;
    color: #3b4146 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    box-shadow: 0 1px 5px rgb(0 0 0 / 12%) !important;
}

.ccb-root .ccb-settings-link:hover {
    background: #f3f4f5 !important;
    color: #252a2e !important;
}

.ccb-root .ccb-settings-link:focus-visible,
.ccb-root .ccb-inline-settings-link:focus-visible {
    outline: 2px solid #263541 !important;
    outline-offset: 3px !important;
}

.ccb-root .ccb-inline-settings-link {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 980px) {
    .ccb-root .ccb-banner__inner {
        display: block;
    }

    .ccb-root .ccb-banner__message {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 640px) {
    .ccb-root .ccb-banner {
        padding: 12px 14px;
    }

    .ccb-root .ccb-actions {
        gap: 7px;
    }

    .ccb-root .ccb-actions .ccb-button {
        flex: 1 1 100%;
        width: 100%;
    }

    .ccb-root .ccb-dialog-backdrop {
        padding: 12px;
    }

    .ccb-root .ccb-dialog {
        width: 100%;
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        padding: 18px 17px 16px;
    }

    .ccb-root .ccb-dialog h2 {
        font-size: 21px !important;
    }

    .ccb-root .ccb-preference {
        gap: 12px;
        padding: 12px 0;
    }

    .ccb-root .ccb-dialog__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ccb-root .ccb-dialog__actions .ccb-button {
        width: 100%;
    }
}

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

/* The only orange detail is a fine underline on the persistent settings button.
   The banner, preference dialog and inline footer link stay entirely neutral. */
.ccb-root .ccb-settings-link {
    border-bottom: 2px solid var(--ccb-signature, #f58648) !important;
}

/* Active and clicked actions stay neutral, even on highly themed websites. */
.ccb-root .ccb-banner .ccb-button:active {
    border-color: #ffffff !important;
    background: rgb(255 255 255 / 18%) !important;
    color: #ffffff !important;
}
.ccb-root .ccb-dialog__actions .ccb-button:active {
    border-color: #303438 !important;
    background: #e8ebed !important;
    color: #25292c !important;
}
.ccb-root .ccb-dialog__actions .ccb-button--primary:active {
    border-color: #1b1e20 !important;
    background: #1b1e20 !important;
    color: #ffffff !important;
}
.ccb-root .ccb-dialog__close:focus-visible,
.ccb-root .ccb-settings-link:focus-visible,
button.ccb-inline-settings-link:focus-visible {
    outline: 2px solid #22272b !important;
    outline-offset: 3px !important;
}
