.ig-stories-carousel { width:100%; overflow:hidden; }
.ig-stories-carousel .ig-scroller { display:flex; gap:var(--gutter,10px); overflow-x:auto; padding:8px 4px; scrollbar-width:thin; }
.ig-stories-carousel .ig-bubble { display:flex; flex-direction:column; align-items:center; background:transparent; border:0; cursor:pointer; gap:6px; }
.ig-stories-carousel .ig-bubble .ring { width:var(--avatar,64px); height:var(--avatar,64px); border-radius:999px; padding:2px; background: linear-gradient(45deg, #ff7a18, #af002d 70%); display:inline-flex; align-items:center; justify-content:center; }
.ig-stories-carousel .ig-bubble img { width:100%; height:100%; border-radius:999px; object-fit:cover; background:#111; }
.ig-stories-carousel .ig-bubble .label { color:#333; font-size:12px; max-width:86px; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ig-stories-carousel .ig-bubble .age { color:#6b7280; font-size:11px; line-height:1; margin-top:-2px; }
@media (prefers-color-scheme: dark){
  .ig-stories-carousel .ig-bubble .label { color:#ddd; }
  .ig-stories-carousel .ig-bubble .age { color:#9ca3af; }
}
