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