.ss-card{
    background:#fff;
    padding:40px;
    max-width:700px;
    margin:auto;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ss-text{
    font-size:18px;
    line-height:1.6;
    margin-bottom:24px;
}

.ss-person{
    display:flex;
    align-items:center;
    gap:16px;
}

.ss-photo{
    width:64px;
    height:64px;
    border-radius:50%;
    object-fit:cover;
}

.ss-name{
    font-weight:700;
}

.ss-role{
    font-size:14px;
    opacity:.8;
}

.ss-country{
    font-size:13px;
    opacity:.6;
}