.cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
}
.cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #111;
  color: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.cookie-text { font-size: 14px; opacity: .95; }
.cookie-actions { flex: 0 0 auto; }
.cookie-btn {
  background: #fff;
  color: #111;
  border: 0;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
}