.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(15, 26, 42, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  z-index: 1000;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  color: #0b1220;
}

.cookie-banner p {
  margin: 0 0 10px 0;
  font-size: 0.85rem;
  color: #4b5563;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  border: 1px solid #0f1f3d;
  background: #0f1f3d;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-btn.secondary {
  background: transparent;
  color: #0f1f3d;
}

.cookie-banner a {
  color: #0f1f3d;
  text-decoration: underline;
}

.cookie-hidden {
  display: none;
}
