/**
  * @file
  * Default classes for fields
  **/

/** Use this instead of strong for field labels, since those labels should not convey semantic priority **/
.field__label {
  font-weight: bold;
}

.field--label-inline {
  display: flex;
  column-gap: 0.5em;
}

/** Used for some smaller label headers within views, e.g. H5P metadata sidebar **/
.field__label.small {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}

/** Some types need margin added **/
.field--type-string-long,
.field--type-image {
  margin-bottom: 1em;
}
