.field:has([role=checkbox], [role=radio], [role=switch]) {
  label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.25rem;
    line-height: 1.5;
    &:has(:checked) {
      font-weight: 600;
    }
  }
}

.message {
  flex-basis: 100%;
  margin: 0;
}
