

body.lc-article-page{
  --lc-yellow:#ffd400;
  --lc-black:#050505;
  --lc-line:#dedede;
  --lc-muted:#666;
  --lc-bg:#f7f8f9;
}
body.lc-article-page,
body.lc-article-page button,
body.lc-article-page input{
  font-family:Arial,Helvetica,sans-serif !important;
}
body.lc-article-page .lc-article-shell{
  width:min(1192px,calc(100% - 40px));
  margin:42px auto 70px;
  display:grid;
  grid-template-columns:minmax(0, 2.25fr) minmax(280px,.9fr);
  gap:32px;
  align-items:start;
}
body.lc-article-page .lc-article-main{min-width:0}
body.lc-article-page article{
  max-width:none !important;
  margin:0 !important;
}
body.lc-article-page article .entry-header,
body.lc-article-page article .entry-content,
body.lc-article-page article .post-inner,
body.lc-article-page article .ct-container{
  max-width:none !important;
}
body.lc-article-page article .entry-title{
  color:#000 !important;
  font-family:Arial Black,Arial,Helvetica,sans-serif !important;
  font-size:clamp(42px,5.2vw,76px) !important;
  line-height:.92 !important;
  letter-spacing:-.045em !important;
  text-transform:uppercase;
  margin:0 0 18px !important;
}
body.lc-article-page article .entry-meta,
body.lc-article-page article .entry-meta a{
  color:#555 !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-transform:uppercase;
}
body.lc-article-page article .wp-post-image{
  width:100%;
  height:auto;
  max-height:650px;
  object-fit:cover;
  border-radius:8px;
}
body.lc-article-page article .entry-content{
  color:#111 !important;
  font-size:18px !important;
  line-height:1.62 !important;
}
body.lc-article-page article .entry-content > p,
body.lc-article-page article .entry-content > ul,
body.lc-article-page article .entry-content > ol,
body.lc-article-page article .entry-content > h2,
body.lc-article-page article .entry-content > h3{
  max-width:760px;
}
body.lc-article-page article .entry-content h2,
body.lc-article-page article .entry-content h3{
  color:#000 !important;
  font-weight:900 !important;
}
.lc-article-sidebar{
  display:grid;
  gap:20px;
  position:sticky;
  top:24px;
}
.lc-article-sidebox{
  border:1px solid var(--lc-line);
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}
.lc-article-sidebox h3{
  margin:0;
  padding:15px 17px;
  background:#050505;
  color:#fff !important;
  font-size:17px;
  font-weight:900;
  line-height:1;
}
.lc-article-trending a,
.lc-article-ranking-list a,
.lc-article-artists a{
  display:grid;
  align-items:center;
  gap:11px;
  min-height:76px;
  padding:12px;
  color:#080808 !important;
  text-decoration:none !important;
  border-bottom:1px solid #e5e5e5;
}
.lc-article-trending a{grid-template-columns:25px 62px 1fr}
.lc-article-ranking-list a{grid-template-columns:25px 50px 1fr}
.lc-article-artists a{grid-template-columns:25px 45px 1fr 12px}
.lc-article-trending a:last-child,
.lc-article-ranking-list a:last-child,
.lc-article-artists a:last-child{border-bottom:0}
.lc-article-trending img{width:62px;height:62px;object-fit:cover;border-radius:6px}
.lc-article-ranking-list img{width:50px;height:50px;object-fit:cover;border-radius:6px}
.lc-side-rank,.lc-article-ranking-list>a>b,.lc-article-artists>a>b{
  font-size:22px;font-weight:900;text-align:center
}
.lc-article-trending strong,
.lc-article-ranking-list strong,
.lc-article-artists strong{display:block;font-size:13px;line-height:1.2}
.lc-article-trending small,
.lc-article-ranking-list small,
.lc-article-artists small{display:block;margin-top:5px;color:#666;font-size:10px}
.lc-artist-dot{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;background:#111;color:var(--lc-yellow);
  font-weight:900;font-size:16px
}
.lc-article-artists i{font-size:23px;font-style:normal}
.lc-article-after{margin-top:42px}
.lc-related-section{margin-top:34px}
.lc-related-title{
  border-bottom:1px solid #d8d8d8;
  margin-bottom:16px;
}
.lc-related-title h2{
  display:inline-block;
  margin:0 0 -1px !important;
  padding:0 0 10px;
  border-bottom:4px solid var(--lc-yellow);
  color:#000 !important;
  font-family:Arial Black,Arial,Helvetica,sans-serif !important;
  font-size:24px !important;
  line-height:1 !important;
}
.lc-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.lc-article-card{
  color:#080808 !important;
  text-decoration:none !important;
  border:1px solid #ddd;
  border-radius:7px;
  overflow:hidden;
  padding-bottom:12px;
  background:#fff;
}
.lc-article-card img,.lc-article-card-placeholder{
  width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#ececec
}
.lc-article-card-meta{
  display:block;color:#c79f00;font-size:9px;font-weight:900;
  margin:11px 11px 5px;text-transform:uppercase
}
.lc-article-card strong{display:block;margin:0 11px;font-size:13px;line-height:1.25}
.lc-article-card small{display:block;margin:9px 11px 0;color:#777;font-size:9px;text-transform:uppercase}

@media(max-width:900px){
  body.lc-article-page .lc-article-shell{
    width:min(100% - 28px,720px);
    grid-template-columns:1fr;
    margin-top:25px;
  }
  .lc-article-sidebar{position:static}
  body.lc-article-page article .entry-title{
    font-size:clamp(38px,11vw,60px) !important;
  }
  .lc-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  body.lc-article-page .lc-article-shell{width:calc(100% - 24px)}
  body.lc-article-page article .entry-title{font-size:40px !important}
  body.lc-article-page article .entry-content{font-size:17px !important}
  .lc-related-title h2{font-size:20px !important}
  .lc-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .lc-article-card strong{font-size:12px}
}



.lc-article-shell{
  width:min(1192px,calc(100% - 40px));
  margin:42px auto 70px;
  display:grid;
  grid-template-columns:minmax(0,2.25fr) minmax(280px,.9fr);
  gap:32px;
  align-items:start;
}
.lc-article-main{min-width:0}
.lc-article-header{margin-bottom:22px}
.lc-article-kicker{
  display:inline-block;
  background:#FFD500;
  color:#111 !important;
  padding:6px 9px;
  border-radius:4px;
  font-size:11px;
  font-weight:900;
}
.lc-article-header h1{
  margin:14px 0 14px !important;
  color:#000 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(42px,5.1vw,72px) !important;
  line-height:.95 !important;
  letter-spacing:-.04em !important;
  font-weight:900 !important;
  text-transform:none !important;
}
.lc-article-deck{
  margin:0 0 16px;
  color:#444;
  font-size:20px;
  line-height:1.35;
  max-width:820px;
}
.lc-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  color:#555;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.lc-article-hero{
  margin:0 0 24px;
}
.lc-article-hero img{
  width:100%;
  max-height:640px;
  object-fit:cover;
  border-radius:8px;
  display:block;
}
.lc-article-content{
  color:#111;
  font-size:18px;
  line-height:1.62;
}
.lc-article-content > *{
  max-width:780px;
}
.lc-article-content iframe,
.lc-article-content .wp-block-embed,
.lc-article-content figure{
  max-width:100%;
}
@media(max-width:900px){
  .lc-article-shell{
    width:min(100% - 28px,760px);
    grid-template-columns:1fr;
    margin-top:26px;
  }
  .lc-article-sidebar{position:static}
}
@media(max-width:560px){
  .lc-article-shell{width:calc(100% - 24px)}
  .lc-article-header h1{font-size:40px !important}
  .lc-article-deck{font-size:17px}
}



body.lc-article-page #main-container,
body.lc-article-page .site-main,
body.lc-article-page .ct-container-full,
body.lc-article-page .ct-container{
  max-width:none !important;
}

body.lc-article-page .lc-article-shell,
body.lc-article-page .lc-article-shell *{
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif !important;
}

body.lc-article-page .lc-article-shell{
  width:min(1192px,calc(100% - 40px)) !important;
  margin:38px auto 72px !important;
  display:grid !important;
  grid-template-columns:minmax(0,2.18fr) minmax(300px,.82fr) !important;
  gap:32px !important;
  align-items:start !important;
  color:#111 !important;
}

body.lc-article-page .lc-article-main{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
}

body.lc-article-page .lc-article-header{
  margin:0 0 22px !important;
}

body.lc-article-page .lc-article-kicker{
  display:inline-flex !important;
  background:#FFD500 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  padding:6px 10px !important;
  border-radius:5px !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}

body.lc-article-page .lc-article-header h1{
  display:block !important;
  margin:16px 0 12px !important;
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(44px,5vw,70px) !important;
  line-height:.96 !important;
  letter-spacing:-.045em !important;
  font-weight:900 !important;
  text-transform:none !important;
  max-width:880px !important;
}

body.lc-article-page .lc-article-deck{
  max-width:800px !important;
  margin:0 0 18px !important;
  color:#444 !important;
  font-size:19px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}

body.lc-article-page .lc-article-meta-row{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  padding-top:4px !important;
}

body.lc-article-page .lc-article-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px 16px !important;
  color:#555 !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
}

