shaped-review-strip {
  display: inline-block;
  height: 28px;
  vertical-align: top;
}

shaped-review-strips {
  display: block;
  width: 100%;
  height: 28px;
}

shaped-review-strip:not([data-shaped-ready]),
shaped-review-strips:not([data-shaped-ready]) {
  visibility: hidden;
}

@media (max-width: 767px) {
  shaped-review-strip,
  shaped-review-strips {
    height: 20px;
  }
}
