:root {
  --mw-navy: #0c1320;
  --mw-yellow: #f2b633;
  --mw-paper: #f4f4f2;
  --mw-ink: #111827;
}

.mw-language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mw-consent-banner {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  width: min(460px, calc(100vw - 2rem));
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(12, 19, 32, 0.97);
  color: #fff;
  box-shadow: 0 24px 70px rgba(12, 19, 32, 0.3);
  font-family: Inter, system-ui, sans-serif;
}

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

.mw-consent-banner h2 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 1.05rem;
}

.mw-consent-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.55;
}

.mw-consent-banner a {
  color: var(--mw-yellow);
}

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

.mw-consent-actions button {
  min-height: 40px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.mw-consent-actions button[data-consent="granted"] {
  border-color: var(--mw-yellow);
  background: var(--mw-yellow);
  color: var(--mw-navy);
}

.mw-consent-actions button:focus-visible,
[data-consent-settings]:focus-visible,
.mw-language-link:focus-visible {
  outline: 3px solid var(--mw-yellow);
  outline-offset: 3px;
}

.mw-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

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

@media (prefers-reduced-motion: reduce) {
  .mw-consent-banner,
  .mw-consent-banner * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
