/* Hide the banner until Alpine initializes (don't rely on other modules) */
.cookie-consent[x-cloak] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent-text a {
  color: inherit;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
