.nk-cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 0px;
    display: none;
    background-color: #FFF;
    color: #777;
    font-size: 13px;
    padding: 12px;
}

.nk-cookie-banner button {
    background-color:  var(--colore_principale);
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
}

.nk-cookie-banner button:hover {
    background-color: #ccc;
}

.giu_mobile {display: none;}

@media screen and (max-width: 768px) {
    
    .nk-cookie-banner button {
        clear: both;
        margin-top: 10px;
    }
    
    .giu_mobile {display: inline-block;}
    
}