#videos {
  position: relative;
  overflow: hidden;
  padding: 26px !important;
  border-radius: 27px !important;
}

#videos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0, rgba(var(--artist-r), var(--artist-g), var(--artist-b), .16), transparent 34%);
  pointer-events: none;
}

#videos .spot-head {
  position: relative;
  align-items: flex-end;
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

#videos .spot-title::before { font-size: 9px !important; }
#videos .spot-title::after {
  font-size: clamp(27px, 3.3vw, 43px) !important;
  letter-spacing: -.055em !important;
}
#videos .platform-link { align-self: center; }

/* Five ranked videos in each column. The list is complete and needs no nested scroll. */
#heroTopVideos {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(5, minmax(82px, auto));
  grid-auto-flow: column;
  column-gap: 24px !important;
  row-gap: 0 !important;
  max-height: none;
  overflow: visible;
}

#heroTopVideos .hero-top-video {
  display: grid !important;
  grid-template-columns: 38px 108px minmax(0, 1fr) auto 15px !important;
  gap: 10px !important;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 9px 6px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .085) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

#heroTopVideos .hero-top-video:nth-child(n + 6) {
  padding-left: 16px !important;
  border-left: 1px solid rgba(255, 255, 255, .085) !important;
}

#heroTopVideos .hero-top-video:hover { background: rgba(255, 255, 255, .035) !important; }
#heroTopVideos .hero-top-video::after { display: none !important; }

#heroTopVideos .hero-top-video-rank {
  display: grid;
  justify-items: center;
  color: rgb(var(--artist-r), var(--artist-g), var(--artist-b)) !important;
}
#heroTopVideos .hero-top-video-rank strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.08em;
  font-variant-numeric: tabular-nums;
}
#heroTopVideos .hero-top-video-rank small {
  margin-top: 4px;
  font-size: 5px;
  letter-spacing: .12em;
  color: #7d8698;
}

#heroTopVideos .hero-top-video img {
  width: 108px !important;
  height: 61px !important;
  aspect-ratio: auto !important;
  border-radius: 11px !important;
  object-fit: cover;
}

#heroTopVideos .hero-top-video-main { min-width: 0; }
#heroTopVideos .hero-top-video-source {
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .13em;
  color: rgb(var(--artist-r), var(--artist-g), var(--artist-b));
  text-transform: uppercase;
}
#heroTopVideos .hero-top-video-title {
  display: -webkit-box;
  margin-top: 4px !important;
  overflow: hidden;
  font-size: 12px !important;
  line-height: 1.22 !important;
  letter-spacing: -.02em !important;
  font-weight: 850 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#heroTopVideos .hero-top-video-meta { margin-top: 4px; font-size: 7px !important; }

.hero-top-video-views { display: grid; min-width: 72px; text-align: right; }
.hero-top-video-views strong { font-size: 12px; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.hero-top-video-views span { margin-top: 3px; font-size: 5px; letter-spacing: .15em; color: #7d8698; }
.hero-top-video-arrow { color: rgb(var(--artist-r), var(--artist-g), var(--artist-b)); font-size: 15px; }

body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #videos {
  background: linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(245, 247, 251, .96));
  border-color: rgba(9, 30, 66, .11);
  box-shadow: 0 22px 60px rgba(9, 30, 66, .08);
}
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #videos .spot-head,
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #heroTopVideos .hero-top-video,
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #heroTopVideos .hero-top-video:nth-child(n + 6) { border-color: rgba(9, 30, 66, .1) !important; }
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #heroTopVideos .hero-top-video:hover { background: rgba(9, 30, 66, .035) !important; }
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #heroTopVideos .hero-top-video-title,
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) .hero-top-video-views strong { color: #08172f !important; }
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #heroTopVideos .hero-top-video-meta { color: #657188 !important; }
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #videos .spot-title::before { color: rgb(var(--artist-r), var(--artist-g), var(--artist-b)) !important; }
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #videos .spot-title::after { color: #08172f !important; }
body:is([data-profile-kind="venezuela"], [data-profile-kind="colombia"], [data-profile-kind="argentina"], [data-profile-kind="chile"], [data-profile-kind="puerto-rico"], [data-profile-kind="dominicana"], [data-profile-kind="mexico"]) #videos .platform-link { color: #08172f; border-color: rgba(9, 30, 66, .13); background: #fff; }

@media (max-width: 980px) {
  #heroTopVideos .hero-top-video { grid-template-columns: 32px 88px minmax(0, 1fr) 13px !important; gap: 8px !important; }
  #heroTopVideos .hero-top-video img { width: 88px !important; height: 51px !important; }
  .hero-top-video-views { display: none; }
}

@media (max-width: 650px) {
  #videos { padding: 18px 13px !important; }
  #videos .spot-head { align-items: flex-start; gap: 12px; }
  #heroTopVideos { grid-template-columns: 1fr !important; grid-template-rows: none; grid-auto-flow: row; column-gap: 0 !important; }
  #heroTopVideos .hero-top-video,
  #heroTopVideos .hero-top-video:nth-child(n + 6) {
    grid-template-columns: 35px 88px minmax(0, 1fr) 14px !important;
    min-height: 75px;
    padding: 8px 3px !important;
    border-left: 0 !important;
  }
  #heroTopVideos .hero-top-video-rank strong { font-size: 21px; }
  #heroTopVideos .hero-top-video img { width: 88px !important; height: 51px !important; border-radius: 9px !important; }
  #heroTopVideos .hero-top-video-title { font-size: 10px !important; }
  .hero-top-video-arrow { font-size: 13px; }
}
