.quote-form .consent-row {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.quote-form .consent-row input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
}

.form-button:disabled {
  cursor: wait;
  opacity: .72;
}

.form-status {
  display: none;
}

.form-status.success {
  display: block;
  background: #e8f4ef;
  color: #1e6449;
}

.form-status.error {
  display: block;
  background: #fff0ee;
  color: #8a281c;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
