#wvct-consent-banner {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: #111;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
}

#wvct-consent-banner.wvct-hidden {
  display: none;
}

#wvct-consent-banner .wvct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#wvct-consent-banner .wvct-btn {
  border: 0;
  border-radius: 6px;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
}

#wvct-consent-banner .wvct-accept {
  background: #16a34a;
  color: #fff;
}

#wvct-consent-banner .wvct-decline {
  background: #374151;
  color: #fff;
}

#wvct-consent-banner .wvct-policy {
  color: #93c5fd;
  text-decoration: underline;
  align-self: center;
}
