
.pst-carousel{max-width:1200px;margin:auto;overflow:visible}
.pst-track{display:flex;gap:20px;transition:transform .5s ease}
.pst-card{
    background:#f1f1f1;
    border-radius:16px;
    padding:30px;
    flex:0 0 calc(50% - 20px);
}
@media(max-width:768px){
    .pst-card{flex:0 0 85%;}
}
.pst-stars{color:#8b6b00;font-size:18px}
.pst-text{max-height:90px;overflow:hidden}
.pst-text.expanded{max-height:none}
.pst-read{color:#0073aa;cursor:pointer;margin-top:6px;display:inline-block}
.pst-user{display:flex;gap:12px;margin-top:18px;align-items:center}
.pst-user img{width:56px;height:56px;border-radius:50%}
.pst-dots{text-align:center;margin-top:20px}
.pst-dots span{width:9px;height:9px;border-radius:50%;background:#bbb;display:inline-block;margin:0 4px;cursor:pointer}
.pst-dots span.active{background:#333}
