/**
 * Archive "documento_oficial" view styles.
 * Grouped, per-taxonomy document lists. Leans on the theme's Bootstrap
 * typography; only spacing and list readability are set here.
 */

.dofi-doc-group {
  margin-bottom: 2.5rem;
}

.dofi-doc-group__title {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.dofi-doc-list {
  margin: 0;
  padding-left: 1.25rem;
}

.dofi-doc-list li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.dofi-doc-list li:last-child {
  margin-bottom: 0;
}
