/**
 * @file
 * Styling for contextual links behaviour and structure.
 */
/**
 * Field display.
 */
.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
  /* LTR */
}
