.zc-cookie-banner[hidden],
.zc-cookie-modal[hidden] {
    display: none !important;
}

/* Keep the FAQ consent controls consistent with the legacy site form styles. */
.faq-privacy-hint,
.faq-privacy-details,
.faq-privacy-consent,
.faq-privacy-error,
.faq-withdrawal {
    font-family: 'Circe-Regular', sans-serif;
}

.pop-up form .faq-privacy-consent input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    box-sizing: border-box;
    width: 18px !important;
    min-width: 18px;
    height: 18px;
    padding: 0;
    margin: 2px 0 0 !important;
    accent-color: #26a69a;
}

button.button.green._faq {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 27px;
    border: 0;
}

.zc-cookie-banner,
.zc-cookie-modal {
    box-sizing: border-box;
    color: #2f2f2f;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.zc-cookie-banner *,
.zc-cookie-banner *::before,
.zc-cookie-banner *::after,
.zc-cookie-modal *,
.zc-cookie-modal *::before,
.zc-cookie-modal *::after {
    box-sizing: border-box;
}

.zc-cookie-banner {
    position: fixed;
    z-index: 2147483000;
    right: 16px;
    bottom: 16px;
    left: 16px;
}

.zc-cookie-banner__content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.zc-cookie-banner h2,
.zc-cookie-modal h2,
.zc-cookie-modal h3 {
    margin: 0 0 10px;
    color: #2f2f2f;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
}

.zc-cookie-banner h2,
.zc-cookie-modal h2 {
    font-size: 22px;
}

.zc-cookie-modal h3 {
    font-size: 17px;
}

.zc-cookie-banner p,
.zc-cookie-modal p {
    margin: 0 0 10px;
}

.zc-cookie-banner a,
.zc-cookie-modal a,
.zc-legal-links a,
.zc-legal-links button {
    color: #16796f;
    text-decoration: underline;
}

.zc-cookie-disclosure {
    margin: 12px 0;
    padding: 10px 12px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fafafa;
}

.zc-cookie-disclosure summary {
    cursor: pointer;
    font-weight: 700;
}

.zc-cookie-disclosure > div {
    padding-top: 12px;
}

.zc-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.zc-button {
    min-height: 44px;
    min-width: 190px;
    padding: 10px 16px;
    border: 2px solid rgb(38, 166, 154);
    border-radius: 4px;
    background: rgb(38, 166, 154);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    text-align: center;
}

.zc-button:hover,
.zc-button:focus {
    border-color: rgb(31, 139, 129);
    background: rgb(31, 139, 129);
    color: #fff;
    outline: 3px solid rgba(38, 166, 154, .28);
    outline-offset: 2px;
}

.zc-cookie-modal {
    position: fixed;
    z-index: 2147483001;
    inset: 0;
}

.zc-cookie-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
}

.zc-cookie-modal__panel {
    position: relative;
    overflow-y: auto;
    width: calc(100% - 32px);
    max-width: 780px;
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
}

.zc-cookie-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.zc-cookie-category {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.zc-cookie-category__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.zc-cookie-category__heading p {
    margin-bottom: 0;
}

.zc-cookie-category__meta,
.zc-cookie-modal__legal {
    margin-top: 10px !important;
    color: #555;
    font-size: 13px;
}

.zc-switch {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    cursor: pointer;
}

.zc-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.zc-switch > span[aria-hidden="true"] {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    border-radius: 20px;
    background: #777;
    transition: background .15s ease;
}

.zc-switch > span[aria-hidden="true"]::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transition: transform .15s ease;
}

.zc-switch input:checked + span[aria-hidden="true"] {
    background: rgb(38, 166, 154);
}

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

.zc-switch input:focus + span[aria-hidden="true"] {
    outline: 3px solid rgba(38, 166, 154, .3);
    outline-offset: 2px;
}

.zc-switch input:disabled + span[aria-hidden="true"] {
    opacity: .72;
}

.zc-legal-links {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    font-size: 14px;
}

