.live-channel-shell,
.live-channel-grid,
.live-channel-main,
.home-grid,
.home-featured,
.featured-main,
.featured-column {
  min-width: 0 !important;
  max-width: 100% !important;
}

.live-player-frame,
.home-live-player,
.featured-player,
.channel-player,
.stream-player {
  position: relative !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.live-player-frame video,
.home-live-player video,
.featured-player video,
.channel-player video,
.stream-player video,
video[data-live-video],
video[data-v13b-video] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #000 !important;
}

.v13b-featured-info {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 2px 0;
}

.v13b-featured-creator {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.v13b-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #cbd3ff;
  color: #133f7a;
  font-size: 13px;
  font-weight: 800;
}

.v13b-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v13b-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.v13b-copy strong,
.v13b-copy > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v13b-copy strong {
  color: #fff;
  font-size: 14px;
}

.v13b-copy > span {
  color: #7d7d7d;
  font-size: 12px;
}

.v13b-viewers {
  flex: 0 0 auto;
  color: #a8a8ad;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .live-player-frame,
  .home-live-player,
  .featured-player,
  .channel-player,
  .stream-player {
    width: 100% !important;
    height: auto !important;
  }

  .v13b-featured-info {
    width: 100% !important;
  }
}
