$control-size: rem(16px);

.Biblio-ChoiceList {
  margin: 0;
  padding: 0;
  border: none;
}

.Biblio-ChoiceList--titleHidden > .Biblio-ChoiceList__Title {
  @include visually-hidden;
}

.Biblio-ChoiceList__Choices {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Biblio-ChoiceList__ChoiceChildren {
  margin-bottom: spacing(tight);
  padding-left: spacing(tight) + $control-size;
}

.Biblio-ChoiceList__ChoiceError {
  margin-top: spacing(extra-tight);
  margin-bottom: spacing(tight);
}

.Biblio-ChoiceList__Title {
  @include text-style-body;
  display: block;
  margin: 0 0 spacing(extra-tight);
  padding: 0;
}