.zc-legal-links button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.footer .zc-legal-links a,
.footer .zc-legal-links button {
    color: #452715;
    font: 13px 'Circe-Regular';
    text-decoration: none;
}

.footer .zc-legal-links a:hover,
.footer .zc-legal-links a:focus,
.footer .zc-legal-links button:hover,
.footer .zc-legal-links button:focus {
    color: #452715;
    text-decoration: none;
}

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

.zc-map-consent {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f3f3f3;
    text-align: center;
}

.zc-map-consent__inner {
    max-width: 560px;
}

.zc-map-consent .zc-button {
    margin-top: 10px;
}

.zc-share-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zc-share-links a {
    padding: 5px 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #16796f;
    text-decoration: none;
}

.faq-privacy-hint {
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.faq-privacy-details {
    margin: 10px 0;
    color: #444;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.faq-privacy-details summary {
    color: #16796f;
    cursor: pointer;
    text-decoration: underline;
}

.faq-privacy-details p {
    margin-top: 8px;
}

.faq-privacy-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 12px 0;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.faq-privacy-consent input {
    flex: 0 0 auto;
    width: 18px !important;
    height: 18px;
    margin: 2px 0 0 !important;
}

.faq-privacy-consent a {
    color: #16796f;
    text-decoration: underline;
}

.faq-privacy-error {
    min-height: 18px;
    color: #a40000;
    font-size: 13px;
}

.faq-withdrawal {
    box-sizing: border-box;
    width: 445px;
    max-width: calc(100% - 32px);
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    border-top: 1px solid #d9d9d9;
    color: #444;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.faq-withdrawal summary {
    color: #16796f;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}

.pop-up-content .faq-withdrawal > p {
    box-sizing: border-box;
    width: 100%;
    margin: 9px 0 12px;
    font-family: 'Circe-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.pop-up .faq-withdrawal form {
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0 0;
}

#pop_up {
    overflow-y: auto;
    max-height: calc(100vh - 32px);
}

html.zc-cookie-modal-open,
html.zc-cookie-modal-open body {
    overflow: hidden;
}

button.button.green._faq {
    border: 0;
}

.account-privacy-notice {
    max-width: 520px;
    margin: 10px auto 18px;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.account-privacy-notice a {
    color: #16796f;
    text-decoration: underline;
}

.legal-page {
    padding: 48px 0 64px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.6;
}

.legal-page__content {
    max-width: 980px;
    margin: 0 auto;
}

.legal-page h1,
.legal-page h2,
.legal-page h3 {
    margin: 28px 0 12px;
    color: #2f2f2f;
    line-height: 1.25;
    text-transform: none;
}

.legal-page h1 {
    margin-top: 0;
    font-size: 34px;
}

.legal-page h2 {
    font-size: 25px;
}

.legal-page h3 {
    font-size: 19px;
}

.legal-page p,
.legal-page ul,
.legal-page ol {
    margin-bottom: 14px;
}

.legal-page ul,
.legal-page ol {
    padding-left: 24px;
}

.legal-table-wrap {
    overflow-x: auto;
    margin: 18px 0;
}

.legal-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}

.legal-table th {
    background: #f2f2f2;
}

.legal-note {
    padding: 14px 16px;
    border-left: 4px solid rgb(38, 166, 154);
    background: #f4fbfa;
}

.zc-inline-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: #16796f;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .zc-cookie-banner {
        right: 8px;
        bottom: 8px;
        left: 8px;
    }

    .zc-cookie-banner__content,
    .zc-cookie-modal__panel {
        padding: 16px;
    }

    .zc-cookie-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .zc-button {
        width: 100%;
        min-width: 0;
    }

    .zc-cookie-modal__panel {
        width: calc(100% - 16px);
        max-height: calc(100vh - 16px);
        margin: 8px auto;
    }

    .zc-cookie-category__heading {
        gap: 10px;
    }

    #pop_up {
        max-height: calc(100vh - 16px);
    }

    .faq-withdrawal {
        width: 280px;
    }

    .legal-page {
        padding: 32px 0 48px;
    }

    .legal-page h1 {
        font-size: 28px;
    }
}