body.lc-article-page .lc-article-share{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#666 !important;
  font-size:10px !important;
  font-weight:900 !important;
}
body.lc-article-page .lc-article-share a,
body.lc-article-page .lc-article-share button{
  width:31px !important;
  height:31px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid #d7d7d7 !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#111 !important;
  text-decoration:none !important;
  font-weight:900 !important;
  cursor:pointer !important;
  padding:0 !important;
}

body.lc-article-page .lc-article-hero{
  width:100% !important;
  max-width:none !important;
  margin:0 0 24px !important;
}
body.lc-article-page .lc-article-hero img{
  width:100% !important;
  height:auto !important;
  max-height:620px !important;
  display:block !important;
  object-fit:cover !important;
  border-radius:8px !important;
}

body.lc-article-page .lc-article-content{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  color:#111 !important;
  font-size:18px !important;
  line-height:1.62 !important;
}
body.lc-article-page .lc-article-content > p,
body.lc-article-page .lc-article-content > h2,
body.lc-article-page .lc-article-content > h3,
body.lc-article-page .lc-article-content > ul,
body.lc-article-page .lc-article-content > ol{
  max-width:790px !important;
  margin-left:0 !important;
}
body.lc-article-page .lc-article-content p{
  color:#111 !important;
}
body.lc-article-page .lc-article-content a{
  color:#111 !important;
  text-decoration-color:#FFD500 !important;
}
body.lc-article-page .lc-article-content img{
  max-width:100% !important;
  height:auto !important;
  border-radius:7px !important;
}

/* Sidebar must look like Rankings */
body.lc-article-page .lc-article-sidebar{
  width:auto !important;
  max-width:none !important;
  display:grid !important;
  gap:18px !important;
  position:sticky !important;
  top:20px !important;
}
body.lc-article-page .lc-article-sidebox{
  width:100% !important;
  border:1px solid #dedede !important;
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
}
body.lc-article-page .lc-article-sidebox > h3{
  margin:0 !important;
  padding:14px 16px !important;
  background:#050505 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

/* Related modules */
body.lc-article-page .lc-related-section{
  margin-top:38px !important;
}
body.lc-article-page .lc-related-title{
  margin-bottom:15px !important;
  border-bottom:1px solid #ddd !important;
}
body.lc-article-page .lc-related-title h2{
  display:inline-block !important;
  margin:0 0 -1px !important;
  padding-bottom:9px !important;
  border-bottom:4px solid #FFD500 !important;
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  font-size:23px !important;
  line-height:1 !important;
  font-weight:900 !important;
}
body.lc-article-page .lc-related-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:13px !important;
}
body.lc-article-page .lc-article-card{
  min-width:0 !important;
  color:#111 !important;
  text-decoration:none !important;
  background:#fff !important;
  border:1px solid #dedede !important;
  border-radius:7px !important;
  overflow:hidden !important;
}
body.lc-article-page .lc-article-card strong{
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}

