.scrolling-testimonials{width:100%;overflow:hidden;background:var(--panel-bg);border:var(--panel-border);border-radius:10px;padding:10px 0;margin:20px 0 8px;color:#fff;font-size:.9rem;letter-spacing:.3px}.testimonial-track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:14px;width:max-content;animation:30s linear infinite scroll-testimonials}.testimonial-track:hover{animation-play-state:paused}.testimonial-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:65vw;padding:6px 10px;text-align:center;color:#ddd}.testimonial-item>a{display:block;text-decoration:none;color:var(--link-color)}.testimonial-photo{width:130px;height:auto;border-radius:6px;object-fit:cover;flex-shrink:0}.testimonial-text{width:100%;display:block;padding-top:4px;line-height:1.2;max-height:2.4em;overflow:hidden}.carousel-title{display:flex;align-items:flex-start;justify-content:flex-start;gap:6px;max-width:130px}.carousel-logo{width:18px;height:auto;display:block;flex-shrink:0}.carousel-title-text{font-size:.9rem;font-weight:600;line-height:1.2;word-break:break-word;white-space:normal}@keyframes scroll-testimonials{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.testimonial-item{max-width:80vw;padding:4px 8px}.testimonial-photo{width:110px}.carousel-title{max-width:110px}.carousel-title-text,.testimonial-text{font-size:.85rem;line-height:1.2}}@media (max-width:600px){.testimonial-track{gap:10px}.testimonial-item{max-width:85vw;padding:4px 6px}.testimonial-photo{width:110px}.carousel-title{max-width:110px}.carousel-title-text,.testimonial-text{font-size:.8rem;line-height:1.2}}