.die-consent-banner,
.die-consent-settings {
  font-family: inherit;
  color: #171717;
}

.die-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483000;
  padding: 18px;
  background: rgba(248, 246, 242, 0.98);
  border-top: 1px solid rgba(23, 23, 23, 0.18);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.06);
}

.die-consent-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.die-consent-copy {
  max-width: 760px;
}

.die-consent-copy h2 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.die-consent-copy p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}

.die-consent-copy a,
.die-consent-copy a:visited {
  color: inherit;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.die-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

.die-consent-choice,
.die-consent-settings {
  appearance: none;
  border: 1px solid #171717;
  background: #f8f6f2;
  color: #171717;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.04em;
}

.die-consent-choice {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 12px;
  text-transform: uppercase;
}

.die-consent-choice:hover,
.die-consent-choice:focus-visible,
.die-consent-settings:hover,
.die-consent-settings:focus-visible {
  background: #171717;
  color: #f8f6f2;
  outline: none;
}

.die-consent-settings {
  position: fixed;
  z-index: 2147482000;
  left: 14px;
  bottom: 12px;
  padding: 7px 10px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.72;
}

@media (max-width: 760px) {
  .die-consent-banner {
    padding: 16px;
  }
  .die-consent-inner {
    display: block;
  }
  .die-consent-actions {
    margin-top: 16px;
  }
  .die-consent-choice {
    flex: 1 1 180px;
  }
}
