.testimonial-grid{grid-template-columns:repeat(var(--cols-m,1),minmax(0,1fr))}@media (min-width:1024px){.testimonial-grid{grid-template-columns:repeat(var(--cols-d,3),minmax(0,1fr))}}.tsc{align-items:stretch;gap:8px}.tsc-content{flex:1 1 auto;height:5lh;min-width:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.tsc-content::-webkit-scrollbar{display:none;height:0;width:0}.tsc-bar{align-items:center;display:flex;flex:0 0 12px;flex-direction:column;gap:4px}.tsc-bar[hidden]{display:none}.tsc-arrow{align-items:center;background:transparent;border:0;color:#9e03ff;cursor:pointer;display:flex;flex:0 0 auto;height:12px;justify-content:center;line-height:0;padding:0;width:12px}.tsc-arrow:hover{color:#000}.tsc-track{background:#e5e5e5;flex:1 1 auto;position:relative}.tsc-thumb,.tsc-track{border-radius:3px;width:6px}.tsc-thumb{background:#9e03ff;cursor:grab;left:0;min-height:24px;position:absolute;top:0}.tsc-thumb:active{cursor:grabbing}