@media(max-width:900px){
  body.lc-article-page .lc-article-shell{
    width:min(100% - 28px,760px) !important;
    grid-template-columns:1fr !important;
    margin-top:26px !important;
  }
  body.lc-article-page .lc-article-sidebar{
    position:static !important;
  }
  body.lc-article-page .lc-article-meta-row{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
}

@media(max-width:560px){
  body.lc-article-page .lc-article-shell{
    width:calc(100% - 24px) !important;
  }
  body.lc-article-page .lc-article-header h1{
    font-size:39px !important;
    line-height:.98 !important;
  }
  body.lc-article-page .lc-article-deck{
    font-size:17px !important;
  }
  body.lc-article-page .lc-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}



body.lc-article-page .lc-article-sidebar{
  display:grid !important;
  gap:18px !important;
}

body.lc-article-page .lc-article-rankbox{
  border:1px solid #dedede !important;
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
}

body.lc-article-page .lc-article-rankbox-title{
  background:#050505 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  padding:14px 16px !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}

body.lc-article-page .lc-article-rank-tabs{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  margin:14px !important;
  border:1px solid #cfcfcf !important;
  border-radius:6px !important;
  overflow:hidden !important;
}

body.lc-article-page .lc-article-rank-tabs button{
  border:0 !important;
  background:#fff !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  padding:12px 8px !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

body.lc-article-page .lc-article-rank-tabs button.is-active{
  background:#FFD500 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}

body.lc-article-page .lc-article-rank-list{
  padding:0 14px 14px !important;
}

body.lc-article-page .lc-article-rank-list[hidden],
body.lc-article-page .lc-article-rank-list:not(.is-active){
  display:none !important;
}

body.lc-article-page .lc-article-rank-row{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
  padding:10px 0 !important;
  border-bottom:1px solid #e5e5e5 !important;
  color:#111 !important;
  text-decoration:none !important;
  min-height:86px !important;
}

body.lc-article-page .lc-article-rank-row:last-child{
  border-bottom:0 !important;
}

body.lc-article-page .lc-article-rank-row img{
  width:72px !important;
  height:72px !important;
  object-fit:cover !important;
  border-radius:7px !important;
}

body.lc-article-page .lc-article-rank-row strong{
  display:block !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

body.lc-article-page .lc-article-rank-row small{
  display:block !important;
  color:#666 !important;
  -webkit-text-fill-color:#666 !important;
  margin-top:5px !important;
  font-size:10px !important;
  line-height:1.25 !important;
}

body.lc-article-page .lc-article-ranking-row,
body.lc-article-page .lc-article-artist-row{
  display:grid !important;
  align-items:center !important;
  gap:11px !important;
  min-height:74px !important;
  padding:11px 13px !important;
  border-bottom:1px solid #e5e5e5 !important;
  color:#111 !important;
  text-decoration:none !important;
}

body.lc-article-page .lc-article-ranking-row{
  grid-template-columns:28px 54px minmax(0,1fr) !important;
}

body.lc-article-page .lc-article-artist-row{
  grid-template-columns:28px 44px minmax(0,1fr) 12px !important;
}

body.lc-article-page .lc-article-ranking-row:last-child,
body.lc-article-page .lc-article-artist-row:last-child{
  border-bottom:0 !important;
}

body.lc-article-page .lc-article-ranking-row>b,
body.lc-article-page .lc-article-artist-row>b{
  font-size:23px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-align:center !important;
}

body.lc-article-page .lc-article-ranking-row img{
  width:54px !important;
  height:54px !important;
  object-fit:cover !important;
  border-radius:6px !important;
}

body.lc-article-page .lc-article-artist-row img,
body.lc-article-page .lc-article-artist-ph{
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  object-fit:cover !important;
}

body.lc-article-page .lc-article-artist-ph{
  display:grid !important;
  place-items:center !important;
  background:#111 !important;
  color:#FFD500 !important;
  -webkit-text-fill-color:#FFD500 !important;
  font-size:15px !important;
  font-weight:900 !important;
}

body.lc-article-page .lc-article-ranking-row strong,
body.lc-article-page .lc-article-artist-row strong{
  display:block !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

body.lc-article-page .lc-article-ranking-row small,
body.lc-article-page .lc-article-artist-row small{
  display:block !important;
  margin-top:4px !important;
  color:#666 !important;
  -webkit-text-fill-color:#666 !important;
  font-size:10px !important;
}

body.lc-article-page .lc-article-artist-row i{
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  font-size:22px !important;
  font-style:normal !important;
}



body.lc-article-page .lc-article-shell{
  grid-template-columns:minmax(0,2fr) minmax(330px,.95fr) !important;
  gap:32px !important;
}

/* Slightly larger artist/meta names in article sidebar */
body.lc-article-page .lc-article-rank-row small,
body.lc-article-page .lc-article-ranking-row small,
body.lc-article-page .lc-article-artist-row small{
  font-size:11px !important;
  line-height:1.3 !important;
}

body.lc-article-page .lc-article-artist-row strong{
  font-size:14px !important;
}

@media(max-width:1050px){
  body.lc-article-page .lc-article-shell{
    grid-template-columns:minmax(0,1.9fr) minmax(310px,.9fr) !important;
  }
}

@media(max-width:900px){
  body.lc-article-page .lc-article-shell{
    grid-template-columns:1fr !important;
  }
}



body.lc-article-page .lc-article-newsletter-cta{
  margin-top:38px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr) !important;
  gap:24px !important;
  align-items:center !important;
  padding:28px !important;
  border-radius:9px !important;
  background:#050505 !important;
  border:1px solid #050505 !important;
}

body.lc-article-page .lc-article-newsletter-copy span{
  display:block !important;
  margin-bottom:8px !important;
  color:#FFD500 !important;
  -webkit-text-fill-color:#FFD500 !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}

body.lc-article-page .lc-article-newsletter-copy h2{
  margin:0 0 8px !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:30px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.025em !important;
}

body.lc-article-page .lc-article-newsletter-copy p{
  margin:0 !important;
  color:#ddd !important;
  -webkit-text-fill-color:#ddd !important;
  font-size:14px !important;
  line-height:1.4 !important;
}

body.lc-article-page .lc-article-newsletter-form{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:8px !important;
}

body.lc-article-page .lc-article-newsletter-form input{
  width:100% !important;
  min-width:0 !important;
  height:48px !important;
  border:0 !important;
  border-radius:6px !important;
  background:#fff !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  padding:0 14px !important;
  font-size:14px !important;
  box-shadow:none !important;
}

body.lc-article-page .lc-article-newsletter-form input::placeholder{
  color:#777 !important;
  opacity:1 !important;
}

body.lc-article-page .lc-article-newsletter-form button{
  height:48px !important;
  border:0 !important;
  border-radius:6px !important;
  background:#FFD500 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  padding:0 18px !important;
  font-size:13px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

@media(max-width:700px){
  body.lc-article-page .lc-article-newsletter-cta{
    grid-template-columns:1fr !important;
    padding:22px !important;
  }
  body.lc-article-page .lc-article-newsletter-copy h2{
    font-size:26px !important;
  }
  body.lc-article-page .lc-article-newsletter-form{
    grid-template-columns:1fr !important;
  }
}




/* Featured image: wide editorial rectangle instead of a tall block */
body.lc-article-page .lc-article-hero{
  width:100% !important;
  max-width:none !important;
  margin:0 0 24px !important;
  aspect-ratio:16 / 9 !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:#111 !important;
}

body.lc-article-page .lc-article-hero img{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  border-radius:0 !important;
}

/* WordPress / YouTube embeds: same horizontal visual language */
body.lc-article-page .lc-article-content .wp-block-embed,
body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
body.lc-article-page .lc-article-content figure.wp-block-embed,
body.lc-article-page .lc-article-content .wp-block-video,
body.lc-article-page .lc-article-content .wp-video,
body.lc-article-page .lc-article-content .fluid-width-video-wrapper{
  width:100% !important;
  max-width:100% !important;
}

body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
body.lc-article-page .lc-article-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
body.lc-article-page .lc-article-content figure.wp-block-embed-vimeo .wp-block-embed__wrapper{
  position:relative !important;
  aspect-ratio:16 / 9 !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:#050505 !important;
}

body.lc-article-page .lc-article-content iframe[src*="youtube"],
body.lc-article-page .lc-article-content iframe[src*="youtu.be"],
body.lc-article-page .lc-article-content iframe[src*="vimeo"],
body.lc-article-page .lc-article-content .wp-block-embed__wrapper > iframe{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  min-height:0 !important;
  border:0 !important;
}

/* Direct iframe fallback for old imported posts */
body.lc-article-page .lc-article-content > iframe{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
  border:0 !important;
  border-radius:8px !important;
  background:#050505 !important;
}

/* Imported legacy embeds that arrive inside paragraphs/divs */
body.lc-article-page .lc-article-content p > iframe,
body.lc-article-page .lc-article-content div > iframe[src*="youtube"],
body.lc-article-page .lc-article-content div > iframe[src*="vimeo"]{
  width:100% !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
  border-radius:8px !important;
}

/* On desktop keep media from becoming absurdly tall.
   Width follows the article column, ratio stays 16:9. */
@media(min-width:901px){
  body.lc-article-page .lc-article-hero,
  body.lc-article-page .lc-article-content .wp-block-embed,
  body.lc-article-page .lc-article-content > iframe{
    max-width:100% !important;
  }
}

/* Responsive phone/tablet: same 16:9 ratio, full available width */
@media(max-width:900px){
  body.lc-article-page .lc-article-hero,
  body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
  body.lc-article-page .lc-article-content > iframe,
  body.lc-article-page .lc-article-content p > iframe{
    width:100% !important;
    aspect-ratio:16 / 9 !important;
  }
}

@media(max-width:560px){
  body.lc-article-page .lc-article-hero,
  body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
  body.lc-article-page .lc-article-content > iframe,
  body.lc-article-page .lc-article-content p > iframe{
    border-radius:6px !important;
  }
}



body.lc-article-page .lc-article-content .wp-block-embed,
body.lc-article-page .lc-article-content figure.wp-block-embed,
body.lc-article-page .lc-article-content .wp-block-video,
body.lc-article-page .lc-article-content .wp-video,
body.lc-article-page .lc-article-content .fluid-width-video-wrapper,
body.lc-article-page .lc-article-content > iframe,
body.lc-article-page .lc-article-content p > iframe,
body.lc-article-page .lc-article-content div > iframe[src*="youtube"],
body.lc-article-page .lc-article-content div > iframe[src*="vimeo"]{
  width:100% !important;
  max-width:790px !important;
  margin-left:0 !important;
  margin-right:auto !important;
}

/* Wrapper owns the 16:9 box; iframe only fills that box */
body.lc-article-page .lc-article-content .wp-block-embed__wrapper{
  width:100% !important;
  max-width:790px !important;
  aspect-ratio:16 / 9 !important;
  margin-left:0 !important;
  margin-right:auto !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:#050505 !important;
}

body.lc-article-page .lc-article-content .wp-block-embed__wrapper > iframe{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
}

/* Legacy direct iframe fallback */
body.lc-article-page .lc-article-content > iframe,
body.lc-article-page .lc-article-content p > iframe,
body.lc-article-page .lc-article-content div > iframe[src*="youtube"],
body.lc-article-page .lc-article-content div > iframe[src*="vimeo"]{
  display:block !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
  position:static !important;
}

/* On phone, use the full article width but never the viewport outside it */
@media(max-width:900px){
  body.lc-article-page .lc-article-content .wp-block-embed,
  body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
  body.lc-article-page .lc-article-content > iframe,
  body.lc-article-page .lc-article-content p > iframe{
    max-width:100% !important;
  }
}




body.lc-article-page .lc-article-main iframe,
body.lc-article-page .lc-article-content iframe,
body.lc-article-page .lc-article-content iframe[src*="youtube"],
body.lc-article-page .lc-article-content iframe[src*="youtu.be"],
body.lc-article-page .lc-article-content iframe[src*="vimeo"]{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  display:block !important;
  width:100% !important;
  max-width:790px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:16 / 9 !important;
  margin:22px 0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:8px !important;
  transform:none !important;
  float:none !important;
  z-index:auto !important;
  background:#050505 !important;
}

/* Reset any imported/theme responsive-video wrapper that may be using viewport sizing. */
body.lc-article-page .lc-article-content .wp-block-embed,
body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
body.lc-article-page .lc-article-content .wp-block-video,
body.lc-article-page .lc-article-content .wp-video,
body.lc-article-page .lc-article-content .fluid-width-video-wrapper,
body.lc-article-page .lc-article-content [class*="video-container"],
body.lc-article-page .lc-article-content [class*="responsive-video"],
body.lc-article-page .lc-article-content [class*="embed-container"]{
  position:static !important;
  inset:auto !important;
  display:block !important;
  width:100% !important;
  max-width:790px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  margin:22px 0 !important;
  padding:0 !important;
  overflow:visible !important;
  transform:none !important;
  float:none !important;
  z-index:auto !important;
  background:transparent !important;
}

/* Kill old padding-top/padding-bottom aspect-ratio hacks. */
body.lc-article-page .lc-article-content .wp-block-embed__wrapper::before,
body.lc-article-page .lc-article-content .fluid-width-video-wrapper::before,
body.lc-article-page .lc-article-content [class*="video-container"]::before,
body.lc-article-page .lc-article-content [class*="embed-container"]::before{
  content:none !important;
  display:none !important;
  padding:0 !important;
}

/* Mobile: use only the article width. */
@media(max-width:900px){
  body.lc-article-page .lc-article-main iframe,
  body.lc-article-page .lc-article-content iframe,
  body.lc-article-page .lc-article-content .wp-block-embed,
  body.lc-article-page .lc-article-content .wp-block-embed__wrapper,
  body.lc-article-page .lc-article-content [class*="video-container"],
  body.lc-article-page .lc-article-content [class*="embed-container"]{
    width:100% !important;
    max-width:100% !important;
  }
}




/* Spotify: compact, responsive, never forced to 16:9 */
body.lc-article-page .lc-article-content iframe[src*="spotify.com"]{
  position:static !important;
  display:block !important;
  width:100% !important;
  max-width:790px !important;
  height:152px !important;
  min-height:152px !important;
  max-height:352px !important;
  aspect-ratio:auto !important;
  margin:22px 0 !important;
  border:0 !important;
  border-radius:12px !important;
  overflow:hidden !important;
}

/* Spotify album/playlist embeds can be taller if WordPress supplies that height */
body.lc-article-page .lc-article-content iframe[src*="spotify.com"][height="352"],
body.lc-article-page .lc-article-content iframe[src*="spotify.com"][height="380"],
body.lc-article-page .lc-article-content iframe[src*="spotify.com"][height="450"]{
  height:352px !important;
  max-height:352px !important;
}

/* SoundCloud: keep player compact and natural */
body.lc-article-page .lc-article-content iframe[src*="soundcloud.com"]{
  position:static !important;
  display:block !important;
  width:100% !important;
  max-width:790px !important;
  height:166px !important;
  min-height:166px !important;
  max-height:300px !important;
  aspect-ratio:auto !important;
  margin:22px 0 !important;
  border:0 !important;
  border-radius:8px !important;
  overflow:hidden !important;
}

/* If a SoundCloud visual player was intentionally embedded taller, allow a moderate height */
body.lc-article-page .lc-article-content iframe[src*="soundcloud.com"][height="450"],
body.lc-article-page .lc-article-content iframe[src*="soundcloud.com"][height="480"]{
  height:300px !important;
  max-height:300px !important;
}

/* Neutralize broad wrapper rules for audio/music embeds */
body.lc-article-page .lc-article-content .wp-block-embed-spotify .wp-block-embed__wrapper,
body.lc-article-page .lc-article-content .wp-block-embed-soundcloud .wp-block-embed__wrapper{
  position:static !important;
  width:100% !important;
  max-width:790px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  margin:22px 0 !important;
  padding:0 !important;
  overflow:visible !important;
  background:transparent !important;
}

/* Re-assert 16:9 ONLY for video services */
body.lc-article-page .lc-article-content iframe[src*="youtube"],
body.lc-article-page .lc-article-content iframe[src*="youtu.be"],
body.lc-article-page .lc-article-content iframe[src*="vimeo"]{
  width:100% !important;
  max-width:790px !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
}

/* Mobile: all embeds stay inside article width */
@media(max-width:900px){
  body.lc-article-page .lc-article-content iframe[src*="spotify.com"],
  body.lc-article-page .lc-article-content iframe[src*="soundcloud.com"],
  body.lc-article-page .lc-article-content iframe[src*="youtube"],
  body.lc-article-page .lc-article-content iframe[src*="youtu.be"],
  body.lc-article-page .lc-article-content iframe[src*="vimeo"]{
    max-width:100% !important;
  }
}



body.lc-article-page .lc-ad-slot{
  width:100% !important;
  border:1px solid #dedede !important;
  border-radius:8px !important;
  background:#f3f3f3 !important;
  color:#8a8a8a !important;
  -webkit-text-fill-color:#8a8a8a !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:10px !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
body.lc-article-page .lc-ad-after-hero{
  max-width:790px !important;
  min-height:100px !important;
  margin:22px 0 26px !important;
}
body.lc-article-page .lc-ad-sidebar{
  min-height:250px !important;
}
body.lc-article-page .lc-ad-before-related{
  max-width:790px !important;
  min-height:100px !important;
  margin:34px 0 !important;
}
@media(max-width:900px){
  body.lc-article-page .lc-ad-after-hero,
  body.lc-article-page .lc-ad-before-related{
    max-width:100% !important;
  }
  body.lc-article-page .lc-ad-sidebar{
    min-height:120px !important;
  }
}



body.lc-article-page .lc-article-share{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
}
body.lc-article-page .lc-article-share > span{
  margin-right:5px !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.04em !important;
  color:#555 !important;
}
body.lc-article-page .lc-article-share a,
body.lc-article-page .lc-article-share button{
  width:38px !important;
  height:38px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:1px solid #d9d9d9 !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#050505 !important;
  -webkit-text-fill-color:#050505 !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:none !important;
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease !important;
}
body.lc-article-page .lc-article-share a:hover,
body.lc-article-page .lc-article-share button:hover{
  background:#FFD500 !important;
  border-color:#FFD500 !important;
  color:#050505 !important;
  transform:translateY(-2px) !important;
}
body.lc-article-page .lc-article-share svg{
  width:16px !important;
  height:16px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
@media(max-width:640px){
  body.lc-article-page .lc-article-share a,
  body.lc-article-page .lc-article-share button{
    width:36px !important;
    height:36px !important;
  }
}

body.lc-article-page .lc-article-share .lc-share-copy.is-copied{
  background:#050505 !important;
  border-color:#050505 !important;
  color:#FFD500 !important;
}



body.lc-article-page .lc-article-author-link{
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
  text-decoration:none !important;
  font-weight:900 !important;
  border-bottom:2px solid transparent;
  transition:border-color .15s ease,color .15s ease;
}
body.lc-article-page .lc-article-author-link:hover{
  color:#050505 !important;
  border-bottom-color:#FFD500;
}



body.lc-article-page .lc-reactions{
  margin:34px 0 38px;
  padding:22px;
  border:1px solid #dedede;
  border-radius:10px;
  background:#fff;
  color:#050505;
}
body.lc-article-page .lc-reactions__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  padding:5px 8px;
  border-radius:4px;
  background:#FFD500;
  color:#050505;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}
body.lc-article-page .lc-reactions__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}
body.lc-article-page .lc-reactions h3{
  margin:0;
  font-size:24px;
  line-height:1;
  font-weight:900;
  color:#050505;
}
body.lc-article-page .lc-reactions p{
  margin:7px 0 0;
  font-size:13px;
  color:#666;
}
body.lc-article-page .lc-reactions__score{
  text-align:right;
  line-height:1;
}
body.lc-article-page .lc-reactions__score strong{
  display:block;
  font-size:25px;
  font-weight:900;
}
body.lc-article-page .lc-reactions__score span{
  display:block;
  margin-top:5px;
  font-size:9px;
  font-weight:900;
}
body.lc-article-page .lc-reactions__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
body.lc-article-page .lc-react-btn{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid #d7d7d7;
  border-radius:7px;
  background:#fff;
  color:#050505;
  cursor:pointer;
  font:inherit;
  font-size:12px;
  font-weight:900;
  transition:.15s ease;
}
body.lc-article-page .lc-react-btn:hover,
body.lc-article-page .lc-react-btn.is-selected{
  background:#050505;
  border-color:#050505;
  color:#fff;
}
body.lc-article-page .lc-react-btn.is-selected .lc-react-icon{
  color:#FFD500;
}
body.lc-article-page .lc-react-icon{
  font-size:22px;
  line-height:1;
  font-weight:900;
}
body.lc-article-page .lc-react-btn b{
  min-width:25px;
  padding-left:8px;
  border-left:1px solid #ddd;
  font-size:12px;
}
body.lc-article-page .lc-reactions__bar{
  height:5px;
  margin-top:14px;
  background:#e9e9e9;
  overflow:hidden;
}
body.lc-article-page .lc-reactions__bar i{
  display:block;
  height:100%;
  background:#FFD500;
  transition:width .2s ease;
}
body.lc-article-page .lc-reactions__msg{
  min-height:14px;
  margin-top:7px;
  font-size:10px;
  font-weight:700;
  color:#777;
}
body.lc-article-page .lc-reactions.is-loading{opacity:.7;pointer-events:none}
@media(max-width:600px){
  body.lc-article-page .lc-reactions{padding:17px;margin:26px 0 30px}
  body.lc-article-page .lc-reactions h3{font-size:21px}
  body.lc-article-page .lc-reactions__top{align-items:flex-start}
  body.lc-article-page .lc-reactions__score strong{font-size:22px}
  body.lc-article-page .lc-react-btn{min-height:50px;font-size:10px;gap:6px}
  body.lc-article-page .lc-react-icon{font-size:20px}
}



body.lc-article-page .lc-reactions[data-target-type="song"],
body.lc-article-page .lc-reactions[data-target-type="album"]{
  border-top:4px solid #FFD500;
}
body.lc-article-page .lc-reactions[data-target-type="song"] .lc-reactions__eyebrow,
body.lc-article-page .lc-reactions[data-target-type="album"] .lc-reactions__eyebrow{
  background:#050505;
  color:#FFD500;
}


:root{--lc-yellow:#FFD500;--lc-black:#050505;}
@media(max-width:782px){
  .lc-copy-lyrics,.lc-report-error{background:var(--lc-yellow)!important;color:var(--lc-black)!important;border-color:var(--lc-black)!important;}
}


.lc-original-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:11px;font-weight:900;letter-spacing:.02em;color:#777}
.lc-original-breadcrumb a{color:#111!important;text-decoration:none!important}
.lc-original-breadcrumb b{color:#111}
.lc-original-format-article .lc-article-kicker{background:#FFD500}
.lc-original-format-interview .lc-article-kicker{background:#111;color:#FFD500!important}
.lc-original-format-ministerio .lc-article-kicker{background:#FFD500}
.lc-original-format-video .lc-article-kicker{background:#111;color:#fff!important}
.lc-original-format-short .lc-article-kicker{background:#FFD500}

.lc-original-player{position:relative;width:100%;overflow:hidden;border-radius:12px;background:#050505;margin:0 0 22px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.lc-original-player iframe,.lc-original-player video{display:block;width:100%!important;border:0!important}
.lc-original-player--video,.lc-original-player--ministerio{aspect-ratio:16/9}
.lc-original-player--video iframe,.lc-original-player--ministerio iframe{height:100%!important}
.lc-original-player--short{width:min(440px,100%);aspect-ratio:9/16;margin-left:auto;margin-right:auto}
.lc-original-player--short iframe{height:100%!important}
.lc-original-cover-strip{display:flex;align-items:center;gap:13px;border:1px solid #dedede;border-radius:10px;padding:10px 12px;margin:-8px 0 22px;background:#fff}
.lc-original-cover-strip img{width:62px;height:62px;object-fit:cover;border-radius:7px}
.lc-original-cover-strip div{min-width:0;display:grid;gap:4px}
.lc-original-cover-strip b{font-size:10px;color:#b59000}
.lc-original-cover-strip span{font-size:14px;font-weight:900;line-height:1.2}

.lc-original-format-interview .lc-article-hero img{max-height:720px}
.lc-original-format-interview .lc-article-content>p:first-child{font-size:20px;font-weight:700;line-height:1.5}
.lc-original-format-interview .lc-article-content blockquote{max-width:780px;border-left:5px solid #FFD500;margin:28px 0;padding:4px 0 4px 20px;font-size:25px;line-height:1.3;font-weight:900;color:#111}
.lc-original-format-ministerio .lc-article-content h2,.lc-original-format-video .lc-article-content h2,.lc-original-format-short .lc-article-content h2{border-bottom:4px solid #FFD500;padding-bottom:9px}

.lc-original-context-box{overflow:hidden}
.lc-original-context-list{display:grid;background:#fff}
.lc-original-context-list>a{display:grid;grid-template-columns:78px 1fr;gap:11px;align-items:center;padding:11px;text-decoration:none!important;color:#111!important;border-bottom:1px solid #e5e5e5}
.lc-original-context-list>a:last-child{border-bottom:0}
.lc-original-context-list img,.lc-original-context-ph{width:78px;height:62px;object-fit:cover;border-radius:6px;background:#ededed;display:block}
.lc-original-context-list span{min-width:0}
.lc-original-context-list small{display:block;color:#a58200;font-size:9px;font-weight:900;margin-bottom:5px}
.lc-original-context-list strong{display:block;font-size:12px;line-height:1.2}

/* Avoid duplicate ad when the contextual sidebar is present. */
.lc-article-shell>.lc-article-sidebar>.lc-ad-sidebar+.lc-ad-sidebar{display:none}
.lc-article-shell>.lc-article-sidebar>.lc-article-sidebar{display:contents}

@media(max-width:900px){
  .lc-original-context-box{order:1}
  .lc-original-player--short{width:min(390px,100%)}
}
@media(max-width:560px){
  .lc-original-breadcrumb{font-size:10px;margin-bottom:10px}
  .lc-original-player{border-radius:8px;margin-left:0;margin-right:0}
  .lc-original-format-interview .lc-article-content>p:first-child{font-size:18px}
  .lc-original-format-interview .lc-article-content blockquote{font-size:21px;padding-left:15px}
  .lc-original-context-list>a{grid-template-columns:88px 1fr}
  .lc-original-context-list img,.lc-original-context-ph{width:88px;height:66px}
}



/* YouTube in Entrevista / Video / El Ministerio: preserve the full 16:9 player so captions and controls are never clipped. */
.lc-original-format-interview .lc-article-content .wp-block-embed-youtube,
.lc-original-format-video .lc-article-content .wp-block-embed-youtube,
.lc-original-format-ministerio .lc-article-content .wp-block-embed-youtube,
.lc-original-format-interview .lc-article-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.lc-original-format-video .lc-article-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.lc-original-format-ministerio .lc-article-content .wp-block-embed-youtube .wp-block-embed__wrapper{
  position:relative !important;
  width:100% !important;
  max-width:790px !important;
  aspect-ratio:16 / 9 !important;
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  padding:0 !important;
}
.lc-original-format-interview .lc-article-content .wp-block-embed-youtube iframe,
.lc-original-format-video .lc-article-content .wp-block-embed-youtube iframe,
.lc-original-format-ministerio .lc-article-content .wp-block-embed-youtube iframe,
.lc-original-format-interview .lc-article-content iframe[src*="youtube.com"],
.lc-original-format-video .lc-article-content iframe[src*="youtube.com"],
.lc-original-format-ministerio .lc-article-content iframe[src*="youtube.com"]{
  display:block !important;
  width:100% !important;
  max-width:790px !important;
  aspect-ratio:16 / 9 !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:10px !important;
  overflow:visible !important;
}
.lc-original-player--video,
.lc-original-player--ministerio{
  aspect-ratio:16 / 9 !important;
  height:auto !important;
  overflow:visible !important;
}
.lc-original-player--video iframe,
.lc-original-player--ministerio iframe{
  width:100% !important;
  height:100% !important;
  aspect-ratio:16 / 9 !important;
  overflow:visible !important;
}

/* Cortos use TikTok. TikTok's official embed is taller than a strict 9:16 iframe,
   so do not crop it inside the generic short player. */
.lc-original-player--short.lc-original-player--tiktok{
  width:min(605px,100%) !important;
  max-width:605px !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  overflow:visible !important;
  background:transparent !important;
  box-shadow:none !important;
}
.lc-original-player--short.lc-original-player--tiktok iframe{
  display:block !important;
  width:100% !important;
  max-width:605px !important;
  height:760px !important;
  min-height:760px !important;
  aspect-ratio:auto !important;
  overflow:visible !important;
  margin:0 auto !important;
  border-radius:12px !important;
}
.lc-original-player--short.lc-original-player--tiktok .tiktok-embed{
  width:100% !important;
  max-width:605px !important;
  min-width:0 !important;
  margin:0 auto !important;
}

@media(max-width:900px){
  .lc-original-format-interview .lc-article-content .wp-block-embed-youtube,
  .lc-original-format-video .lc-article-content .wp-block-embed-youtube,
  .lc-original-format-ministerio .lc-article-content .wp-block-embed-youtube,
  .lc-original-format-interview .lc-article-content .wp-block-embed-youtube .wp-block-embed__wrapper,
  .lc-original-format-video .lc-article-content .wp-block-embed-youtube .wp-block-embed__wrapper,
  .lc-original-format-ministerio .lc-article-content .wp-block-embed-youtube .wp-block-embed__wrapper,
  .lc-original-format-interview .lc-article-content iframe[src*="youtube.com"],
  .lc-original-format-video .lc-article-content iframe[src*="youtube.com"],
  .lc-original-format-ministerio .lc-article-content iframe[src*="youtube.com"]{
    max-width:100% !important;
  }
  .lc-original-player--short.lc-original-player--tiktok iframe{
    height:720px !important;
    min-height:720px !important;
  }
}
@media(max-width:480px){
  .lc-original-player--short.lc-original-player--tiktok iframe{
    height:680px !important;
    min-height:680px !important;
    border-radius:8px !important;
  }
}
\n\n\n.lc-original-player--short.lc-original-player--tiktok-clean{\n  width:min(520px,100%) !important;\n  max-width:520px !important;\n  aspect-ratio:9 / 16 !important;\n  height:auto !important;\n  overflow:hidden !important;\n  background:#000 !important;\n  border-radius:12px !important;\n  box-shadow:0 0 0 1px rgba(0,0,0,.08) !important;\n  margin-left:auto !important;\n  margin-right:auto !important;\n}\n.lc-original-player--short.lc-original-player--tiktok-clean iframe{\n  display:block !important;\n  width:100% !important;\n  max-width:none !important;\n  height:100% !important;\n  min-height:0 !important;\n  aspect-ratio:9 / 16 !important;\n  margin:0 !important;\n  border:0 !important;\n  border-radius:0 !important;\n}\n@media(max-width:900px){\n  .lc-original-player--short.lc-original-player--tiktok-clean{width:min(480px,100%) !important;max-width:480px !important;}\n}\n@media(max-width:560px){\n  .lc-original-player--short.lc-original-player--tiktok-clean{width:100% !important;max-width:430px !important;border-radius:8px !important;}\n}\n

.lc-original-player--instagram{width:min(540px,100%) !important;max-width:540px !important;margin-left:auto !important;margin-right:auto !important;background:#000 !important;border-radius:12px !important;overflow:hidden !important}
.lc-original-player--instagram iframe{display:block !important;width:100% !important;max-width:none !important;height:760px !important;border:0 !important;margin:0 !important;background:#fff !important}
@media(max-width:600px){.lc-original-player--instagram iframe{height:690px !important}}



.lc-original-player--instagram-clean{width:min(520px,100%) !important;max-width:520px !important;aspect-ratio:9 / 16 !important;height:auto !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important;background:#000 !important;border-radius:12px !important}
.lc-original-player--instagram-clean iframe{display:block !important;width:100% !important;max-width:none !important;height:100% !important;min-height:0 !important;aspect-ratio:9 / 16 !important;margin:0 !important;border:0 !important;background:#000 !important}
@media(max-width:560px){.lc-original-player--instagram-clean{width:100% !important;max-width:430px !important;border-radius:8px !important}}



.lc-original-player--instagram-native{
  width:min(430px,100%) !important;
  max-width:430px !important;
  height:auto !important;
  aspect-ratio:auto !important;
  margin:18px auto !important;
  overflow:visible !important;
  background:transparent !important;
  border-radius:12px !important;
}
.lc-original-player--instagram-native iframe{
  display:block !important;
  width:100% !important;
  max-width:430px !important;
  height:760px !important;
  min-height:760px !important;
  aspect-ratio:auto !important;
  margin:0 auto !important;
  border:0 !important;
  border-radius:12px !important;
  background:#fff !important;
  overflow:hidden !important;
}
@media(max-width:520px){
  .lc-original-player--instagram-native{width:100% !important;max-width:390px !important}
  .lc-original-player--instagram-native iframe{width:100% !important;max-width:390px !important;height:700px !important;min-height:700px !important}
}


.lc-original-player--instagram-native{
  width:min(620px,100%) !important;
  max-width:620px !important;
}
.lc-original-player--instagram-native iframe{
  width:100% !important;
  max-width:620px !important;
  height:1080px !important;
  min-height:1080px !important;
}
@media(max-width:700px){
  .lc-original-player--instagram-native{width:100% !important;max-width:560px !important}
  .lc-original-player--instagram-native iframe{width:100% !important;max-width:560px !important;height:980px !important;min-height:980px !important}
}
@media(max-width:520px){
  .lc-original-player--instagram-native{width:100% !important;max-width:100% !important}
  .lc-original-player--instagram-native iframe{width:100% !important;max-width:100% !important;height:820px !important;min-height:820px !important}
}

.lc-original-player--instagram-native{width:min(520px,100%) !important;max-width:520px !important}
.lc-original-player--instagram-native iframe{width:100% !important;max-width:520px !important;height:1100px !important;min-height:1100px !important}
@media(max-width:600px){.lc-original-player--instagram-native{width:100% !important;max-width:430px !important}.lc-original-player--instagram-native iframe{width:100% !important;max-width:430px !important;height:900px !important;min-height:900px !important}}
/* Short cards: yellow format pill stays black; title/date stay white */
.lc-short-copy b,.lc-originales-shorts .lc-short-copy b{color:#111 !important;-webkit-text-fill-color:#111 !important;text-shadow:none !important}


body.lc-article-page .lc-original-player--instagram-native{
  width:min(520px,100%) !important;
  max-width:520px !important;
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  background:transparent !important;
}
body.lc-article-page .lc-original-player--instagram-native > iframe,
body.lc-article-page .lc-original-player--instagram-native iframe[src*="instagram.com"]{
  display:block !important;
  position:static !important;
  width:100% !important;
  max-width:520px !important;
  height:1100px !important;
  min-height:1100px !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  overflow:visible !important;
  border:0 !important;
}
@media(max-width:600px){
  body.lc-article-page .lc-original-player--instagram-native{width:100% !important;max-width:430px !important;}
  body.lc-article-page .lc-original-player--instagram-native > iframe,
  body.lc-article-page .lc-original-player--instagram-native iframe[src*="instagram.com"]{
    width:100% !important;
    max-width:430px !important;
    height:950px !important;
    min-height:950px !important;
    max-height:none !important;
  }
}


.lc-original-player--instagram-native{min-height:1100px!important;height:auto!important;overflow:visible!important;aspect-ratio:auto!important}
.lc-original-player--instagram-native .lc-instagram-native-iframe{height:1100px!important;min-height:1100px!important;max-height:none!important;aspect-ratio:auto!important}
@media(max-width:600px){.lc-original-player--instagram-native{min-height:950px!important}.lc-original-player--instagram-native .lc-instagram-native-iframe{height:950px!important;min-height:950px!important}}


body.lc-article-page .lc-original-player--instagram-native{min-height:850px!important;height:850px!important;overflow:hidden!important}
body.lc-article-page .lc-original-player--instagram-native > iframe,
body.lc-article-page .lc-original-player--instagram-native iframe[src*="instagram.com"],
body.lc-article-page .lc-original-player--instagram-native .lc-instagram-native-iframe{height:850px!important;min-height:850px!important;max-height:850px!important;overflow:hidden!important}
@media(max-width:600px){
  body.lc-article-page .lc-original-player--instagram-native{min-height:800px!important;height:800px!important}
  body.lc-article-page .lc-original-player--instagram-native > iframe,
  body.lc-article-page .lc-original-player--instagram-native iframe[src*="instagram.com"],
  body.lc-article-page .lc-original-player--instagram-native .lc-instagram-native-iframe{height:800px!important;min-height:800px!important;max-height:800px!important}
}



body.lc-article-page .lc-article-meta-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:18px!important}
body.lc-article-page .lc-article-meta-reactions{display:flex;align-items:center;justify-content:center}
body.lc-article-page .lc-article-meta-reactions .lc-reactions{margin:0!important;padding:0!important;border:2px solid #FFD500!important;border-radius:5px!important;background:#fff!important;min-width:285px!important}
body.lc-article-page .lc-article-meta-reactions .lc-reactions__actions{display:grid!important;grid-template-columns:1fr 1px 1fr!important;gap:0!important;margin:0!important;align-items:center!important}
body.lc-article-page .lc-article-meta-reactions .lc-reactions__divider{display:block;width:1px;height:38px;background:#dedede}
body.lc-article-page .lc-article-meta-reactions .lc-react-btn{min-height:62px!important;padding:8px 14px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#050505!important;gap:10px!important;justify-content:flex-start!important}
body.lc-article-page .lc-article-meta-reactions .lc-react-btn:hover{background:#f7f7f7!important;color:#050505!important}
body.lc-article-page .lc-article-meta-reactions .lc-react-btn.is-selected{background:#fff!important;color:#050505!important}
body.lc-article-page .lc-article-meta-reactions .lc-react-icon{font-size:27px!important;line-height:1!important;filter:grayscale(1);opacity:.45}
body.lc-article-page .lc-article-meta-reactions .lc-react-up .lc-react-icon{filter:none;opacity:1}
body.lc-article-page .lc-article-meta-reactions .lc-react-btn.is-selected .lc-react-icon{filter:none;opacity:1;color:inherit!important}
body.lc-article-page .lc-article-meta-reactions .lc-react-stat{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
body.lc-article-page .lc-article-meta-reactions .lc-react-stat strong{font-size:20px!important;font-weight:950!important;color:#050505!important}
body.lc-article-page .lc-article-meta-reactions .lc-react-stat small{margin-top:5px;font-size:9px!important;font-weight:800!important;color:#666!important;text-transform:uppercase;white-space:nowrap}
body.lc-article-page .lc-article-meta-reactions .lc-react-stat small b{padding:0!important;border:0!important;font-size:inherit!important}
body.lc-article-page .lc-article-meta-reactions .lc-reactions__msg{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media(max-width:900px){body.lc-article-page .lc-article-meta-row{grid-template-columns:1fr auto!important}.lc-article-meta-reactions{grid-column:1/-1;grid-row:2}.lc-article-meta-reactions .lc-reactions{width:100%!important;max-width:390px!important;justify-self:start}}
@media(max-width:600px){body.lc-article-page .lc-article-meta-row{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.lc-article-meta-reactions{width:100%}.lc-article-meta-reactions .lc-reactions{width:100%!important;max-width:none!important}.lc-article-meta-reactions .lc-react-btn{justify-content:center!important}.lc-article-share{width:100%!important}}



@media(min-width:901px){
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary{
    min-width:238px!important;
    background:transparent!important;
    border-color:#FFD500!important;
  }
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-btn{
    min-height:50px!important;
    padding:6px 10px!important;
    background:transparent!important;
    gap:7px!important;
  }
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-btn:hover,
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-btn.is-selected{
    background:rgba(0,0,0,.025)!important;
  }
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-icon{font-size:22px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-stat strong{font-size:17px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-stat small{font-size:8px!important;margin-top:4px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-reactions__divider{height:32px!important}
}
@media(max-width:900px){
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary{background:transparent!important}
}
@media(max-width:600px){
  
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-btn{min-height:62px!important;padding:8px 14px!important;gap:10px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-icon{font-size:27px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-stat strong{font-size:20px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-react-stat small{font-size:9px!important;margin-top:5px!important}
  body.lc-article-page .lc-article-meta-reactions .lc-reactions--summary .lc-reactions__divider{height:38px!important}
}


.lc-ad-slot-live{
  display:block!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  font-size:inherit!important;
  overflow:hidden;
}
.lc-ad-slot-live ins.adsbygoogle{
  width:100%;
}

/* beta189 — artist typography only */
.lc-article-artist-ph a,
.lc-article-artist-row a,
.lc-article-artists a,
.lc-artist-dot a{
  font-weight:800!important;
}
@media(max-width:700px){
.lc-article-artist-ph a,
.lc-article-artist-row a,
.lc-article-artists a,
.lc-artist-dot a{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}
}

.lc-newsletter-message{margin-top:8px;font-size:11px;font-weight:800;line-height:1.35}.lc-newsletter-message.is-success{color:#FFD500}.lc-newsletter-message.is-error{color:#d33}


/* beta279 — clickable editorial author name */
body.lc-article-page .lc-article-author-link{
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
  text-decoration:none !important;
  font:inherit !important;
  letter-spacing:inherit !important;
}
body.lc-article-page .lc-article-author-link:hover{
  text-decoration:underline !important;
  text-decoration-color:#FFD500 !important;
  text-decoration-thickness:2px !important;
  text-underline-offset:3px !important;
}
