.fn-nf-sales-gate {
  display: none;
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid #8b6f4e;
  background: #f8f4ee;
  color: #2f2b27;
  line-height: 1.8;
}

.fn-nf-sales-gate.is-visible {
  display: block;
}

.fn-nf-sales-gate__title {
  margin: 0 0 6px;
  font-weight: 700;
}

.fn-nf-sales-gate__text {
  margin: 0 0 10px;
}

.fn-nf-sales-gate__check {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
  font-weight: 700;
}

.fn-nf-sales-gate__check input {
  margin-top: .45em;
}

.fn-nf-sales-gate__error {
  display: none;
  margin: 8px 0 0;
  color: #b24b3a;
  font-weight: 700;
}

.fn-nf-sales-gate.has-error .fn-nf-sales-gate__error {
  display: block;
}
