/* Cookie notice (Klaro) — bottom-right so it does not overlap the AI chat (bottom-left) */
#klaro-cookie-notice,
.klaro .cookie-notice:not(.cookie-modal-notice) {
    left: auto !important;
    right: 1rem !important;
    bottom: 1rem !important;
    max-width: min(22rem, calc(100vw - 2rem));
}

/* AI chat stays bottom-left; cookie / privacy controls bottom-right */
#smart-chatbot {
    z-index: 60;
}

#open-cookie-settings {
    z-index: 55;
}
