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

.vocavera-cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    box-sizing: border-box;
    width: min(440px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 20px;
    background: #ffffff;
    color: #17213a;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
    font-family: inherit;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
    -webkit-font-smoothing: antialiased;
}

.vocavera-cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.vocavera-cookie-consent__text {
    margin: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.vocavera-cookie-consent__text a {
    color: #2563ff;
    text-decoration: none;
    text-underline-offset: 0.16em;
}

.vocavera-cookie-consent__text a:hover {
    text-decoration: underline;
}

.vocavera-cookie-consent__text a:focus-visible,
.vocavera-cookie-consent__button:focus-visible {
    outline: 2px solid #2563ff;
    outline-offset: 3px;
}

.vocavera-cookie-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 0;
    min-width: 132px;
    min-height: 46px;
    padding: 10px 24px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
    transition: transform 140ms ease, box-shadow 140ms ease;
    appearance: none;
    -webkit-appearance: none;
}

.vocavera-cookie-consent__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.20);
}

.vocavera-cookie-consent__button:active {
    transform: translateY(0);
}

@media (max-width: 640px) {
    .vocavera-cookie-consent {
        right: 16px;
        bottom: 16px;
        left: 16px;
        width: auto;
        padding: 20px;
        border-radius: 18px;
    }

    .vocavera-cookie-consent__text {
        font-size: 15px;
    }

    .vocavera-cookie-consent__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vocavera-cookie-consent,
    .vocavera-cookie-consent__button {
        transition: none;
    }
}
