.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #0b0d12;
  color: #e7e8ec;
  z-index: 450;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
.cookie-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-banner-inner p { margin: 0; font-size: 0.85rem; flex: 1; min-width: 220px; color: #b5b6bd; }
.cookie-banner-inner button { flex-shrink: 0; border: none; cursor: pointer; font-weight: 700; }
