/* Compact provenance column; review content and rotation stay unchanged. */
.product-page .review-ticker .ticker-inner {
  min-height: 48px;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-page .review-ticker .ticker-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.product-page .review-ticker .ticker-stars {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
}

.product-page .review-ticker .ticker-stars svg {
  width: 10px;
  height: 10px;
}

.product-page .review-ticker .ticker-source {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

.product-page .review-ticker .ticker-source::before {
  display: none;
}

.product-page .review-ticker .ticker-testimony {
  display: block;
  min-width: 0;
  overflow: visible;
  font-size: 15px;
  line-height: 1.25;
}

.product-page .review-ticker .ticker-quote {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: unset;
  max-height: none;
}

.product-page .review-ticker .ticker-attribution {
  display: inline;
  line-height: inherit;
  white-space: nowrap;
}

.product-page .review-ticker .ticker-attribution::before {
  content: " \2014\00a0";
}

.product-page .review-ticker .ticker-reviewer {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 680px) {
  .product-page .mobile-review-ticker .ticker-inner {
    width: 100%;
    min-height: 44px;
    height: auto;
    box-sizing: border-box;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    padding: 4px 8px;
  }

  .product-page .mobile-review-ticker .ticker-rating {
    align-self: center;
  }

  .product-page .mobile-review-ticker .ticker-stars svg {
    width: 9px;
    height: 9px;
  }

  .product-page .mobile-review-ticker .ticker-source {
    font-size: 8.5px;
  }

  .product-page .mobile-review-ticker .ticker-testimony {
    font-size: 11.5px;
    line-height: 1.25;
  }

  .product-page .mobile-review-ticker .ticker-attribution {
    font-size: 9px;
    line-height: inherit;
  }

  .product-page .mobile-review-ticker .ticker-cta {
    display: none;
  }
}
