.trevi-cookie-settings {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9998;
    border: 1px solid currentColor;
    border-radius: 0.25rem;
    padding: 0.45rem 0.7rem;
    background: #fff;
    color: #1b1f45;
    font: inherit;
    font-size: 0.8125rem;
    line-height: 1.2;
    cursor: pointer;
}

.trevi-cookie-settings:focus-visible {
    outline: 3px solid #1b1f45;
    outline-offset: 2px;
}

/* Keep consent withdrawal above the fixed Telegram/WhatsApp widget (z-index 9999). */
.seopress-user-consent-backdrop {
    z-index: 10000 !important;
}

#seopress-user-consent-banner,
.seopress-user-consent.seopress-user-message {
    z-index: 10001 !important;
}
