.cookie-banner{
    position:fixed;
    left:0;right:0;bottom:0;
    background:#222;color:#fff;
    padding:1rem 1.5rem;
    display:flex;justify-content:space-between;align-items:center;
    z-index:9999;box-shadow:0 -2px 8px rgba(0,0,0,.3);
}
.cookie-btn{
    margin-left:1rem;
    border:0;border-radius:4px;
    padding:.5rem 1rem;
    background:#36a626;
    color:#fff;font-weight:600;
    cursor:pointer;
}
