/**
 * Radio Group
 */
.radio-group {
  display: flex;
  flex-direction: column;
}
.radio-group.-inline {
  flex-direction: row;
}