
.cookies-eu-banner {
    background: #808040;
    border: none;
    color: white;
    padding: 6px;
    font-size: 1.2em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 66%;
    z-index: 10;
}

    .cookies-eu-banner button {
        text-decoration: none;
        background: green;
        color: white;
        border: 5px ;
        cursor: pointer;
        padding: 4px 7px;
        margin: 2px 0;
        font-size: 0.7em;
        font-weight: 700;
        transition: background 0.07s, color 0.07s, border-color 0.5s;
    }

        .cookies-eu-banner button:hover {
            background: lightgreen;
            color: black;
        }

.hidden {
    display: none;
}
