.Biblio-Labelled--hidden > .Biblio-Labelled__LabelWrapper {
  @include visually-hidden;
}

.Biblio-Labelled__LabelWrapper {
  margin-bottom: spacing(extra-tight);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.Biblio-Labelled__HelpText {
  @include text-style-body;
  @include text-emphasis-subdued;
  margin-top: spacing(extra-tight);
}

.Biblio-Labelled__Error {
  margin-top: spacing(extra-tight);
  word-break: break-word;
  overflow-wrap: break-word;
}
