/* ==========================================================================
   Gestión Documental — node 117
   Sections with blue headings, description paragraphs, and document links.
   Colors: #0943b5 (blue), #4b4b4b (text)
   ========================================================================== */

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

/* Section blocks */
.node--gd .gd-section {
  margin-bottom: 2.5rem;
}

.node--gd .gd-section h2 {
  color: #0943b5;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.node--gd .gd-section p {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Links */
.node--gd .gd-section a {
  color: #0943b5;
  text-decoration: underline;
}

.node--gd .gd-section a:hover {
  color: #06317a;
}

/* Lists */
.node--gd .gd-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.node--gd .gd-section li {
  margin-bottom: 0.6rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.7;
}

.node--gd .gd-section li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0943b5;
  position: absolute;
  left: 0;
  top: 0.55em;
}

/* Responsive */
@media (max-width: 768px) {
  .node--gd .gd-section h2 {
    font-size: 1.25rem;
  }
}
