/* ==========================================================================
   Rebels Rockstars – Klaro Cookie-Banner Styling
   ========================================================================== */

/* Reihenfolge im Footer: Accept all, Accept selected, Decline */
.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn.cm-btn-success { order: 1; }
.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn.cm-btn-info    { order: 2; }
.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn.cm-btn-danger  { order: 3; }

.klaro {
  --dark1: #2b2b2b;
  --dark2: #4a4a4a;
  --light1: #ffffff;
  --light2: #6b6b6b;
  --green1: #4a4a4a;
  --green2: #4a4a4a;
  --blue1:  #4a4a4a;
  --blue2:  #42a5f5;
  --link-color: #91A3B0;
  --button-text-color: #ffffff;
  --border-radius: 10px;
}

.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: var(--link-color, #91A3B0);
}
