#wr-consent-banner,
#wr-consent-settings {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

#wr-consent-banner {
  position: fixed;
  z-index: 2147483646;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  margin: auto;
  max-width: 42rem;
  border: 1px solid rgba(16, 185, 129, 0.45);
  border-radius: 0.75rem;
  background: #07100e;
  color: #f4fbf8;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  padding: 1rem;
}

#wr-consent-banner h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

#wr-consent-banner p {
  margin: 0;
  color: #c6d5cf;
  font-size: 0.875rem;
  line-height: 1.5;
}

#wr-consent-banner a {
  color: #63e6be;
}

#wr-consent-banner .wr-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

#wr-consent-banner button,
#wr-consent-settings {
  min-height: 44px;
  border-radius: 0.5rem;
  border: 1px solid #10b981;
  padding: 0.65rem 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

#wr-consent-allow {
  background: #10b981;
  color: #03120c;
}

#wr-consent-decline {
  background: transparent;
  color: #e8f6f0;
}

#wr-consent-settings {
  position: fixed;
  z-index: 2147483645;
  right: 0.75rem;
  bottom: 0.75rem;
  background: #07100e;
  color: #d8eee5;
  font-size: 0.75rem;
}

@media (max-width: 520px) {
  #wr-consent-banner {
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  #wr-consent-banner .wr-consent-actions,
  #wr-consent-banner button {
    width: 100%;
  }
}
