/* Shared compact selection controls.
   Keep checkbox/radio inputs out of the full-width text-field treatment in commonset.css. */
.form-field input[type="checkbox"],
.form-field input[type="radio"],
.stack input[type="checkbox"],
.stack input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  margin: 0;
  accent-color: var(--cs-indigo);
  box-shadow: none;
}
