[hidden] {
    display: none !important;
}

.av-consent {
    position: fixed;
    z-index: 100000;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: min(720px, calc(100% - 32px));
    margin-inline: auto;
    padding: clamp(20px, 4vw, 30px);
    color: #fff;
    background: #101118;
    border: 1px solid rgba(255,255,255,0.24);
    box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}

.av-consent__eyebrow {
    margin: 0 0 8px;
    color: #ff7064;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.av-consent h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.av-consent__copy {
    margin: 14px 0 0;
    color: #d7d9e2;
    font-size: 0.93rem;
    line-height: 1.55;
}

.av-consent__copy a {
    color: #fff;
    font-weight: 750;
}

.av-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.av-consent__button,
.av-cookie-preferences,
.av-footer__cookie-button,
.av-privacy-cookie-button {
    min-height: 48px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 800;
    cursor: pointer;
}

.av-consent__button--accept {
    color: #101118;
    background: #ff7064;
}

.av-consent__button--reject {
    color: #fff;
    background: transparent;
    border-color: rgba(255,255,255,0.5);
}

.av-cookie-preferences {
    position: fixed;
    z-index: 99990;
    bottom: 14px;
    left: 14px;
    min-height: 40px;
    padding: 7px 12px;
    color: #fff;
    background: #101118;
    border-color: rgba(255,255,255,0.35);
    font-size: 0.76rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

.av-pep-landing .av-cookie-preferences {
    bottom: 86px;
}

.av-footer__cookie-button,
.av-privacy-cookie-button {
    min-height: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.av-footer__legal {
    margin-top: 10px !important;
}

@media (max-width: 540px) {
    .av-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 20px;
    }

    .av-consent__actions {
        display: grid;
    }

    .av-consent__button {
        width: 100%;
    }
}
