.commercial-offer-gate-notice {
  margin: 0 0 14px;
}

.commercial-offer-gate-notice[data-state="loading"],
.commercial-offer-gate-notice[data-state="pending"],
.commercial-offer-gate-notice[data-state="error"] {
  border-color: rgba(173, 112, 35, 0.38);
  background: #fff9ee;
  color: #754a16;
}

.commercial-offer-gate-notice[data-state="loading"] strong,
.commercial-offer-gate-notice[data-state="pending"] strong,
.commercial-offer-gate-notice[data-state="error"] strong {
  color: #754a16;
}

.commercial-offer-gate-notice details {
  border-top: 1px solid rgba(47, 109, 74, 0.18);
  padding-top: 8px;
}

.commercial-offer-gate-notice summary {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: inherit;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.commercial-offer-gate-notice ul {
  margin: 6px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 12px;
}

body.commercial-offer-blocked .submit-btn:disabled {
  min-height: 64px;
  padding: 12px 16px;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  line-height: 1.24;
}

body.commercial-offer-blocked .checkout-legal-note {
  color: var(--ink-soft);
  line-height: 1.55;
}
