/**
 * KLARO COOKIE BANNER - DRNO CUSTOMIZATION
 * ========================================
 * An drno-Farben angepasst (Taupe, Warm Grey)
 */

/* Akzept-Button in drno-Farben */
.klaro .cm-btn-success {
    background: var(--color-warm-grey, #8C7B6B) !important;
}

.klaro .cm-btn-success:hover {
    background: var(--color-charcoal, #2C2C2C) !important;
    opacity: 0.95 !important;
}

/* Toggles aktiv = drno Taupe */
.klaro .cm-list-input:checked + .cm-list-label .slider {
    background: var(--color-warm-grey, #8C7B6B) !important;
}

/* Powered By verstecken */
.klaro .cm-powered-by {
    display: none !important;
}
