.radioGroup {
  margin-top: var(--padding-sm);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  > legend {
    width: 40%;
  }
  > * {
    width: 30%;
  }
}
