/* STS v5.6.186 - homepage badge polish */
.sts-live-showcase .badge-row.sts-role-badges,
.sts-live-showcase .badge-row.compact.sts-role-badges,
.sts-tv-sidebar .badge-row.sts-role-badges,
.v53-card .badge-row.sts-role-badges{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  margin:0 6px 0 0!important;
  padding:0!important;
  vertical-align:-2px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.sts-live-showcase .creator-badge,
.sts-tv-sidebar .creator-badge,
.v53-card .creator-badge{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  display:inline-grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  overflow:visible!important;
}
.sts-live-showcase .creator-badge .badge-icon,
.sts-tv-sidebar .creator-badge .badge-icon,
.v53-card .creator-badge .badge-icon{
  font-size:16px!important;
  line-height:1!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  text-shadow:none!important;
}
.sts-live-creator-row strong.sts-showcase-name,
.sts-live-mini-meta b,
.side-channel b,
.v53-card-meta p{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  gap:0!important;
}
.sts-live-creator-row strong.sts-showcase-name .badge-row,
.sts-live-mini-meta b .badge-row,
.side-channel b .badge-row{
  flex:0 0 auto!important;
}
.sts-preview-role{
  position:absolute;
  left:86px;
  top:20px;
  z-index:6;
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:31px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(6,8,18,.72);
  color:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}
.sts-preview-role span{font-size:15px;line-height:1;}
.sts-preview-role.badge-owner{border-color:rgba(255,205,70,.55); box-shadow:0 0 18px rgba(255,205,70,.18);}
.sts-preview-role.badge-partner{border-color:rgba(176,92,255,.56); box-shadow:0 0 18px rgba(176,92,255,.18);}
.sts-preview-role.badge-affiliate{border-color:rgba(225,70,255,.50); box-shadow:0 0 18px rgba(225,70,255,.14);}
.sts-preview-role.badge-moderator{border-color:rgba(210,215,225,.45);}
.sts-live-mini-role{
  position:absolute;
  top:8px;
  left:58px;
  z-index:5;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  font-size:16px;
  line-height:1;
  border-radius:999px;
  background:rgba(4,6,14,.64);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
}
.sts-live-mini-role.badge-owner{border-color:rgba(255,205,70,.45);}
.sts-live-mini-role.badge-partner{border-color:rgba(176,92,255,.45);}
.sts-live-mini-role.badge-affiliate{border-color:rgba(225,70,255,.40);}
.sts-live-mini-meta b{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.65);}
.sts-live-details .sts-live-creator-row strong{font-size:24px!important;line-height:1.05!important;}
.sts-live-details .sts-live-creator-row .creator-badge{width:20px!important;height:20px!important;min-width:20px!important;}
.sts-live-details .sts-live-creator-row .creator-badge .badge-icon{font-size:18px!important;}
.side-channel b .creator-badge{width:15px!important;height:15px!important;min-width:15px!important;}
.side-channel b .creator-badge .badge-icon{font-size:13px!important;}
@media (max-width: 900px){
  .sts-preview-role{left:76px;top:16px;height:28px;padding:0 10px;font-size:10px;}
  .sts-live-details .sts-live-creator-row strong{font-size:20px!important;}
}
