.wd-consent-banner,
.wd-consent-manage {
  font-family: 'DM Sans', sans-serif;
}

.wd-consent-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1200;
  width: min(420px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(248, 244, 238, 0.12);
  border-radius: 10px;
  background: rgba(13, 8, 20, 0.96);
  color: #f8f4ee;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.wd-consent-banner[hidden] {
  display: none;
}

.wd-consent-title {
  margin: 0 0 0.45rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.wd-consent-copy {
  margin: 0;
  color: rgba(248, 244, 238, 0.76);
  font-size: 0.95rem;
  line-height: 1.6;
}

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

.wd-consent-btn {
  border: 1px solid rgba(248, 244, 238, 0.14);
  border-radius: 4px;
  background: transparent;
  color: #f8f4ee;
  cursor: pointer;
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  padding: 0.78rem 1rem;
  text-transform: uppercase;
}

.wd-consent-btn-primary {
  border-color: #f5c518;
  background: #f5c518;
  color: #0d0814;
}

.wd-consent-manage {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1190;
  border: 1px solid rgba(248, 244, 238, 0.14);
  border-radius: 999px;
  background: rgba(13, 8, 20, 0.92);
  color: #f8f4ee;
  cursor: pointer;
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  padding: 0.68rem 0.9rem;
  text-transform: uppercase;
}

.bot-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .wd-consent-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100vw - 1.5rem);
  }

  .wd-consent-manage {
    left: 0.75rem;
    bottom: 0.75rem;
  }
}
