/* ==========================================================================
   COOKIE CONSENT BANNER & LEGAL PAGES (SHARED)
   ========================================================================== */
.cookie-consent-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 900px;
    background-color: #1a1a1a;
    border-left: 4px solid #dc3545;
    border-radius: 12px;
    z-index: 9999;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
