/* STS v5.6.187 - homepage badge sizing + spacing polish */
/* Main live showcase right panel */
.sts-live-showcase .sts-live-details .sts-live-creator-row strong.sts-showcase-name,
.sts-live-showcase .sts-showcase-name{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  line-height:1.05!important;
}
.sts-live-showcase .sts-live-details .sts-live-creator-row strong.sts-showcase-name .badge-row,
.sts-live-showcase .sts-showcase-name .badge-row{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.sts-live-showcase .sts-live-details .sts-live-creator-row strong.sts-showcase-name .creator-badge,
.sts-live-showcase .sts-showcase-name .creator-badge{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  display:inline-grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.sts-live-showcase .sts-live-details .sts-live-creator-row strong.sts-showcase-name .creator-badge .badge-icon,
.sts-live-showcase .sts-showcase-name .creator-badge .badge-icon{
  font-size:20px!important;
  line-height:1!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  text-shadow:none!important;
}

/* Smaller homepage cards / side lists still readable */
.sts-tv-sidebar .side-channel b,
.sts-live-mini-meta b,
.v53-card .v53-card-meta p{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
.sts-tv-sidebar .side-channel b .badge-row,
.sts-live-mini-meta b .badge-row,
.v53-card .v53-card-meta p .badge-row{
  margin:0!important;
  gap:4px!important;
}
.sts-tv-sidebar .side-channel b .creator-badge,
.sts-live-mini-meta b .creator-badge,
.v53-card .v53-card-meta p .creator-badge{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
}
.sts-tv-sidebar .side-channel b .creator-badge .badge-icon,
.sts-live-mini-meta b .creator-badge .badge-icon,
.v53-card .v53-card-meta p .creator-badge .badge-icon{
  font-size:16px!important;
}

@media (max-width: 900px){
  .sts-live-showcase .sts-live-details .sts-live-creator-row strong.sts-showcase-name,
  .sts-live-showcase .sts-showcase-name{gap:8px!important;}
  .sts-live-showcase .sts-showcase-name .creator-badge{width:20px!important;height:20px!important;min-width:20px!important;}
  .sts-live-showcase .sts-showcase-name .creator-badge .badge-icon{font-size:18px!important;}
}
