body.az-cookie-modal-open{overflow:hidden}

.az-cookie-root{
    position:relative;
    z-index:2147483000;
}

.az-cookie-banner{
    position:fixed;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2147483000;
}

.az-cookie-banner[hidden]{display:none!important}

.az-cookie-banner-inner{
    width:min(1180px,100%);
    margin:0 auto;
    padding:20px 22px;
    border:1px solid rgba(30,30,30,.10);
    border-radius:20px;
    background:#fff;
    box-shadow:0 24px 70px rgba(20,20,20,.18);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}

.az-cookie-copy{
    max-width:720px;
}

.az-cookie-kicker{
    display:block;
    margin-bottom:5px;
    color:#ef6a21;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.az-cookie-copy h2,
.az-cookie-modal-panel h2{
    margin:0;
    color:#242522;
    line-height:1.15;
}

.az-cookie-copy h2{
    font-size:1.35rem;
}

.az-cookie-copy p,
.az-cookie-modal-panel p{
    color:#666864;
    line-height:1.55;
}

.az-cookie-copy p{
    margin:7px 0 5px;
    font-size:.92rem;
}

.az-cookie-more{
    color:#444640;
    font-size:.84rem;
    font-weight:750;
}

.az-cookie-banner-actions,
.az-cookie-modal-actions{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
}

.az-cookie-banner-actions{
    justify-content:flex-end;
    flex:0 0 auto;
}

.az-cookie-btn{
    min-height:44px;
    padding:0 16px;
    border-radius:12px;
    font:inherit;
    font-weight:850;
    cursor:pointer;
}

.az-cookie-btn-primary{
    border:1px solid #252623;
    background:#252623;
    color:#fff;
}

.az-cookie-btn-secondary{
    border:1px solid #d7d8d2;
    background:#fff;
    color:#30312f;
}

.az-cookie-modal{
    position:fixed;
    inset:0;
    z-index:2147483100;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.az-cookie-modal.is-open{
    display:flex;
}

.az-cookie-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(23,24,22,.58);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
}

.az-cookie-modal-panel{
    position:relative;
    z-index:1;
    width:min(680px,100%);
    max-height:calc(100vh - 40px);
    overflow:auto;
    box-sizing:border-box;
    padding:28px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 30px 90px rgba(0,0,0,.25);
}

.az-cookie-modal-close{
    position:absolute;
    top:14px;
    right:14px;
    width:38px;
    height:38px;
    border:0;
    border-radius:999px;
    background:#f2f2ee;
    color:#252623;
    font-size:26px;
    line-height:1;
    cursor:pointer;
}

.az-cookie-modal-panel h2{
    padding-right:42px;
    font-size:1.65rem;
}

.az-cookie-modal-intro{
    margin:12px 0 20px;
}

.az-cookie-category{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:12px;
    padding:17px;
    border:1px solid rgba(30,30,30,.09);
    border-radius:16px;
    background:#fafaf7;
}

.az-cookie-category strong{
    color:#292a27;
}

.az-cookie-category p{
    margin:5px 0 0;
    font-size:.88rem;
}

.az-cookie-required{
    flex:0 0 auto;
    padding:7px 10px;
    border-radius:999px;
    background:#e9f2ee;
    color:#285d50;
    font-size:.76rem;
    font-weight:850;
}

.az-cookie-switch-row input{
    width:21px;
    height:21px;
    flex:0 0 auto;
    accent-color:#ef6a21;
}

.az-cookie-modal-actions{
    justify-content:flex-end;
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid rgba(30,30,30,.08);
}

@media(max-width:820px){
    .az-cookie-banner-inner{
        display:block;
    }

    .az-cookie-banner-actions{
        margin-top:16px;
        justify-content:stretch;
    }

    .az-cookie-banner-actions .az-cookie-btn{
        flex:1 1 150px;
    }
}

@media(max-width:560px){
    .az-cookie-banner{
        left:8px;
        right:8px;
        bottom:8px;
    }

    .az-cookie-banner-inner{
        padding:17px;
        border-radius:17px;
    }

    .az-cookie-banner-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .az-cookie-banner-actions .az-cookie-btn-primary{
        grid-column:1 / -1;
    }

    .az-cookie-modal{
        padding:8px;
        align-items:flex-end;
    }

    .az-cookie-modal-panel{
        width:100%;
        max-height:92vh;
        padding:22px 17px 18px;
        border-radius:22px 22px 12px 12px;
    }

    .az-cookie-category{
        align-items:flex-start;
    }

    .az-cookie-modal-actions{
        flex-direction:column-reverse;
        align-items:stretch;
    }

    .az-cookie-modal-actions .az-cookie-btn{
        width:100%;
    }
}
