/* CHECKBOX / RADIO rows. The reset zeroes only what the UA adds; the group
 * KEEPS the field rhythm below it, and since this rule is later in source it
 * must restate it. */
.sk-choice-list {
  margin: 0 0 var(--kit-space-3);
  padding: 0;
  border: 0;
  min-width: 0;
}
.sk-choice-list > legend {
  padding: 0;
}
.sk-choice-list .sk-check + .sk-check {
  margin-top: var(--kit-space-2);
}
.sk-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  cursor: pointer;
}
.sk-check-input {
  flex: none;
  width: 1.05em;
  height: 1.05em;
  margin: 0.2em 0 0;
  accent-color: var(--sk-accent);
  /* The native box sits tight to its label, so the ring pulls in. */
  --sk-focus-ring-offset: 1px;
}
