/* ================================================ */
/* COOKIES / STYLES                      */
/* ================================================ */

.cookie-consent-popup {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 1050;
        display: none;
    }
    .cookie-consent-content {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 500px;
        margin: 0 auto;
    }
