/* OSV Experience V10 */
.v10-mega-strip{
  margin:26px 0 0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}
.v10-mega-strip a{
  background:#F6F6F6;
  border:1px solid #E8E8E8;
  border-radius:999px;
  padding:12px 14px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  text-align:center;
}
.v10-mega-strip a:hover{background:#E50914;color:#fff;border-color:#E50914}

.v10-home-editorial{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  margin:52px 0;
}
.v10-editorial-main{
  min-height:360px;
  border-radius:34px;
  background:#0D0D0D;
  color:#fff;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.v10-editorial-main:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top left,rgba(229,9,20,.55),transparent 55%);
}
.v10-editorial-main>*{position:relative}
.v10-editorial-main h2{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:70px;
  line-height:.84;
  margin:10px 0;
}
.v10-editorial-main p{color:#ddd;line-height:1.55;max-width:700px}
.v10-editorial-stack{display:grid;gap:16px}
.v10-small-feature{
  background:#F6F6F6;
  border:1px solid #E8E8E8;
  border-radius:26px;
  padding:24px;
}
.v10-small-feature h3{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:38px;
  line-height:.9;
  margin:8px 0;
}
.v10-small-feature p{color:#666;margin:0;line-height:1.45}

.v10-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.v10-news-card{
  background:#fff;
  border:1px solid #E8E8E8;
  border-radius:26px;
  padding:24px;
  box-shadow:0 16px 38px rgba(0,0,0,.06);
}
.v10-news-card h3{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:36px;
  line-height:.9;
  margin:8px 0;
}
.v10-news-card p{color:#666;line-height:1.45}

.v10-sticky-upnext{
  position:sticky;
  top:110px;
}
.v10-video-profile{
  background:#0D0D0D;
  color:#fff;
  border-radius:26px;
  padding:24px;
}
.v10-video-profile h2{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:40px;
  line-height:.9;
  margin:8px 0;
}
.v10-video-profile p{color:#d2d2d2;line-height:1.55}
.v10-video-profile .btn{margin-top:12px}

.v10-related-artists{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.v10-related-artists a{
  background:#F6F6F6;
  border:1px solid #E8E8E8;
  border-radius:999px;
  padding:10px 13px;
  font-size:12px;
  font-weight:950;
}

.v10-timeline{
  display:grid;
  gap:14px;
  margin:34px 0;
}
.v10-timeline-item{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:16px;
  background:#F6F6F6;
  border:1px solid #E8E8E8;
  border-radius:22px;
  padding:18px;
}
.v10-timeline-year{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:40px;
  color:#E50914;
  line-height:.9;
}
.v10-timeline-item h3{margin:0 0 6px;font-size:17px}
.v10-timeline-item p{margin:0;color:#666;line-height:1.45}

.v10-chart-hero{
  background:#0D0D0D;
  color:#fff;
  border-radius:34px;
  padding:34px;
  margin:34px 0 24px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:end;
}
.v10-chart-hero h1{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:74px;
  line-height:.84;
  margin:8px 0;
}
.v10-chart-hero p{color:#d2d2d2;margin:0;max-width:760px;line-height:1.55}
.v10-chart-tabs{display:flex;gap:10px;flex-wrap:wrap}
.v10-chart-tabs a{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  border-radius:999px;
  padding:11px 14px;
  font-size:12px;
  font-weight:950;
}

.v10-search-hero{
  background:#F6F6F6;
  border:1px solid #E8E8E8;
  border-radius:34px;
  padding:32px;
  margin-top:34px;
}
.v10-search-hero h1{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:70px;
  line-height:.84;
  margin:8px 0;
}
.v10-filter-plus{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr auto;
  gap:10px;
  margin-top:22px;
}
.v10-filter-plus input,.v10-filter-plus select{
  height:52px;
  border:1px solid #E8E8E8;
  border-radius:999px;
  padding:0 15px;
  background:#fff;
}

.v10-ad-slim{
  min-height:120px;
  border:2px dashed #ddd;
  background:#F6F6F6;
  border-radius:24px;
  margin:30px 0;
  display:grid;
  place-items:center;
  color:#777;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

@media(max-width:1050px){
  .v10-home-editorial,.v10-chart-hero{grid-template-columns:1fr}
  .v10-news-grid{grid-template-columns:1fr}
  .v10-mega-strip{grid-template-columns:repeat(3,1fr)}
  .v10-filter-plus{grid-template-columns:1fr}
}
@media(max-width:620px){
  .v10-mega-strip{grid-template-columns:repeat(2,1fr)}
  .v10-editorial-main h2,.v10-chart-hero h1,.v10-search-hero h1{font-size:48px}
  .v10-timeline-item{grid-template-columns:1fr}
}



/* ===== OSV PAGE WIDTH FIX ===== */

html,body{
overflow-x:hidden;
}

.container,
.container-fluid,
main,
.page,
.page-wrapper,
.content,
.content-wrapper{

max-width:1600px;
margin:0 auto;
padding-left:32px;
padding-right:32px;
box-sizing:border-box;

}

@media(max-width:991px){

.container,
.container-fluid,
main,
.page,
.page-wrapper,
.content,
.content-wrapper{

padding-left:16px;
padding-right:16px;

}

}



/* ===== NOW PLAYING BLINK ===== */

@keyframes osvBlinkDot{
    0%,100%{
        opacity:1;
        transform:scale(1);
    }
    50%{
        opacity:.2;
        transform:scale(.75);
    }
}

.now-playing-dot,
.live-dot,
.playing-dot,
.now-playing .dot{
    animation:osvBlinkDot .9s infinite;
}
