﻿.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(17, 76, 76);
    color: #fff;
    padding: 3rem;
    text-align: center;
    z-index: 1000;
    min-height: 100px;
}

.cookie-preferences {
    margin-top: 20px;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.cookie-preferences label {
    display: block;
    margin: 0.5rem 0;
}

.cookie-preferences button {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-banner .field-content {
    color: white;
}

.cookie-buttons {
    margin-top:20px;
    max-width: 450px
}

@media (max-width: 450px) {
    .cookie-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cookie-buttons button {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }
}
