
#cookie-banner{
    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    z-index:9999;
    background:#ffffff;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,0.15);
    padding:20px;
    border:1px solid #dbe6ef;
}
.cookie-inner{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}
.cookie-text{
    flex:1;
    font-size:14px;
    color:#17324a;
    line-height:1.5;
}
.cookie-text a{
    color:#0b6aa8;
    font-weight:600;
}
#cookie-accept-btn{
    background:linear-gradient(135deg,#0b6aa8,#18a7e0);
    color:#fff;
    border:none;
    padding:12px 26px;
    border-radius:12px;
    cursor:pointer;
    font-weight:700;
    font-size:14px;
}
