.meta-highlight {
  align-items: flex-start;
  white-space: nowrap;

  &:not(:last-of-type) {
    margin-right: $margin-double;

    @include breakpoint(sm) {
      margin-right: $margin-quadruple;
    }
  }

  h4 {
    margin-bottom: 0;
  }

  .price-text {
    margin-top: -4px;
  }

  .pictogram {
    display: none;
    height: 48px;
    width: 48px;
    margin-right: $margin-normal;
    position: relative;
    top: .2em;

    @include breakpoint(md) {
      display: block;
    }
  }
}
