.mqf-consent,
.mqf-consent * {
  box-sizing: border-box;
}

.mqf-consent {
  color: #111;
  font-family: Inter, Arial, sans-serif;
}

.mqf-consent-banner {
  align-items: center;
  background: #0b0b0b;
  border-top: 4px solid #f5b400;
  bottom: 0;
  box-shadow: 0 -14px 42px rgba(0, 0, 0, .28);
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 0;
  padding: 20px clamp(20px, 4vw, 64px);
  position: fixed;
  right: 0;
  z-index: 10000;
}

.mqf-consent-copy {
  max-width: 860px;
}

.mqf-consent-copy strong {
  color: #f5b400;
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.mqf-consent-copy p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.mqf-consent-copy a {
  color: #fff;
  font-weight: 700;
  text-underline-offset: 3px;
}

.mqf-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mqf-consent button {
  border: 2px solid #f5b400;
  border-radius: 4px;
  cursor: pointer;
  font: 800 12px/1 Inter, Arial, sans-serif;
  letter-spacing: .04em;
  min-height: 44px;
  padding: 12px 17px;
  text-transform: uppercase;
}

.mqf-consent button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.mqf-consent-primary {
  background: #f5b400;
  color: #0b0b0b;
}

.mqf-consent-secondary {
  background: transparent;
  color: #fff;
}

.mqf-consent-settings {
  background: #fff;
  color: #111;
}

.mqf-consent-manage {
  background: #0b0b0b;
  border: 2px solid #f5b400;
  border-radius: 4px;
  bottom: 18px;
  color: #fff;
  cursor: pointer;
  font: 800 11px/1 Inter, Arial, sans-serif;
  padding: 10px 13px;
  position: fixed;
  right: 18px;
  text-transform: uppercase;
  z-index: 9998;
}

.legal-cookie-settings {
  background: #0b0b0b;
  border: 2px solid #f5b400;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font: 800 12px/1 Inter, Arial, sans-serif;
  margin-top: 10px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.mqf-consent-overlay {
  align-items: center;
  background: rgba(0, 0, 0, .72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 10001;
}

.mqf-consent-dialog {
  background: #f4f4f1;
  border: 0;
  border-top: 7px solid #f5b400;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
  max-height: calc(100vh - 36px);
  max-width: 680px;
  overflow-y: auto;
  padding: clamp(24px, 5vw, 44px);
  width: 100%;
}

.mqf-consent-dialog h2 {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(34px, 7vw, 52px);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mqf-consent-dialog > p {
  color: #444;
  line-height: 1.55;
  margin: 0 0 24px;
}

.mqf-consent-option {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d4d4cf;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
  margin-top: 12px;
  padding: 17px;
}

.mqf-consent-option strong {
  display: block;
  margin-bottom: 4px;
}

.mqf-consent-option small {
  color: #555;
  line-height: 1.45;
}

.mqf-consent-option input {
  accent-color: #d99c00;
  height: 23px;
  width: 23px;
}

.mqf-consent-required {
  color: #6c4c00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mqf-consent-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 26px;
}

.mqf-consent-dialog .mqf-consent-secondary {
  color: #111;
}

@media (max-width: 760px) {
  .mqf-consent-banner {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .mqf-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .mqf-consent-actions .mqf-consent-primary {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .mqf-consent-actions button {
    width: 100%;
  }

  .mqf-consent-dialog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mqf-consent-dialog-actions button {
    width: 100%;
  }
}

@media print {
  .mqf-consent {
    display: none !important;
  }
}
