
.dkp-cookie-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    z-index:999998;
    background:#2f3038;
    color:#fff;
    box-shadow:0 -2px 12px rgba(0,0,0,.12);
    font-family:Arial,sans-serif;
}
.dkp-cookie-inner{
    max-width:1200px;
    margin:0 auto;
    padding:13px 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}
.dkp-cookie-text{
    font-size:13px;
    line-height:1.5;
    font-weight:600;
}
.dkp-cookie-actions{
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:wrap;
}
.dkp-cookie-btn{
    border:0;
    border-radius:4px;
    background:#16b7ae;
    color:#fff !important;
    padding:9px 14px;
    font-size:13px;
    line-height:1;
    text-decoration:none !important;
    cursor:pointer;
    transition:.2s ease;
    font-weight:600;
}
.dkp-cookie-btn:hover{
    filter:brightness(.92);
}
.dkp-reject{
    background:#13a89f;
}
.dkp-privacy{
    background:#13a89f;
}

.dkp-whatsapp{
    position:fixed;
    z-index:999999;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:48px;
    padding:0 20px;
    border-radius:999px;
    background:#25D366;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 6px 22px rgba(0,0,0,.18);
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:700;
    transition:transform .18s ease, box-shadow .18s ease;
}
.dkp-whatsapp:hover{
    transform:translateY(-2px);
    box-shadow:0 9px 26px rgba(0,0,0,.22);
    color:#fff !important;
}
.dkp-wa-right{ right:18px; }
.dkp-wa-left{ left:18px; }
.dkp-wa-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.dkp-wa-icon svg{ display:block; }

@media (max-width:700px){
    .dkp-cookie-inner{
        align-items:flex-start;
        justify-content:flex-start;
        gap:10px;
        padding:12px;
    }
    .dkp-cookie-text{
        width:100%;
        font-size:12px;
    }
    .dkp-cookie-btn{
        padding:9px 11px;
        font-size:12px;
    }
    .dkp-whatsapp{
        min-width:52px;
        width:52px;
        height:52px;
        padding:0;
        justify-content:center;
    }
    .dkp-wa-label{ display:none; }
}
