.nk-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
    display: none;
    background: #222;
    color: #fff;
    padding: .75rem 1.25rem;
} 
