.cookies-eu-banner {
    background-color: #18698f;
    color: white;
    padding: 1rem 0 1rem 0;
    font-size: 14px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .cookies-eu-banner button {
        text-decoration: none;
        background-color: blue;
        color: white;
        border: 1px solid #000;
        cursor: pointer;
        padding: 4px 7px;
        margin-top: 1rem;
        font-size: 14px;
        font-weight: bold;
        transition: background 0.07s, color 0.07s, border-color 0.07s;
        width: 100px;
    }

        .cookies-eu-banner button:hover {
            background-color: darkblue;
        }

.hidden {
  display: none;
}
