/* Emitted under a content-hashed first-party URL by ga4-zaraz.js. */
[data-wizards-consent],
[data-wz-consent-choices] {
  box-sizing: border-box;
  font-family: system-ui, sans-serif;
}

[data-wizards-consent][hidden],
[data-wz-consent-choices][hidden] {
  display: none !important;
}

[data-wizards-consent] {
  position: fixed;
  top: auto;
  z-index: 2147483000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 72rem;
  max-height: calc(100dvh - 2rem);
  margin-block: 0;
  margin-inline: auto;
  overflow: auto;
  padding: 1rem;
  border: 1px solid rgb(247 233 210 / 0.28);
  background: #100a19;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.45);
  color: #f7e9d2;
}

dialog[data-wizards-consent]::backdrop {
  background: rgb(4 2 8 / 0.5);
}

[data-wizards-consent] strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

[data-wizards-consent] p {
  max-width: 55rem;
  margin: 0;
  color: rgb(247 233 210 / 0.78);
  font-size: 0.86rem;
  line-height: 1.5;
}

[data-wz-consent-actions] {
  display: flex;
  flex: 0 0 auto;
  gap: 0.6rem;
}

[data-wz-consent] ,
[data-wz-consent-choices] {
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgb(247 233 210 / 0.35);
  background: transparent;
  color: #f7e9d2;
  cursor: pointer;
  font: 700 0.78rem/1.2 system-ui, sans-serif;
}

[data-wz-consent="analytics"] {
  border-color: #ffd76a;
  background: #ffd76a;
  color: #100a19;
}

[data-wz-consent-choices] {
  position: fixed;
  z-index: 2147482999;
  right: 0.8rem;
  bottom: 0.8rem;
  background: #100a19;
}

@media (max-width: 44rem) {
  [data-wizards-consent] {
    align-items: stretch;
    flex-direction: column;
  }

  [data-wz-consent-actions] {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

