@import '../../styles/variables';

.RadioGroup {
  margin-bottom: 10px;

  &__errors {
    margin-bottom: 5px;
  }
}

.RadioGroup_tab {
  margin-bottom: 0;

  .RadioGroup__options {
    display: flex;
    justify-content: flex-start;
  }
}

.RadioGroup_radio_horizontal {
  .RadioGroup__options {
    display: flex;
    flex-wrap: wrap;
    .RadioOption {
      margin-right: $spacing * 4 + $spacing * 2;
    }
  }
}
