/* === feature-image === */
/* ── RSC Speaking ── */
.ssla-section[data-ssla-type="feature-image"]{padding:100px 0;background:var(--shell-bg,transparent)}
.rsp-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:start;margin-top:56px}
.rsp-img-frame{position:relative}
.rsp-img{width:100%;aspect-ratio:6/5;object-fit:cover;border-radius:16px;filter:saturate(0.85)}
.rsp-img[src=""]{display:none}
.rsp-img-tag{position:absolute;bottom:16px;left:16px;background:var(--shell-accent,currentColor);color:var(--shell-text-inverted,#F3EDE4);padding:8px 18px;border-radius:8px;font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.rsp-img-tag:empty{display:none}
.rsp-right p{font-size:16px;color:var(--shell-m,#6b7280);line-height:1.85;margin-bottom:14px}
.rsp-lead{font-size:17px!important;color:var(--shell-t,#1a1a1a)!important;font-weight:400}
.rsp-topics{list-style:none;margin:28px 0 36px;padding:0}
.rsp-topics li{padding:15px 0;border-bottom:1px solid var(--shell-line,rgba(0,0,0,0.1));font-size:15.5px;color:var(--shell-t,#1a1a1a);font-weight:400;display:flex;align-items:flex-start;gap:14px;transition:padding-left 0.3s,color 0.3s}
.rsp-topics li:hover{padding-left:6px;color:var(--shell-accent,currentColor)}
.rsp-dot{width:7px;height:7px;margin-top:9px;background:var(--shell-accent,currentColor);border-radius:50%;flex-shrink:0}
.rsp-topics li:empty{display:none}
@media(max-width:900px){.rsp-grid{grid-template-columns:1fr;gap:40px}}
