.TA-rating-container {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}

.rating,
.owl-carousel .owl-item img.rating {
  width: 90px;
  height: 16px;
  &--big {
    width: 120px;
    height: 21px;
  }
  &--small {
    width: 64px;
    height: 14px;
  }
}

.txt-opinions {
  text-transform: lowercase;
  strong,
  [lang|='de'] & {
    text-transform: initial;
  }
}