.otherlay-consent-banner {
  position: fixed;
  z-index: 110;
  inset-inline: max(1rem, calc((100vw - 1180px) / 2));
  bottom: 1rem;
  box-shadow: 0 18px 48px rgb(15 23 42 / 18%);
}

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

.otherlay-consent-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem;
}

.otherlay-consent-banner__copy,
.otherlay-consent-banner__actions {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.otherlay-consent-banner__copy { max-width: 680px; }

.otherlay-consent-banner__icon {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .75rem;
  color: var(--color-primary);
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.otherlay-consent-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.otherlay-consent-choice span { display: grid; gap: .25rem; }
.otherlay-consent-choice strong { color: var(--color-mono); font-size: .875rem; }
.otherlay-consent-choice small { color: var(--color-secondary-foreground); line-height: 1.5; }

@media (max-width: 767px) {
  .otherlay-consent-banner { inset-inline: .75rem; bottom: .75rem; }
  .otherlay-consent-banner__content,
  .otherlay-consent-banner__copy { align-items: flex-start; }
  .otherlay-consent-banner__content { flex-direction: column; }
  .otherlay-consent-banner__actions { width: 100%; flex-wrap: wrap; }
  .otherlay-consent-banner__actions .kt-btn { flex: 1 1 8.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .otherlay-consent-banner, #marketing_consent_modal { scroll-behavior: auto; }
}
