.testimonial-slider{background:#ffffff00;-webkit-mask-image:linear-gradient(90deg,transparent 2%,#000 5%,#000 95%,transparent 98%);mask-image:linear-gradient(90deg,transparent 2%,#000 5%,#000 95%,transparent 98%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;padding:10px 0;position:relative;width:100%}.slider-track{cursor:grab;display:flex;gap:20px;user-select:none}.slider-track.grabbing{cursor:grabbing}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.08);display:flex;flex:0 0 300px;flex-direction:column;height:320px;justify-content:space-between;padding:20px;transition:height .3s ease}span.rating{color:#113758;display:block;font-size:18px;font-weight:700;margin-bottom:5px}h3.testimonial-head{color:#113758;font-size:14px;margin-bottom:5px}.testimonial-text{font-size:12px;margin:0;overflow:hidden;transition:max-height .3s ease}.author{display:flex;justify-content:space-between;margin-top:10px}.author img{border-radius:50px;height:40px;object-fit:cover;width:40px}.author-text{display:flex;flex-direction:column}.author-text strong{color:#113758;font-size:12px}.author-text small{color:#a6a6a6;font-size:12px}.testimonial-card.expanded .testimonial-text{max-height:1000px}.outoften,a.show-more-link{font-size:12px}@media (max-width:768px){.testimonial-card{flex:0 0 80%}}