/* The shared input rule must not stretch the consent checkbox. */
.field .check { align-items: flex-start; min-width: 0; line-height: 1.5; }
.field .check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: .1em 0 0;
  accent-color: var(--teal);
}
.field .check span { flex: 1; min-width: 0; }
