/* A reflection over the fixed Google colour strip, with no layout movement. */
.testi-rating-box::after{
 content:"";position:absolute;top:0;left:-35%;width:35%;height:2px;
 pointer-events:none;
 background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.18) 18%,rgba(255,255,255,.6) 48%,rgba(255,255,255,.95) 70%,rgba(255,255,255,.95) 77%,rgba(255,255,255,.5) 85%,transparent 100%);
 animation:rating-strip-light 4.2s linear -1.25s infinite;
}
@keyframes rating-strip-light{from{transform:translateX(0);}to{transform:translateX(386%);}}
@media(prefers-reduced-motion:reduce){.testi-rating-box::after{display:none;animation:none;}}
