/* ===============================
   COOKIE BANNER
=================================*/

.cookie-banner{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#212529;
    color:#fff;
    z-index:9999;
    padding:20px;
    box-shadow:0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-banner p{
    margin:0;
    font-size:14px;
}

.cookie-buttons{
    margin-top:10px;
}

.cookie-buttons .btn{
    margin-right:8px;
}

.cookie-link{
    color:#0d6efd;
    text-decoration:underline;
}

/* RESPONSIVE */

@media (max-width:768px){

.cookie-banner{
    text-align:center;
}

.cookie-buttons{
    margin-top:15px;
}

.cookie-buttons .btn{
    width:100%;
    margin-bottom:8px;
}

}
