/* Políticas y manuales – node 210 */

.node--pm .pm-intro {
  margin-bottom: 2rem;
  color: #4b4b4b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.node--pm .pm-intro p {
  margin-bottom: 1rem;
}

.node--pm .pm-intro strong {
  font-weight: 700;
}

/* Accordion body: blue bullets on li */
.node--pm .organigrama-accordion__body ul {
  list-style: none;
  padding-left: 1.2rem;
}

.node--pm .organigrama-accordion__body li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: .5rem;
  line-height: 1.6;
}

.node--pm .organigrama-accordion__body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: #0943b5;
  border-radius: 50%;
}

.node--pm .organigrama-accordion__body a {
  color: #0943b5;
  text-decoration: none;
}

.node--pm .organigrama-accordion__body a:hover {
  text-decoration: underline;
}

.node--pm .organigrama-accordion__body p {
  margin-top: 1rem;
  line-height: 1.6;
  color: #4b4b4b;
}
