.testimonial-slider-container{max-width:56rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.testimonial-slide{display:none;position:relative}.testimonial-slide.active{display:block}.testimonial-card{display:flex;flex-direction:column;gap:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgb(0 0 0 / .05);padding:2rem;background-color:#fff}@media (min-width:768px){.testimonial-card{padding:3rem}}.testimonial-card{color:#111827}.testimonial-stars{display:flex;gap:.25rem}.testimonial-stars svg{color:var(--wp--preset--color--blue-night)}.testimonial-stars svg.checked{fill:var(--wp--preset--color--blue-night)}.testimonial-text{font-size:1.125rem;line-height:1.75rem;color:#111827;margin-bottom:2rem}@media (min-width:768px){.testimonial-text{font-size:1.25rem;line-height:1.875rem}}.author-name{font-weight:600;color:#111827;font-size:1.125rem}.author-function{color:#6B7280;font-size:1rem}.slider-controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.rtl .slider-controls{flex-direction:row-reverse}.slider-arrow{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;white-space:nowrap;transition:all 0.3s ease;cursor:pointer;pointer-events:auto;opacity:1;border:1px solid #ccc;box-shadow:0 1px 2px rgb(0 0 0 / .1);border-radius:9999px;padding:.5rem;background-color:#fff0}.slider-arrow:disabled{pointer-events:none;opacity:.5}.slider-arrow:focus{outline:none;box-shadow:0 0 0 3px rgb(100 150 250 / .5);border-color:#6496fa}.slider-arrow:hover{background-color:#f0f0f0;color:#000}.slider-arrow .icon{width:1.25rem;height:1.25rem;pointer-events:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.slider-arrow.left{margin-right:.5rem}.slider-arrow.right{margin-left:.5rem}.dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.dots .dot{width:.5rem;height:.5rem;border-radius:calc(infinity * 1px);background-color:#ccc;transition:all 0.3s;border:none;cursor:pointer;background-color:var(--wp--preset--color--gray-light)}.dots .dot:hover{background-color:rgb(204 204 204 / .5)}.dots .dot.active{width:2rem;background-color:var(--wp--preset--color--blue-night)}