/* PWEB Testimonials Slider */
.pweb-testimonials-slider{ position:relative; }
.pweb-testimonials-slider .pweb-ts-nav{
    position:absolute; top:50%; transform:translateY(-50%);
    z-index:3; background:#fff; border:1px solid rgba(0,0,0,.1);
    width:36px; height:36px; line-height:34px; border-radius:50%;
    text-align:center; cursor:pointer; box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.pweb-testimonials-slider .pweb-ts-prev{ left:-12px; }
.pweb-testimonials-slider .pweb-ts-next{ right:-12px; }

.pweb-ts-card{
    background:#fff; border:1px solid rgba(0,0,0,.12);
    border-radius:12px; padding:16px; height:100%;
    display:flex; flex-direction:column; gap:8px;
    box-shadow:0 1px 0 rgba(0,0,0,.02), 0 8px 24px rgba(0,0,0,.04);
}
.pweb-ts-head{ display:flex; align-items:center; justify-content:space-between; gap:8px; }
.pweb-ts-name{ margin:0; font-weight:600; }
.pweb-ts-stars{ color:#f59e0b; font-size:14px; }
.pweb-ts-verified{ font-size:12px; color:#111; opacity:.7; }
.pweb-ts-headline{ font-weight:600; margin:0; }
.pweb-ts-text{ margin:0; }
.pweb-ts-meta{ margin-top:auto; font-size:12px; color:#555; opacity:.8; }
