button.btn:disabled {
  cursor: wait;
  opacity: .68;
}

.form-grid .consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}

.form-grid .consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--orange);
}

.form-grid .consent span {
  font-weight: 600;
  line-height: 1.4;
}

.quote-status {
  min-height: 1.5em;
  margin: 16px 0 0;
  color: #433c39;
  font-weight: 700;
}
