@import '../../../../assets/css/variables.scss';

.radio-group {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;

  &.row {
    flex-direction: row;

    .radio-button {
      margin: 0 10px;

      &:first-of-type {
        margin-left: 0;
      }
    }
  }

  .radio-button {
    margin: 5px 0;
  }
}

.label {
  margin-bottom: 5px;
}

.response {
  margin-top: 10px;
  font-weight: 500;
}

p.error {
  font-size: smaller;
  font-style: italic;
  color: $danger;
  margin-top: 0px;
}
