#res-stories-root { padding:12px; border-radius:8px; background:#fff; }
.res-stories-grid { display:flex; gap:12px; flex-wrap:wrap; }
.story-item { width:140px; text-align:center; }
.story-item img { width:100%; height:100px; object-fit:cover; border-radius:8px; }
