@use "theme";

.radio-group {
  display: flex;
  flex-direction: column;

  &--disabled {
    @include theme.disabled-style;
  }

  &__option {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
  }
}
