/* ==========================================================================
   Resoluciones, circulares y otros — View page
   Intro + accordion per node with file downloads and body content.
   Colors: #0943b5 (blue), #4b4b4b (text), #e5eefb (border)
   ========================================================================== */

/* Intro paragraph */
.node--rc .resoluciones-intro {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

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

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

/* Attached file block */
.node--rc .rc-archivo {
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.node--rc .rc-archivo a {
  color: #0943b5;
  font-weight: 600;
}

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

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

/* Blue bullet */
.node--rc .organigrama-accordion__body li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0943b5;
  position: absolute;
  left: 0;
  top: 0.5em;
}

/* Sub-headings inside accordion body */
.node--rc .organigrama-accordion__body h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0943b5;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #e5eefb;
}

.node--rc .organigrama-accordion__body h2:first-child {
  margin-top: 0;
}

.node--rc .organigrama-accordion__body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #4b4b4b;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
}

.node--rc .organigrama-accordion__body p {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

/* Empty state */
.resoluciones-empty {
  padding: 2rem;
  text-align: center;
  color: #6c757d;
  font-style: italic;
}
