/* FILE: wp-content/plugins/ia-stream/assets/css/ia-stream.subs.css */
.ia-stream-subs{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ia-stream-subs-carousel{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:4px 2px 10px;
}
.ia-stream-creator-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--ia-border);
  background:rgba(255,255,255,0.03);
  color:var(--ia-text);
  cursor:pointer;
  white-space:nowrap;
}
.ia-stream-creator-ava{
  width:24px;height:24px;border-radius:999px;
  border:1px solid var(--ia-border);
  background:rgba(255,255,255,0.06);
}
.ia-stream-creator-name{ font-size:0.85rem; font-weight:600; }

.ia-stream-subs-feed{
  display:flex;
  flex-direction:column;
  gap:12px;
}
