.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    box-shadow: 0 -0.2rem 0.8rem rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 1000;
}

.cookie-banner button {
    margin-left: 1rem;
    padding: 1rem 2rem;
    background: var(--dark-red);
    color: #fff;
    border: none;
    border-radius: 2.2rem;
    cursor: pointer;
    font-size: 1.4rem;
}

.cookie-banner a {
    color: var(--dark-red);
    text-decoration: underline;
}