#cookies-eu-banner {
    background: #9BA4B5;
    color: #fff;
    padding: 15px;
    border-radius: 0.5rem;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    z-index: 1000;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #212A3E;
    border-radius: 0.5rem;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px 11px;
    margin: 2px 0;
    font-size: 15px;
    font-weight: normal;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    height: 2.5rem;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    color:white;
}
/* #cookies-eu-more {
    margin-left: 7px !important;
    background: none;
    color: #212A3E;
} */

#cookies-eu-reject {
    font-weight: normal;
    margin-left: 15px !important;
    /* color: #ccc; */
    cursor: pointer;
    margin: 2px 0;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus 
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}