.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--secondary-dark-color);
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: none; /* Hidden by default */
}
