/* =========================================================
   IJ Ajustes de Visibilidad 1.1
   ========================================================= */

/* Listas: evita que el marcador se superponga a la primera letra */
.ij-premium-global main .ij-premium-list-fix,
main .ij-premium-list-fix {
  list-style: none !important;
  padding-left: 0 !important;
  margin-block: 1.1rem 2rem;
}
.ij-premium-global main .ij-premium-list-fix > li,
main .ij-premium-list-fix > li {
  position: relative !important;
  list-style: none !important;
  padding: .9rem .5rem .9rem 2.55rem !important;
  line-height: 1.7 !important;
  border-bottom: 1px solid rgba(23,61,45,.10);
}
.ij-premium-global main .ij-premium-list-fix > li::before,
main .ij-premium-list-fix > li::before {
  content: '' !important;
  position: absolute !important;
  left: .85rem !important;
  top: 1.48rem !important;
  width: .5rem !important;
  height: .5rem !important;
  border-radius: 999px !important;
  background: #be8742 !important;
  box-shadow: 0 0 0 4px rgba(190,135,66,.14) !important;
}

/* INICIO: bloque Jerez Música */
.ij-home-music-section-fix {
  background: #174944 !important;
}
.ij-home-music-card-fix {
  background: linear-gradient(155deg, #fbfaf5 0%, #eef3e9 100%) !important;
  border: 1px solid rgba(36,69,55,.14) !important;
  border-radius: 20px !important;
  padding: clamp(1.5rem, 3vw, 2.3rem) !important;
  box-shadow: 0 18px 42px rgba(8,36,30,.14) !important;
  overflow: visible !important;
}
.ij-home-music-card-fix,
.ij-home-music-card-fix p,
.ij-home-music-card-fix h2,
.ij-home-music-card-fix h3,
.ij-home-music-card-fix h4,
.ij-home-music-card-fix strong,
.ij-home-music-card-fix span {
  color: #244537 !important;
  opacity: 1 !important;
}
.ij-home-music-title-fix {
  color: #184a36 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ij-home-music-section-fix .wp-block-button__link,
.ij-home-music-section-fix .wp-element-button {
  background: #df9148 !important;
  color: #fff !important;
  border-color: #df9148 !important;
}

/* Página Jerez Música: título principal visible */
.ij-music-page-title-fix {
  color: #184a36 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  filter: none !important;
}
.ij-music-page-hero-fix {
  background-color: #fbfaf5 !important;
}
.ij-music-page-hero-fix .ij-lead,
.ij-music-page-hero-fix p {
  color: #2b5a46 !important;
}

/* Tarjetas legibles */
.ij-force-readable-card {
  background: linear-gradient(160deg, #fbfaf5 0%, #eef3e9 100%) !important;
  border: 1px solid rgba(36,69,55,.13) !important;
  border-radius: 18px !important;
}
.ij-force-readable-card,
.ij-force-readable-card p,
.ij-force-readable-card li,
.ij-force-readable-card h2,
.ij-force-readable-card h3,
.ij-force-readable-card h4,
.ij-force-readable-card strong,
.ij-force-readable-card span,
.ij-force-readable-card a:not(.wp-block-button__link) {
  color: #244537 !important;
  opacity: 1 !important;
}
.ij-force-readable-card .wp-block-button__link,
.ij-force-readable-card .wp-element-button {
  background: #174734 !important;
  color: #fff !important;
}

/* Portada: tarjetas Institución / Modelo / Jerez Música */
.ij-home-triad-grid-fix .wp-block-column {
  background: linear-gradient(160deg, #fff 0%, #eef3e9 100%) !important;
}
.ij-home-triad-grid-fix .wp-block-column,
.ij-home-triad-grid-fix .wp-block-column p,
.ij-home-triad-grid-fix .wp-block-column h2,
.ij-home-triad-grid-fix .wp-block-column h3,
.ij-home-triad-grid-fix .wp-block-column strong,
.ij-home-triad-grid-fix .wp-block-column a:not(.wp-block-button__link) {
  color: #244537 !important;
  opacity: 1 !important;
}

@media (max-width: 781px) {
  .ij-premium-global main .ij-premium-list-fix > li,
  main .ij-premium-list-fix > li {
    padding: .85rem .35rem .85rem 2.25rem !important;
  }
  .ij-premium-global main .ij-premium-list-fix > li::before,
  main .ij-premium-list-fix > li::before {
    left: .72rem !important;
    top: 1.38rem !important;
  }
  .ij-home-music-card-fix {
    padding: 1.35rem !important;
  }
}
