#cookie-preferences-btn-container {
position: fixed;
bottom: 10px;
left: 0;
transition: bottom .5s;
}
#cookie-preferences-btn-container:hover {
bottom: 0;
}
a._brlbs-btn-cookie-preference {
background-color: #ed7202 !important;
opacity: .8;
transition: opacity .5s;
}
a._brlbs-btn-cookie-preference:hover {
background-color: #ed7202 !important;
opacity: 1;
}