:root {
  /* Shared site geometry and reading baseline for every route. */
  --site-content-max: 1120px;
  --site-body-size: 16px;
}

.cxl-consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 18px;
  color: #f8fafc;
  background: #17181d;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0,0,0,.2);
  font: 14px/1.45 Poppins, system-ui, sans-serif;
}
.cxl-consent-copy strong { display: block; margin-bottom: 3px; font-size: 14px; }
.cxl-consent-copy p { margin: 0; color: #c5c7cf; }
.cxl-consent-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; flex-wrap: wrap; flex-shrink: 0; }
.cxl-consent-actions a { color: #f3a21b; text-decoration: none; }
.cxl-consent-actions button { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 9px 13px; color: #f8fafc; background: transparent; font: inherit; cursor: pointer; }
.cxl-consent-actions button:hover { border-color: #f3a21b; }
.cxl-consent-actions .cxl-consent-accept { color: #17181d; background: #f3a21b; border-color: #f3a21b; }
@media (max-width: 640px) {
  .cxl-consent-banner { left: 12px; right: 12px; bottom: 12px; display: block; padding: 15px; }
  .cxl-consent-actions { justify-content: flex-start; margin-top: 12px; }
}
