/* Cartelera EasyTour - Estilos portables */
:root { --verde:#1a7a4a; --negro:#111; --blanco:#fff; --gris-claro:#f7f7f5; --gris-medio:#666; --radius:12px; }
.conciertos-section { max-width:900px; margin:2.5rem auto 0; padding:0 2rem; font-family:'Nunito',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
.conciertos-section h2 { font-size:1.5rem; color:var(--negro); margin-bottom:.5rem; }
.editorial-intro { font-size:.98rem; line-height:1.7; margin-bottom:.5rem; color:var(--gris-medio); }
.conciertos-lista { display:flex; flex-direction:column; gap:.6rem; }
.concierto-item { display:flex; align-items:center; justify-content:space-between; background:var(--gris-claro); border-radius:var(--radius); padding:.9rem 1.2rem; border:1px solid #e0e0e0; gap:1rem; }
.concierto-fecha { font-family:'Bebas Neue',sans-serif; font-size:1.3rem; color:var(--verde); min-width:90px; }
.concierto-artista { font-weight:800; font-size:1rem; color:var(--negro); flex:1; }
.concierto-artista a { color:var(--verde); text-decoration:none; }
.concierto-artista a:hover { text-decoration:underline; }
.concierto-tag { font-size:.72rem; font-weight:700; background:var(--verde); color:var(--blanco); padding:3px 10px; border-radius:20px; white-space:nowrap; }
.concierto-tag.agotado { background:#999; }
.conciertos-nota { font-size:.8rem; color:var(--gris-medio); margin-top:.6rem; }
@media(max-width:680px){
  .concierto-item{flex-wrap:wrap !important;gap:.5rem !important;}
  .concierto-fecha{font-size:1rem !important;min-width:auto !important;}
  .concierto-artista{font-size:1.5rem !important;line-height:1.3 !important;}
  .conciertos-section{background:#0d1f15 !important;padding:1.5rem 1rem !important;border-radius:12px !important;margin:1.5rem 1rem 0 !important;}
  .conciertos-section h2{color:#fff !important;text-align:center !important;}
  .conciertos-section .editorial-intro,.conciertos-section > p:not(.conciertos-nota){display:none !important;}
  .conciertos-nota{color:#ddd !important;text-align:center !important;}
  /* H3 SEO content (TOC) con fondo blanco aunque esté dentro de la sección oscura */
  .conciertos-section > div[style*="margin-top:2rem"]{background:#fff !important;color:#222 !important;padding:1rem !important;border-radius:8px !important;margin-top:1.5rem !important;}
  .conciertos-section > div[style*="margin-top:2rem"] h3{color:#1a3d2b !important;}
  .conciertos-section > div[style*="margin-top:2rem"] p{color:#444 !important;}
  .conciertos-section > div[style*="margin-top:2rem"] a{color:#1a7a4a !important;}
}
