/* MEKSER v11.7.2: legal pages, form consent and one-action cookie notice. */

.mekser-form-consent {
    clear: both;
    margin: 8px 15px 20px;
}

.mekser-form-consent .checkbox {
    margin: 0;
}

.mekser-form-consent .checkbox label {
    align-items: flex-start;
    color: #2f3542;
    display: flex;
    font-size: 14px;
    line-height: 1.55;
    padding-left: 0;
}

.mekser-form-consent input[type="checkbox"] {
    flex: 0 0 auto;
    height: 18px;
    margin: 2px 10px 0 0;
    position: static;
    width: 18px;
}

.mekser-form-consent a,
.mekser-privacy-document a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mekser-form-consent .help-block {
    margin-left: 28px;
}

.mekser-privacy-breadcrumb {
    background-position: center;
}

.mekser-privacy-page {
    background: #f6f7f9;
}

.mekser-privacy-document {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .06);
    margin: 0 auto;
    max-width: 980px;
    padding: 42px 52px;
}

.mekser-privacy-heading {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 30px;
    padding-bottom: 22px;
}

.mekser-privacy-heading h1 {
    font-size: 34px;
    margin-bottom: 12px;
}

.mekser-privacy-updated {
    color: #667085;
    font-size: 14px;
}

.mekser-privacy-section + .mekser-privacy-section {
    border-top: 1px solid #eef0f2;
    margin-top: 28px;
    padding-top: 28px;
}

.mekser-privacy-section h2 {
    font-size: 23px;
    margin-bottom: 14px;
}

.mekser-privacy-section p,
.mekser-privacy-section li {
    color: #3f4652;
    line-height: 1.75;
}

.mekser-provider-links,
.mekser-privacy-section ul {
    padding-left: 22px;
}

.mekser-cookie-banner[hidden] {
    display: none !important;
}

.mekser-cookie-banner {
    background: rgba(29, 32, 36, .985);
    border-top: 5px solid #ffcb09;
    bottom: 0;
    box-shadow: 0 -10px 35px rgba(0, 0, 0, .26);
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 22px 30px;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    visibility: hidden;
    z-index: 99990;
}

.mekser-cookie-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.mekser-cookie-inner {
    align-items: center;
    display: flex;
    gap: 36px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1540px;
}

.mekser-cookie-copy {
    flex: 1 1 auto;
    max-width: 1080px;
}

.mekser-cookie-copy p {
    color: #f3f5f7;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.mekser-cookie-copy a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mekser-cookie-actions {
    display: flex;
    flex: 0 0 auto;
}

.mekser-cookie-button {
    background: #ffcb09;
    border: 2px solid #ffcb09;
    border-radius: 999px;
    color: #1d2024;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    min-height: 50px;
    min-width: 220px;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.mekser-cookie-button:hover,
.mekser-cookie-button:focus {
    background: #fff;
    border-color: #fff;
    color: #1d2024;
}

.mekser-cookie-button:focus-visible,
.mekser-cookie-copy a:focus-visible,
.mekser-form-consent a:focus-visible,
.mekser-privacy-document a:focus-visible {
    outline: 3px solid #f4b400;
    outline-offset: 3px;
}

/* Bootsnav adds side-right while the mobile drawer is open. The drawer must
   remain the only interactive foreground layer on small screens. */
@media (max-width: 991px) {
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        z-index: 100100 !important;
    }

    body.side-right .mekser-cookie-banner,
    body.mekser-mobile-menu-open .mekser-cookie-banner {
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        visibility: hidden;
    }

    .mekser-cookie-inner {
        gap: 24px;
    }

    .mekser-cookie-button {
        min-width: 190px;
    }
}

@media (max-width: 767px) {
    .mekser-privacy-document {
        padding: 28px 20px;
    }

    .mekser-privacy-heading h1 {
        font-size: 28px;
    }

    .mekser-privacy-section h2 {
        font-size: 20px;
    }

    .mekser-cookie-banner {
        max-height: 62vh;
        overflow-y: auto;
        padding: 18px 16px 20px;
    }

    .mekser-cookie-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .mekser-cookie-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .mekser-cookie-actions,
    .mekser-cookie-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mekser-cookie-banner,
    .mekser-cookie-button {
        transition: none;
    }
}
