/* Phase 41xt: reels single-mode UI, repost origin badge, social/logo polish, group shelf size */
#sv-reels-tabs,
.sv-reelsTabs{ display:none !important; }

body.sv-reelsPage .sv-reelRepostTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 8px;
  pointer-events:auto;
}
body.sv-reelsPage .sv-reelRepostBlink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:rgba(244,7,82,.16);
  color:#f40752;
  box-shadow:0 0 0 1px rgba(244,7,82,.32);
  animation:svPhase41Blink 1.15s ease-in-out infinite;
}
body.sv-reelsPage .sv-reelRepostBlink .sv-ico{
  width:18px !important;
  height:18px !important;
}
body.sv-reelsPage .sv-reelOrigAuthor{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:999px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 6px 18px rgba(0,0,0,.24);
  background:#111;
}
body.sv-reelsPage .sv-reelOrigAuthor img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@keyframes svPhase41Blink{
  0%,100%{ transform:scale(1); opacity:1; }
  50%{ transform:scale(1.08); opacity:.58; }
}

.sv-socialRow .sv-socialBtn{
  gap:8px;
}
.sv-socialRow .sv-socialBtn .sv-ico{
  width:18px !important;
  height:18px !important;
}

.sv-groupSuggest .sv-groupCard{
  min-height: 198px;
}
.sv-groupSuggest .sv-groupCard .sv-gCover{
  height: 92px;
}
