/* Encabezados y badges */
.tipo-badge {
  letter-spacing: .2px;
}
.area-section + .area-section {
  border-top: 1px dashed rgba(255,255,255,.15);
  padding-top: 1rem;
}

/* Ítems de documento: look de "fila" */
.doc-item {
  background: rgba(255,255,255,0.03);
  transition: background .2s, transform .15s;
}
.doc-item:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-1px);
}

/* Botón "Ver PDF" con tu gradiente */
.gradient-custom {
  background: linear-gradient(135deg, #93278f, #9a529a, #00a1de);
  color: #fff !important;
}
.gradient-custom:hover {
  filter: brightness(1.05);
}

/* Sidebar list-group */
.list-group-item.active {
  font-weight: 600;
}

/* Mobile: separa mejor las filas */
@media (max-width: 576px) {
  .doc-item {
    padding: .9rem;
  }
}
