/* Cookie Consent Styles */
#cookie-consent-popup {
    opacity: 0;
    z-index: 9999 !important;
}

#cookie-consent-popup.show {
    opacity: 1;
}

#cookie-consent-backdrop {
    opacity: 0;
}

#cookie-consent-popup.show #cookie-consent-backdrop {
    opacity: 1;
}

#cookie-consent-content {
    transform: translateY(100%);
}

#cookie-consent-popup.show #cookie-consent-content {
    transform: translateY(0);
}

body.cookie-consent-active {
    overflow: hidden;
}

body.cookie-consent-active nav {
    pointer-events: none;
    opacity: 0.5;
}

