.vv-cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: end center;
    padding: 18px;
    box-sizing: border-box;
    background: rgba(5, 12, 10, 0.42);
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

html.vv-cookie-consent-lock,
html.vv-cookie-consent-lock body {
    overflow: hidden;
}

.vv-cookie-consent[hidden],
.vv-cookie-consent__choices[hidden],
.vv-cookie-consent__actions[hidden],
.vv-cookie-consent-manage[hidden] {
    display: none !important;
}

.vv-cookie-consent.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.vv-cookie-consent__panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100%;
    max-width: 920px;
    max-height: 760px;
    max-height: 86vh;
    max-height: 86dvh;
    overflow: hidden;
    padding: 20px;
    color: #17332d;
    background: #ffffff;
    border: 1px solid rgba(23, 51, 45, 0.12);
    border-radius: 8px;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.28);
    transform: translateY(12px);
    transition: transform 180ms ease;
}

.vv-cookie-consent.is-visible .vv-cookie-consent__panel {
    transform: translateY(0);
}

.vv-cookie-consent__title {
    margin: 0 0 8px;
    color: #12332c;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.vv-cookie-consent__message {
    margin: 0;
    max-width: 780px;
    color: #2c4b44;
    font-size: 15px;
    line-height: 1.55;
}

.vv-cookie-consent__main {
    overflow: auto;
}

.vv-cookie-consent__link {
    color: #12332c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vv-cookie-consent__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.vv-cookie-consent__summary li {
    padding: 10px;
    background: #f4f8f6;
    border: 1px solid rgba(23, 51, 45, 0.1);
    border-radius: 6px;
}

.vv-cookie-consent__summary strong,
.vv-cookie-consent__summary span {
    display: block;
}

.vv-cookie-consent__summary strong {
    color: #12332c;
    font-size: 13px;
}

.vv-cookie-consent__summary span {
    margin-top: 3px;
    color: #55706a;
    font-size: 12px;
}

.vv-cookie-consent__choices {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    overflow: auto;
    overscroll-behavior: contain;
}

.vv-cookie-consent__category {
    padding: 14px;
    border: 1px solid rgba(23, 51, 45, 0.13);
    border-radius: 8px;
}

.vv-cookie-consent__category-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.vv-cookie-consent__category h3 {
    margin: 0 0 4px;
    color: #12332c;
    font-size: 16px;
    line-height: 1.25;
}

.vv-cookie-consent__category p {
    margin: 0;
    color: #48635d;
    font-size: 14px;
    line-height: 1.45;
}

.vv-cookie-consent__toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 112px;
    color: #12332c;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.vv-cookie-consent__toggle input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #12332c;
}

.vv-cookie-consent__toggle input:disabled {
    cursor: not-allowed;
}

.vv-cookie-consent__cookie-details {
    margin-top: 10px;
    color: #48635d;
    font-size: 13px;
}

.vv-cookie-consent__cookie-details summary {
    cursor: pointer;
    font-weight: 700;
}

.vv-cookie-consent__cookie-details ul {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.vv-cookie-consent__cookie-details li {
    display: grid;
    gap: 3px;
    padding: 8px;
    background: #f7faf9;
    border-radius: 6px;
}

.vv-cookie-consent__cookie-details code {
    color: #12332c;
    white-space: normal;
    word-break: break-word;
}

.vv-cookie-consent__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
    background: #ffffff;
    border-top: 1px solid rgba(23, 51, 45, 0.1);
}

.vv-cookie-consent__button {
    min-width: 116px;
    padding: 11px 16px;
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    line-height: 1;
    background: #12332c;
    border: 1px solid #12332c;
    border-radius: 6px;
    cursor: pointer;
}

.vv-cookie-consent__button--secondary {
    color: #12332c;
    background: #ffffff;
}

.vv-cookie-consent__button:hover,
.vv-cookie-consent__button:focus {
    color: #ffffff;
    background: #1d4a40;
    border-color: #1d4a40;
}

.vv-cookie-consent__button--secondary:hover,
.vv-cookie-consent__button--secondary:focus {
    color: #12332c;
    background: #f1f6f4;
}

.vv-cookie-consent__button:focus {
    outline: 2px solid #12332c;
    outline-offset: 3px;
}

.vv-cookie-consent-manage {
    position: fixed;
    left: 14px;
    bottom: 14px;
    z-index: 99998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #ffffff;
    font: inherit;
    line-height: 1;
    background: linear-gradient(135deg, #1d4a40 0%, #0e2821 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(12, 35, 28, 0.4);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.vv-cookie-consent-manage:hover,
.vv-cookie-consent-manage:focus {
    opacity: 1;
    box-shadow: 0 4px 18px rgba(12, 35, 28, 0.55);
    transform: translateY(-1px);
    color: #ffffff;
}

.vv-cookie-consent-manage:focus {
    outline: 2px solid #1d4a40;
    outline-offset: 3px;
}

.vv-ccm-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media (max-width: 720px) {
    .vv-cookie-consent {
        align-items: end;
        padding: 8px;
    }

    .vv-cookie-consent__panel {
        width: 100%;
        max-height: calc(100vh - 16px);
        max-height: calc(100dvh - 16px);
        padding: 14px;
    }

    .vv-cookie-consent__title {
        font-size: 19px;
    }

    .vv-cookie-consent__message {
        font-size: 14px;
        line-height: 1.45;
    }

    .vv-cookie-consent__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 12px;
    }

    .vv-cookie-consent__summary li {
        padding: 8px;
    }

    .vv-cookie-consent__category-head {
        display: grid;
        gap: 10px;
    }

    .vv-cookie-consent__category {
        padding: 12px;
    }

    .vv-cookie-consent__category h3 {
        font-size: 15px;
    }

    .vv-cookie-consent__category p,
    .vv-cookie-consent__cookie-details {
        font-size: 13px;
    }

    .vv-cookie-consent__actions {
        display: grid;
        gap: 8px;
        margin-top: 12px;
        padding-top: 12px;
    }

    .vv-cookie-consent__button {
        width: 100%;
        min-height: 44px;
        padding: 12px 14px;
    }

    .vv-cookie-consent-manage {
        left: 10px;
        bottom: 10px;
        width: 30px;
        height: 30px;
    }
}
