/* ==========================================================================
   Nuestros contenidos para Población Vulnerable — node 595
   Sections: Centro de Relevo (videos), Estrategia, Accordions.
   Colors: #0943b5 (blue), #4b4b4b (text), #e5eefb (border), #e6ebf7 (body bg)
   ========================================================================== */

/* Intro section (Centro de Relevo + videos) */
.node--pv .pv-intro {
  margin-bottom: 2rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.7;
}

.node--pv .pv-intro h3 {
  color: #0943b5;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

/* Videos: same size, centered */
.node--pv .pv-intro .rtecenter,
.node--pv .pv-intro p:has(iframe) {
  text-align: center;
  margin-bottom: 1.5rem;
}

.node--pv .pv-intro iframe {
  max-width: 100%;
  width: 560px;
  height: 315px;
}

/* Estrategia section */
.node--pv .pv-section-title {
  color: #0943b5;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.node--pv .pv-estrategia-text {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Images inside accordion body */
.node--pv .organigrama-accordion__body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

/* Links inside accordion body */
.node--pv .organigrama-accordion__body a {
  color: #3366cc;
  text-decoration: underline;
}

.node--pv .organigrama-accordion__body a:hover {
  color: #0943b5;
}

/* Lists inside accordion body */
.node--pv .organigrama-accordion__body ul,
.node--pv .organigrama-accordion__body ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.node--pv .organigrama-accordion__body li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.7;
}

/* Colored bullet: blue by default */
.node--pv .organigrama-accordion__body li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0943b5;
  position: absolute;
  left: 0;
  top: 0.45em;
}

/* Red bullet for .pv-bullet--red */
.node--pv .organigrama-accordion__body li.pv-bullet--red::before {
  background-color: #c7013d;
}

/* Responsive */
@media (max-width: 768px) {
  .node--pv .pv-intro h3,
  .node--pv .pv-section-title {
    font-size: 1.3rem;
  }

  .node--pv .pv-intro iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
