
.lc-module-widget{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#111;margin:0 0 24px}
.lc-module-heading{border-bottom:3px solid #111;margin-bottom:12px}
.lc-module-heading h3{display:inline-block;margin:0;background:#111;color:#fff!important;font-size:16px;line-height:1;padding:11px 14px;font-weight:900;letter-spacing:-.02em}
.lc-module-period{display:inline-block;background:#FFD500;color:#111;font-size:10px;font-weight:900;text-transform:uppercase;padding:5px 8px;border-radius:4px;margin:0 0 10px}
.lc-module-list,.lc-module-ranked{display:grid}
.lc-module-row,.lc-module-rank-row{display:grid;grid-template-columns:74px 1fr;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid #ececec;color:inherit!important;text-decoration:none!important}
.lc-module-row img,.lc-module-rank-row img,.lc-module-img-placeholder{width:74px;height:60px;object-fit:cover;border-radius:7px;background:#eee;display:block}
.lc-module-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.lc-module-copy small{font-size:9px;color:#9b7e00;font-weight:900;letter-spacing:.04em}
.lc-module-copy strong{font-size:13px;line-height:1.18;color:#111;font-weight:900}
.lc-module-copy em{font-size:10px;color:#777;font-style:normal}
.lc-module-more{display:block;margin-top:12px;color:#111!important;font-size:10px;font-weight:900;text-decoration:none!important;text-align:right}
.lc-module-rank-row{grid-template-columns:29px 64px 1fr auto}
.lc-module-rank-row img,.lc-module-rank-row .lc-module-img-placeholder{width:64px;height:58px}
.lc-module-number{font-size:18px;font-weight:950;letter-spacing:-.06em}
.lc-module-score{font-size:10px;font-weight:900;color:#947800}
.lc-module-score-right{background:#FFD500;color:#111;padding:6px 7px;border-radius:5px;white-space:nowrap}
.lc-module-empty{font-size:12px;color:#777;margin:10px 0}
.lc-module-album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.lc-module-album-card{display:flex;flex-direction:column;color:#111!important;text-decoration:none!important;min-width:0}
.lc-module-album-card img,.lc-module-album-placeholder{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eee;border-radius:8px;display:block;margin-bottom:7px}
.lc-module-album-card>strong{font-size:12px;line-height:1.15;font-weight:900}
.lc-module-album-card>small{font-size:10px;color:#666;margin-top:2px}
.lc-module-album-card>span{margin-top:5px;font-size:10px;display:flex;gap:5px;align-items:center}
.lc-module-album-card>span b{background:#FFD500;padding:4px 5px;border-radius:4px;color:#111}
.lc-module-album-card>span em{font-style:normal;color:#777}
@media(max-width:600px){
 .lc-module-heading h3{font-size:15px}
 .lc-module-row{grid-template-columns:82px 1fr}
 .lc-module-row img,.lc-module-row .lc-module-img-placeholder{width:82px;height:66px}
 .lc-module-copy strong{font-size:13px}
 .lc-module-album-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .lc-module-rank-row{grid-template-columns:28px 62px 1fr auto;gap:8px}
}

.lc-module-round{border-radius:50%!important}
.lc-module-subhead{font-size:10px;font-weight:900;background:#f2f2f2;padding:6px 8px;margin-top:8px}
.lc-module-ad{min-height:210px;border-radius:10px;background:#111 center/cover no-repeat;color:#fff!important;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px;position:relative;overflow:hidden}
.lc-module-ad:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.48)}
.lc-module-ad small,.lc-module-ad strong{position:relative;z-index:1}
.lc-module-ad small{font-size:9px;letter-spacing:.12em;font-weight:800;color:#FFD500}
.lc-module-ad strong{font-size:22px;line-height:1.05;margin-top:7px}

.lc-template-widget{margin:0 0 20px!important;padding:0!important;background:transparent!important;border:0!important}
.lc-template-widget>.widget-title{display:none!important}
.lc-template-widget .lc-module{margin-bottom:0}

.lc-archive-widget-sidebar>.lc-template-widget,
.lc-song-widget-sidebar>.lc-template-widget,
.lc-article-sidebar-widgets>.lc-template-widget{width:100%!important}


.lc-template-widget:has(.lc-widget-trending){background:transparent!important;border:0!important;padding:0!important}
.lc-template-widget:has(.lc-widget-trending)>.widget-title{display:none!important}
.lc-widget-trending{width:100%!important;margin:0!important}
.lc-widget-trending .lc-module-img-placeholder{width:72px;height:72px;border-radius:7px;background:#eee;display:block}
.lc-widget-trending .lc-article-rank-list[hidden]{display:none!important}
.lc-widget-trending .lc-article-rank-list.is-active{display:block!important}




.lc-module-punch{
  --lc-yellow:#FFD500;
  --lc-black:#050505;
  --lc-line:#e8e8e8;
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.045);
}
.lc-module-punch .lc-module-heading{
  margin:0;
  border:0;
  background:var(--lc-black);
  position:relative;
  overflow:hidden;
}
.lc-module-punch .lc-module-heading:after{
  content:"";
  position:absolute;
  right:-28px;
  top:-42px;
  width:112px;
  height:112px;
  border:18px solid rgba(255,213,0,.12);
  border-radius:50%;
}
.lc-module-punch .lc-module-heading h3{
  position:relative;
  z-index:2;
  display:block;
  background:transparent;
  color:#fff!important;
  padding:14px 16px 13px;
  font-size:15px;
  letter-spacing:.01em;
}
.lc-module-punch .lc-module-period{
  margin:12px 14px 2px;
  border-radius:999px;
  padding:6px 9px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.lc-module-punch .lc-module-list,
.lc-module-punch .lc-module-ranked{
  padding:4px 14px 10px;
}
.lc-module-punch .lc-module-more{
  margin:0;
  padding:13px 15px 14px;
  border-top:1px solid var(--lc-line);
  background:#fafafa;
  font-size:10px;
  letter-spacing:.02em;
}
.lc-module-punch .lc-module-more:hover{
  background:var(--lc-yellow);
}

/* ÚLTIMAS NOTICIAS + ÚLTIMAS PUBLICACIONES */
.lc-module-news .lc-module-row,
.lc-module-latest .lc-module-row{
  grid-template-columns:84px minmax(0,1fr);
  min-height:82px;
  padding:11px 0;
  transition:transform .18s ease,background .18s ease;
}
.lc-module-news .lc-module-row:hover,
.lc-module-latest .lc-module-row:hover{
  transform:translateX(3px);
}
.lc-module-news .lc-module-row img,
.lc-module-latest .lc-module-row img,
.lc-module-news .lc-module-img-placeholder,
.lc-module-latest .lc-module-img-placeholder{
  width:84px;
  height:68px;
  border-radius:8px;
}
.lc-module-news .lc-module-row:first-child,
.lc-module-latest .lc-module-row:first-child{
  grid-template-columns:1fr;
  gap:0;
  padding-top:10px;
  position:relative;
}
.lc-module-news .lc-module-row:first-child img,
.lc-module-latest .lc-module-row:first-child img,
.lc-module-news .lc-module-row:first-child .lc-module-img-placeholder,
.lc-module-latest .lc-module-row:first-child .lc-module-img-placeholder{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  border-radius:9px;
  margin-bottom:9px;
}
.lc-module-news .lc-module-row:first-child .lc-module-copy strong,
.lc-module-latest .lc-module-row:first-child .lc-module-copy strong{
  font-size:16px;
  line-height:1.12;
}
.lc-module-news .lc-module-row:first-child .lc-module-copy small,
.lc-module-latest .lc-module-row:first-child .lc-module-copy small{
  align-self:flex-start;
  color:#111;
  background:var(--lc-yellow);
  padding:5px 7px;
  border-radius:4px;
  margin-bottom:3px;
}

/* LO MÁS VOTADO */
.lc-module-voted .lc-module-rank-row{
  grid-template-columns:38px 68px minmax(0,1fr);
  padding:11px 0;
  position:relative;
}
.lc-module-voted .lc-module-number{
  width:34px;height:34px;
  display:grid;place-items:center;
  background:#111;
  color:var(--lc-yellow);
  border-radius:50%;
  font-size:14px;
  letter-spacing:-.03em;
}
.lc-module-voted .lc-module-rank-row:first-child{
  background:#fff9d5;
  margin:5px -8px 0;
  padding:11px 8px;
  border-radius:9px;
  border-bottom:0;
}
.lc-module-voted .lc-module-rank-row:first-child .lc-module-number{
  background:var(--lc-yellow);
  color:#111;
  box-shadow:0 0 0 4px rgba(255,213,0,.2);
}
.lc-module-voted .lc-module-score{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#111;
  font-size:10px;
}
.lc-module-voted .lc-module-score:before{
  content:"👍";
  font-size:11px;
}
.lc-module-voted .lc-module-copy em{
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.03em;
}

/* RANKINGS */
.lc-module-rankings .lc-module-rank-row{
  grid-template-columns:34px 66px minmax(0,1fr) auto;
  padding:10px 0;
}
.lc-module-rankings .lc-module-number{
  font-size:20px;
  color:#111;
}
.lc-module-rankings .lc-module-rank-row:nth-child(-n+3) .lc-module-number{
  color:#b08f00;
}
.lc-module-rankings .lc-module-score-right{
  min-width:48px;
  text-align:center;
  padding:7px 6px;
  font-size:10px;
  border-radius:6px;
}
.lc-module-rankings .lc-module-rank-row:first-child{
  background:#0a0a0a;
  color:#fff!important;
  margin:5px -8px 0;
  padding:10px 8px;
  border-radius:9px;
  border:0;
}
.lc-module-rankings .lc-module-rank-row:first-child .lc-module-copy strong,
.lc-module-rankings .lc-module-rank-row:first-child .lc-module-copy em,
.lc-module-rankings .lc-module-rank-row:first-child .lc-module-number{
  color:#fff!important;
}

/* CANCIONES DEL MOMENTO */
.lc-module-songs .lc-module-rank-row{
  grid-template-columns:32px 70px minmax(0,1fr) auto;
  min-height:78px;
}
.lc-module-songs .lc-module-rank-row img,
.lc-module-songs .lc-module-img-placeholder{
  width:70px;height:70px;
}
.lc-module-songs .lc-module-number{
  font-size:18px;
}
.lc-module-songs .lc-module-score-right{
  border-radius:999px;
  padding:7px 8px;
  min-width:45px;
  text-align:center;
  font-size:10px;
}
.lc-module-songs .lc-module-rank-row:first-child{
  position:relative;
  background:linear-gradient(90deg,#fff9d0 0,#fff 72%);
  margin:4px -8px 0;
  padding:11px 8px;
  border-radius:9px;
}
.lc-module-songs .lc-module-rank-row:first-child:after{
  content:"DEL MOMENTO";
  position:absolute;
  top:6px;
  right:8px;
  font-size:7px;
  line-height:1;
  font-weight:950;
  background:#111;
  color:var(--lc-yellow);
  padding:4px 6px;
  border-radius:999px;
  letter-spacing:.05em;
}

/* ÁLBUMES DESTACADOS */
.lc-module-albums .lc-module-album-grid{
  padding:8px 14px 14px;
  gap:13px;
}
.lc-module-albums .lc-module-album-card{
  position:relative;
  padding-bottom:8px;
}
.lc-module-albums .lc-module-album-card img,
.lc-module-albums .lc-module-album-placeholder{
  border-radius:10px;
  box-shadow:0 7px 15px rgba(0,0,0,.09);
  transition:transform .2s ease;
}
.lc-module-albums .lc-module-album-card:hover img{
  transform:translateY(-3px);
}
.lc-module-albums .lc-module-album-card>strong{
  font-size:12px;
  margin-top:2px;
}
.lc-module-albums .lc-module-album-card>span{
  justify-content:space-between;
  align-items:center;
}
.lc-module-albums .lc-module-album-card>span b{
  font-size:10px;
  min-width:42px;
  text-align:center;
}
.lc-module-albums .lc-module-album-card:first-child{
  grid-column:span 2;
}
.lc-module-albums .lc-module-album-card:first-child>strong{
  font-size:15px;
}
.lc-module-albums .lc-module-album-card:first-child:before{
  content:"DESTACADO";
  position:absolute;
  z-index:2;
  top:8px;
  left:8px;
  background:var(--lc-yellow);
  color:#111;
  padding:5px 7px;
  border-radius:4px;
  font-size:8px;
  font-weight:950;
}

/* EL MINISTERIO */
.lc-module-ministerio{
  background:#070707;
  color:#fff;
  border-color:#070707;
}
.lc-module-ministerio .lc-module-heading{
  background:#070707;
  border-bottom:1px solid #262626;
}
.lc-module-ministerio .lc-module-heading h3{
  color:#fff!important;
}
.lc-module-ministerio .lc-module-heading h3:after{
  content:"PODCAST";
  display:inline-block;
  margin-left:8px;
  font-size:7px;
  color:#111;
  background:var(--lc-yellow);
  padding:4px 6px;
  border-radius:999px;
  vertical-align:2px;
}
.lc-module-ministerio .lc-module-album-grid{
  padding:12px 14px 14px;
  grid-template-columns:1fr 1fr;
}
.lc-module-ministerio .lc-module-album-card{
  color:#fff!important;
}
.lc-module-ministerio .lc-module-album-card img{
  border-radius:8px;
  box-shadow:none;
}
.lc-module-ministerio .lc-module-album-card strong{
  color:#fff!important;
  font-size:12px;
  margin-top:4px;
}
.lc-module-ministerio .lc-module-album-card small{
  align-self:flex-start;
  background:var(--lc-yellow);
  color:#111;
  font-weight:950;
  padding:4px 6px;
  border-radius:4px;
  margin-top:0;
}
.lc-module-ministerio .lc-module-album-card span em{
  color:#aaa;
}
.lc-module-ministerio .lc-module-more{
  background:#111;
  color:#fff!important;
  border-color:#242424;
}
.lc-module-ministerio .lc-module-more:hover{
  background:var(--lc-yellow);
  color:#111!important;
}

/* responsive */
@media(max-width:600px){
  .lc-module-punch{border-radius:10px}
  .lc-module-punch .lc-module-heading h3{font-size:14px;padding:13px 14px}
  .lc-module-news .lc-module-row:first-child .lc-module-copy strong,
  .lc-module-latest .lc-module-row:first-child .lc-module-copy strong{font-size:15px}
  .lc-module-albums .lc-module-album-grid{grid-template-columns:1fr 1fr}
  .lc-module-albums .lc-module-album-card:first-child{grid-column:span 2}
  .lc-module-songs .lc-module-rank-row,
  .lc-module-rankings .lc-module-rank-row{grid-template-columns:28px 60px minmax(0,1fr) auto}
  .lc-module-songs .lc-module-rank-row img,
  .lc-module-songs .lc-module-img-placeholder{width:60px;height:60px}
  .lc-module-voted .lc-module-rank-row{grid-template-columns:34px 62px minmax(0,1fr)}
}


.lc-module-artists.lc-module-punch .lc-module-ranked{padding-top:7px}
.lc-module-artists .lc-module-rank-row{grid-template-columns:34px 58px minmax(0,1fr);padding:10px 0}
.lc-module-artists .lc-module-rank-row img{width:58px;height:58px;border-radius:50%!important;object-fit:cover}
.lc-module-artists .lc-module-number{font-size:17px;color:#a78800}
.lc-module-artist-hero-widget .lc-module-period{position:absolute;z-index:4;right:12px;margin-top:12px}
.lc-module-artist-hero-widget{position:relative}
.lc-artist-month-card{display:block;position:relative;height:300px;color:#fff!important;text-decoration:none!important;overflow:hidden}
.lc-artist-month-image{position:absolute;inset:0;background:#111 center/cover no-repeat;transition:transform .35s ease}
.lc-artist-month-card:hover .lc-artist-month-image{transform:scale(1.035)}
.lc-artist-month-placeholder{display:grid;place-items:center;font-size:90px;font-weight:950;color:#FFD500}
.lc-artist-month-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06) 20%,rgba(0,0,0,.9) 100%)}
.lc-artist-month-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px 18px;display:flex;flex-direction:column;align-items:flex-start}
.lc-artist-month-overlay small{background:#FFD500;color:#111;font-size:8px;font-weight:950;padding:5px 7px;border-radius:4px;letter-spacing:.05em}
.lc-artist-month-overlay strong{font-size:30px;line-height:.95;margin:9px 0 5px;color:#fff!important;font-weight:950;letter-spacing:-.04em}
.lc-artist-month-overlay span{font-size:11px;color:#ddd;font-weight:700}
.lc-artist-month-overlay i{font-size:9px;font-style:normal;color:#FFD500;font-weight:950;margin-top:12px}

/* Lo más visto: mismo lenguaje de los widgets nuevos, nunca fondo negro */
.lc-most-viewed-widget{
  background:#fff!important;
  color:#111!important;
  border:1px solid #e2e2e2;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.045);
}
.lc-most-viewed-head{height:46px;background:#050505;display:flex;align-items:center;justify-content:space-between;padding:0 14px}
.lc-most-viewed-head h2{margin:0!important;color:#fff!important;font-size:15px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase}
.lc-most-viewed-head span{background:#FFD500;color:#111;font-size:8px;font-weight:950;padding:5px 7px;border-radius:999px}
.lc-most-viewed-list{padding:6px 13px 10px}
.lc-most-viewed-row{display:grid;grid-template-columns:28px 62px minmax(0,1fr);gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #eee;color:#111!important;text-decoration:none!important}
.lc-most-viewed-row:last-child{border-bottom:0}
.lc-most-viewed-row>b{font-size:18px;font-weight:950;color:#a78800}
.lc-most-viewed-row>img{width:62px;height:56px;object-fit:cover;border-radius:7px}
.lc-most-viewed-row>span{display:flex;flex-direction:column;min-width:0}
.lc-most-viewed-row small{font-size:8px;color:#9b7e00;font-weight:950}
.lc-most-viewed-row strong{font-size:12px;line-height:1.15;color:#111!important;font-weight:900}
.lc-most-viewed-row em{font-size:9px;color:#777;font-style:normal;margin-top:3px}
.lc-most-viewed-row:first-child{background:#fff9d7;margin:2px -6px 0;padding:9px 6px;border-radius:8px;border-bottom:0}
.lc-most-viewed-row:first-child>b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#FFD500;color:#111;font-size:13px}

/* Artist page override: old black card no longer bleeds into the new most-viewed widget */
.lc-artist-sidebar .lc-most-viewed-widget{background:#fff!important;color:#111!important;padding:0!important}
.lc-artist-sidebar .lc-most-viewed-widget h2{color:#fff!important}


.lc-most-viewed-head{height:52px!important;padding:0 16px!important}
.lc-most-viewed-head h2{font-size:17px!important}
.lc-most-viewed-head span{font-size:9px!important;padding:6px 8px!important}
.lc-most-viewed-list{padding:7px 15px 12px!important}
.lc-most-viewed-row{
  grid-template-columns:34px 72px minmax(0,1fr)!important;
  gap:11px!important;
  padding:11px 0!important;
}
.lc-most-viewed-row>b{font-size:21px!important}
.lc-most-viewed-row>img{width:72px!important;height:64px!important}
.lc-most-viewed-row small{font-size:9px!important}
.lc-most-viewed-row strong{font-size:14px!important;line-height:1.2!important}
.lc-most-viewed-row em{font-size:10px!important;margin-top:4px!important}
.lc-most-viewed-row:first-child>b{
  width:29px!important;height:29px!important;font-size:15px!important;
}


.lc-artist-month-widget{
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.045);
}
.lc-artist-month-widget-title{
  background:#fff;
  color:#111;
  font-size:17px;
  font-weight:950;
  padding:14px 15px 11px;
  text-transform:uppercase;
  letter-spacing:-.02em;
}
.lc-artist-month-feature{
  position:relative;
  display:block;
  height:255px;
  margin:0 10px 10px;
  border-radius:10px;
  overflow:hidden;
  color:#fff!important;
  text-decoration:none!important;
  background:#080808;
}
.lc-artist-month-feature-image{
  position:absolute;inset:0;
  background:center/cover no-repeat;
  transition:transform .35s ease;
}
.lc-artist-month-feature:hover .lc-artist-month-feature-image{transform:scale(1.035)}
.lc-artist-month-feature-placeholder{
  display:grid;place-items:center;
  font-size:92px;font-weight:950;color:#FFD500;
}
.lc-artist-month-feature-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.3) 57%,rgba(0,0,0,.08) 100%);
}
.lc-artist-month-feature-copy{
  position:absolute;z-index:2;
  inset:auto 14px 15px 14px;
  display:flex;flex-direction:column;align-items:flex-start;
  max-width:75%;
}
.lc-artist-month-feature-copy small{
  background:#FFD500;color:#111;
  font-size:9px;font-weight:950;
  padding:5px 7px;border-radius:4px;
}
.lc-artist-month-feature-copy strong{
  color:#fff!important;
  font-size:27px;line-height:.98;
  letter-spacing:-.04em;
  margin:8px 0 4px;
  font-weight:950;
}
.lc-artist-month-feature-copy span{
  font-size:11px;line-height:1.3;color:#eee;
}
.lc-artist-month-feature-copy b{
  display:inline-block;
  margin-top:12px;
  background:#FFD500;color:#111;
  padding:8px 12px;
  border-radius:5px;
  font-size:10px;
  font-weight:950;
}
@media(max-width:600px){
  .lc-most-viewed-head h2{font-size:16px!important}
  .lc-most-viewed-row strong{font-size:13px!important}
  .lc-artist-month-feature{height:240px}
  .lc-artist-month-feature-copy strong{font-size:24px}
}


.lc-most-viewed-head{justify-content:flex-start!important}
.lc-most-viewed-head span{display:none!important}


.lc-subscribe-widget{background:#111;color:#fff;border-radius:10px;padding:20px;border:1px solid #282828}.lc-subscribe-widget-kicker{color:#FFD500;font-size:9px;font-weight:950;letter-spacing:.08em}.lc-subscribe-widget h3{margin:6px 0 7px!important;color:#fff!important;font-size:22px!important}.lc-subscribe-widget p{margin:0 0 14px!important;color:#ddd!important;font-size:13px!important}.lc-subscribe-widget form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.lc-subscribe-widget input{min-width:0;height:42px;background:#fff!important;color:#111!important;border:0!important;border-radius:5px;padding:0 11px}.lc-subscribe-widget button{height:42px;border:0;border-radius:5px;background:#FFD500!important;color:#111!important;font-weight:950;padding:0 13px}.lc-follow-widget{background:#fff;border:1px solid #e2e2e2;border-radius:10px;overflow:hidden}.lc-follow-widget h3{margin:0!important;padding:13px 14px;background:#050505;color:#fff!important;font-size:15px!important}.lc-follow-widget-grid{display:grid;grid-template-columns:1fr 1fr;padding:10px}.lc-follow-widget-grid a{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:10px!important;color:#111!important;text-decoration:none!important;border-bottom:1px solid #eee}.lc-follow-widget-grid a:nth-child(odd){border-right:1px solid #eee}.lc-follow-widget-grid span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff}.lc-follow-widget-grid svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9}.lc-follow-widget-grid b{font-size:11px}
@media(max-width:600px){.lc-subscribe-widget form{grid-template-columns:1fr}.lc-module-widget,.lc-most-viewed-widget,.lc-artist-month-widget,.lc-subscribe-widget,.lc-follow-widget{width:100%!important;max-width:none!important}}




.lc-artist-month-widget-v2{
  background:#050505;
  border:1px solid #111;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.lc-artist-month-widget-v2 .lc-artist-month-banner{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  min-height:64px;
  background:#FFD500;
  color:#111;
  align-items:center;
}

.lc-artist-month-widget-v2 .lc-artist-month-star{
  height:100%;
  display:grid;
  place-items:center;
  background:#050505;
  color:#FFD500;
  font-size:29px;
}

.lc-artist-month-widget-v2 .lc-artist-month-banner strong{
  padding:0 18px;
  font-size:22px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.03em;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature{
  height:430px;
  margin:0;
  border-radius:0;
  position:relative;
  display:block;
  overflow:hidden;
  background:#050505;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature-image{
  position:absolute;
  inset:0;
  background:center 20% / cover no-repeat;
  transition:transform .35s ease;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature:hover .lc-artist-month-feature-image{
  transform:scale(1.025);
}

.lc-artist-month-widget-v2 .lc-artist-month-feature-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 32%,rgba(0,0,0,.92) 84%,#050505 100%);
}

.lc-artist-month-widget-v2 .lc-artist-month-feature-copy{
  position:absolute;
  z-index:2;
  left:20px;
  right:20px;
  bottom:18px;
  max-width:none;
  display:block;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature-copy small{
  display:inline-block;
  margin:0 0 9px;
  background:#FFD500;
  color:#111;
  font-size:10px;
  line-height:1;
  font-weight:950;
  padding:6px 8px;
  border-radius:3px;
  text-transform:uppercase;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature-copy strong{
  display:block;
  margin:0 0 13px;
  color:#fff!important;
  font-size:38px;
  line-height:.94;
  font-weight:950;
  letter-spacing:-.045em;
  text-transform:uppercase;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature-copy b{
  display:block;
  width:100%;
  margin:0;
  padding:12px 13px;
  border:1px solid #FFD500;
  border-radius:6px;
  background:transparent;
  color:#FFD500;
  font-size:10px;
  line-height:1.1;
  text-align:center;
  font-weight:950;
  transition:background .18s ease,color .18s ease;
}

.lc-artist-month-widget-v2 .lc-artist-month-feature:hover b{
  background:#FFD500;
  color:#111;
}

@media(min-width:701px) and (max-width:980px){
  .lc-artist-month-widget-v2 .lc-artist-month-feature{
    height:390px;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-feature-copy strong{
    font-size:34px;
  }
}

@media(max-width:700px){
  .lc-artist-month-widget-v2 .lc-artist-month-banner{
    grid-template-columns:58px minmax(0,1fr);
    min-height:58px;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-star{
    font-size:25px;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-banner strong{
    padding:0 14px;
    font-size:18px;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-feature{
    height:360px;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-feature-image{
    background-position:center 18%;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-feature-copy{
    left:16px;
    right:16px;
    bottom:15px;
  }
  .lc-artist-month-widget-v2 .lc-artist-month-feature-copy strong{
    font-size:31px;
  }
}




.lc-module-latest .lc-module-row,
.lc-module-news .lc-module-row,
.lc-module-voted .lc-module-rank-row,
.lc-module-rankings .lc-module-rank-row,
.lc-module-songs .lc-module-rank-row,
.lc-module-artists .lc-module-rank-row,
.lc-widget-trending .lc-article-rank-row,
.lc-most-viewed-widget .lc-most-viewed-row,
.lc-widget-artist-top .lc-side-song,
.lc-widget-artist-top .lc-side-row,
.lc-ta-trending-item{
  transition:
    transform .18s ease,
    background-color .18s ease,
    box-shadow .18s ease;
}

.lc-module-latest .lc-module-row:hover,
.lc-module-news .lc-module-row:hover,
.lc-module-voted .lc-module-rank-row:hover,
.lc-module-rankings .lc-module-rank-row:hover,
.lc-module-songs .lc-module-rank-row:hover,
.lc-module-artists .lc-module-rank-row:hover,
.lc-widget-trending .lc-article-rank-row:hover,
.lc-most-viewed-widget .lc-most-viewed-row:hover,
.lc-widget-artist-top .lc-side-song:hover,
.lc-widget-artist-top .lc-side-row:hover,
.lc-ta-trending-item:hover{
  transform:translateX(4px);
  background:#fff9d8!important;
}

/* En filas oscuras, mantener contraste y usar acento más discreto. */
.lc-module-ministerio .lc-module-album-card{
  transition:transform .18s ease,opacity .18s ease;
}
.lc-module-ministerio .lc-module-album-card:hover{
  transform:translateY(-3px);
  opacity:.94;
}

/* En móvil no desplazamos lateralmente para evitar saltos visuales al tocar. */
@media(max-width:700px){
  .lc-module-latest .lc-module-row:hover,
  .lc-module-news .lc-module-row:hover,
  .lc-module-voted .lc-module-rank-row:hover,
  .lc-module-rankings .lc-module-rank-row:hover,
  .lc-module-songs .lc-module-rank-row:hover,
  .lc-module-artists .lc-module-rank-row:hover,
  .lc-widget-trending .lc-article-rank-row:hover,
  .lc-most-viewed-widget .lc-most-viewed-row:hover,
  .lc-widget-artist-top .lc-side-song:hover,
  .lc-widget-artist-top .lc-side-row:hover,
  .lc-ta-trending-item:hover{
    transform:none;
  }
}



.lc-module-rankings .lc-module-rank-row:first-child:hover,
.lc-module-rankings .lc-module-rank-row:first-child:hover *,
.lc-widget-trending .lc-article-rank-row:first-child:hover,
.lc-widget-trending .lc-article-rank-row:first-child:hover *{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

.lc-module-rankings .lc-module-rank-row:first-child:hover .lc-module-score-right,
.lc-widget-trending .lc-article-rank-row:first-child:hover .lc-module-score-right{
  background:#FFD500!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

/* Mantener textos secundarios legibles sobre el amarillo suave */
.lc-module-rankings .lc-module-rank-row:first-child:hover .lc-module-copy em,
.lc-widget-trending .lc-article-rank-row:first-child:hover small{
  color:#666!important;
  -webkit-text-fill-color:#666!important;
}


.lc-template-widget:has(.lc-no-top-widget){background:transparent!important;border:0!important;padding:0!important}
.lc-template-widget:has(.lc-no-top-widget)>.widget-title{display:none!important}

/* beta189 — artist typography only */
.lc-artist-month-banner a,
.lc-artist-month-card a,
.lc-artist-month-feature a,
.lc-artist-month-feature-copy a,
.lc-artist-month-feature-image a,
.lc-artist-month-feature-placeholder a,
.lc-artist-month-feature-shade a,
.lc-artist-month-image a,
.lc-artist-month-overlay a,
.lc-artist-month-placeholder a,
.lc-artist-month-star a,
.lc-artist-month-widget a,
.lc-artist-month-widget-title a,
.lc-artist-month-widget-v2 a,
.lc-artist-sidebar a,
.lc-module-artist-hero-widget a,
.lc-module-artists a,
.lc-widget-artist-top a{
  font-weight:800!important;
}
@media(max-width:700px){
.lc-artist-month-banner a,
.lc-artist-month-card a,
.lc-artist-month-feature a,
.lc-artist-month-feature-copy a,
.lc-artist-month-feature-image a,
.lc-artist-month-feature-placeholder a,
.lc-artist-month-feature-shade a,
.lc-artist-month-image a,
.lc-artist-month-overlay a,
.lc-artist-month-placeholder a,
.lc-artist-month-star a,
.lc-artist-month-widget a,
.lc-artist-month-widget-title a,
.lc-artist-month-widget-v2 a,
.lc-artist-sidebar a,
.lc-module-artist-hero-widget a,
.lc-module-artists a,
.lc-widget-artist-top 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}
