.klaro .cookie-notice,
.klaro .cookie-modal {
    background: #0f172a !important;       /* slate-950 */
    border: 1px solid #334155 !important; /* slate-700 */
    border-radius: 1rem !important;
    color: #cbd5e1 !important;            /* slate-300 */
    font-family: 'Poppins', sans-serif !important;
}

.klaro .cookie-notice .cn-buttons .cm-btn,
.klaro .cookie-modal .cm-btn {
    border-radius: 9999px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    padding: 0.7rem;
}

/* Botón aceptar → indigo */
.klaro .cm-btn.cm-btn-success,
.klaro .cm-btn.cm-btn-accept-all {
    background: #6366f1 !important;
    color: white !important;
}
.klaro .cm-btn.cm-btn-success:hover,
.klaro .cm-btn.cm-btn-accept-all:hover {
    background: #4f46e5 !important;
}

/* Botón rechazar → borde */
.klaro .cm-btn.cm-btn-decline {
    background: transparent !important;
    border: 1px solid #6366f1 !important;
    color: #818cf8 !important;
}
.klaro .cm-btn.cm-btn-decline:hover {
    background: #6366f1 !important;
    color: white !important;
}

/* Toggles → indigo */
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider {
    background: #6366f1 !important;
}

/* Links */
.klaro a {
    color: #818cf8 !important;
}