#swapoi-cookie-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 10000;
  padding: 1rem;
  pointer-events: none;
}

#swapoi-cookie-banner[hidden] {
  display: none !important;
}

.swapoi-cookie-panel {
  pointer-events: auto;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(129, 140, 248, 0.35);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}

.swapoi-cookie-panel h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #f8fafc;
}

.swapoi-cookie-panel p {
  margin: 0 0 0.85rem;
}

.swapoi-cookie-panel a {
  color: #a5b4fc;
}

.swapoi-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.swapoi-cookie-actions button {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.swapoi-cookie-accept {
  background: #4f46e5;
  color: #fff;
}

.swapoi-cookie-accept:hover {
  background: #4338ca;
}

.swapoi-cookie-reject {
  background: transparent;
  color: #cbd5e1;
  border: 1px solid #475569 !important;
}

.swapoi-cookie-reject:hover {
  background: rgba(148, 163, 184, 0.12);
}

@media (min-width: 640px) {
  #swapoi-cookie-banner {
    padding: 1.25rem;
  }
}
