.contact-form label:has(input[type="checkbox"]) {
  align-items: flex-start;
  flex-direction: row;
  line-height: 1.5;
  text-transform: none;
}

.contact-form input[type="checkbox"] {
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 8px 0 0;
  padding: 0;
  width: 18px;
}

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