/* ─────────────────────────────────────────────────────────────
   Klaro brand override — jenniferrebholz.com
   Upload to web root as klaro-custom.css
───────────────────────────────────────────────────────────── */

/* Banner container */
.klaro .cookie-notice {
  background: #1C1914 !important;
  color: #FAF7F2 !important;
  font-family: 'Source Sans 3', Georgia, serif !important;
  font-size: 0.88rem !important;
  border-top: 2px solid #B5704F !important;
  padding: 1.2rem 1.5rem !important;
}

/* Banner text */
.klaro .cookie-notice p,
.klaro .cookie-notice .cn-body p {
  color: rgba(250, 247, 242, 0.85) !important;
  line-height: 1.6 !important;
  margin: 0 0 0.75rem !important;
}

/* Accept button */
.klaro .cookie-notice .cm-btn.cm-btn-accept,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all {
  background: #B5704F !important;
  color: #FAF7F2 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Source Sans 3', Georgia, serif !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 0.6rem 1.4rem !important;
  cursor: pointer !important;
  transition: background 0.3s !important;
}
.klaro .cookie-notice .cm-btn.cm-btn-accept:hover,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:hover {
  background: #9A5B3C !important;
}

/* Decline button */
.klaro .cookie-notice .cm-btn.cm-btn-decline {
  background: transparent !important;
  color: rgba(250, 247, 242, 0.55) !important;
  border: 1px solid rgba(250, 247, 242, 0.2) !important;
  border-radius: 0 !important;
  font-family: 'Source Sans 3', Georgia, serif !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 0.6rem 1.4rem !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
}
.klaro .cookie-notice .cm-btn.cm-btn-decline:hover {
  border-color: rgba(250, 247, 242, 0.5) !important;
  color: #FAF7F2 !important;
}

/* Modal (full preferences view) */
.klaro .cookie-modal .cm-modal {
  background: #1C1914 !important;
  color: #FAF7F2 !important;
  font-family: 'Source Sans 3', Georgia, serif !important;
  border-radius: 0 !important;
}
.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom: 1px solid rgba(250, 247, 242, 0.1) !important;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 1.1rem !important;
  color: #FAF7F2 !important;
}
.klaro .cookie-modal .cm-modal .cm-btn.cm-btn-accept-all {
  background: #B5704F !important;
  border-radius: 0 !important;
}
.klaro .cookie-modal .cm-modal .cm-btn.cm-btn-accept-all:hover {
  background: #9A5B3C !important;
}
.klaro .cookie-modal .switch input:checked + .slider {
  background: #B5704F !important;
}
