.sks-testimoni-wrapper { padding:10px 20px; }
.sks-testimoni-list { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:20px; }
.sks-testimoni-card { background:#fff; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.08); text-align:left; }
.sks-testimoni-card:hover{ transform:translateY(-5px); }
.sks-testimoni-foto { 
    width:50px !important; 
    height:50px !important; 
    border-radius:50% !important; 
    object-fit:cover; 
    margin-bottom:15px; 
    box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.3) !important; 
}
.sks-testimoni-foto-placeholder{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#e0e0e0;
    margin-bottom:15px;
    box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.3) !important; 
}
.sks-testimoni-text { font-size:15px; font-style:italic; margin-bottom:15px; line-height:1.6; color:#444; }
.sks-testimoni-nama { margin:0; font-size:16px; font-weight:bold; color:#222; }
.sks-testimoni-ket { margin:0; font-size:14px; color:#666; }