@import '../../styles/common';

.hidden > .LabelWrapper {
  @include visually-hidden;
}

.LabelWrapper {
  @include text-breakword;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--p-space-1);
}

.HelpText {
  @include text-style-body;
  @include text-emphasis-subdued;
  @include text-breakword;
  margin-top: var(--p-space-1);
}

.Error {
  @include text-breakword;
  margin-top: var(--p-space-1);
}

.Action {
  flex: 0 0 auto;
}
