.wnw-consent,
.wnw-cookie-settings,
.wnw-consent * {
  box-sizing: border-box;
}

.wnw-consent[hidden],
.wnw-cookie-settings[hidden] {
  display: none !important;
}

.wnw-consent {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 20px;
  color: #fff;
  font-family: TildaSans, Inter, Arial, sans-serif;
  background: rgba(24, 24, 24, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.wnw-consent__copy {
  max-width: 760px;
}

.wnw-consent h2 {
  margin: 0 0 5px;
  color: #fff;
  font: 600 16px/1.25 TildaSans, Inter, Arial, sans-serif;
}

.wnw-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font: 400 14px/1.45 TildaSans, Inter, Arial, sans-serif;
}

.wnw-consent a {
  color: #e0bd78;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wnw-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.wnw-consent button,
.wnw-cookie-settings {
  min-height: 44px;
  padding: 10px 18px;
  color: #171717;
  font: 600 14px/1 TildaSans, Inter, Arial, sans-serif;
  background: #e0bd78;
  border: 1px solid #e0bd78;
  border-radius: 999px;
  cursor: pointer;
}

.wnw-consent button:hover {
  background: #ebce93;
}

.wnw-consent .wnw-consent__secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.wnw-consent button:focus-visible,
.wnw-cookie-settings:focus-visible,
.wnw-consent a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.wnw-cookie-settings {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 2147482999;
  min-height: 34px;
  padding: 7px 11px;
  color: #fff;
  font-size: 12px;
  background: rgba(24, 24, 24, 0.88);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

@media (max-width: 720px) {
  .wnw-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
    padding: 16px;
    border-radius: 12px;
  }

  .wnw-consent__actions {
    margin-top: 14px;
  }

  .wnw-consent__actions button {
    flex: 1 1 0;
    padding-inline: 12px;
  }
}

@media (max-width: 360px) {
  .wnw-consent__actions {
    flex-direction: column;
  }
}

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