@import "../../../styles/variables.scss";
@import "../../common/typography/text.mixins";

:host {
  @include novo-caption-text();
  display: flex;
  flex: 1 0 auto;
  width: max-content;
  color: $grey;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
  &.novo-field-hint-end {
    order: 1;
    text-align: right;
    align-content: end;
    justify-content: flex-end;
  }
}
