.cookies-eu-banner {
    background: #253D9A;
    color: #fff;
    padding: 17px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    vertical-align: middle;
}

.cookies-eu-banner a{
    text-decoration: underline !important;
    color: #FFFFFF !important;
}
.cookies-eu-banner a:hover{
    text-decoration: none !important;
}

.cookies-eu-banner button {
    text-decoration: none;
    background: #253D9A;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    padding: 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
}

.hidden {
    display: none;
}