.consent-banner {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 120;
  width: min(calc(100vw - 2rem), 360px);
  background: #fff; color: var(--mi-charcoal, #2a2a2a); border: 1px solid #d8ddd9;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.consent-banner[hidden], .consent-settings[hidden] { display: none !important; }
.consent-banner__inner { padding: 1rem; }
.consent-banner__title {
  margin: 0 0 0.5rem; font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.4rem; letter-spacing: 0.06em; text-transform: uppercase; color: #00a859;
}
.consent-banner__text { font-size: 0.92rem; line-height: 1.5; margin: 0 0 0.85rem; color: #5c5c5c; }
.consent-banner__text a { color: #008a49; }
.consent-banner__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-top: 0.5rem; }
.consent-btn {
  min-height: 2.6rem; border: 1px solid transparent; border-radius: 2px; cursor: pointer;
  font-weight: 700; font-size: 0.9rem;
}
.consent-btn--full { width: 100%; margin-bottom: 0.5rem; }
.consent-btn--outline { background: transparent; color: #2a2a2a; border-color: #d8ddd9; }
.consent-btn--outline:hover { border-color: #00a859; color: #00a859; }
.consent-btn--ghost { background: transparent; color: #2a2a2a; border-color: #d8ddd9; }
.consent-btn--ghost:hover { background: #f3f5f4; }
.consent-btn--primary { background: #00a859; color: #fff; border-color: #00a859; }
.consent-btn--primary:hover { background: #008a49; }
.consent-settings { margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid #d8ddd9; }
.consent-toggle { display: flex; gap: 0.5rem; align-items: center; margin-bottom: 0.55rem; font-size: 0.92rem; }
