/*
 * Vista de reporte (reportes-web/view.php) — estilos antes inline / registerCss.
 * Se registra después de reportesView.css.
 */

/* En esta página el header va en negro (antes: $this->registerCss inline) */
#header {
    background-color: black !important;
}

/* Contenedor de los íconos sociales (antes inline, repetido x2) */
.social-icons-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 80px;
}

/* Separación vertical de cada ícono (antes margin-bottom:20px inline x10) */
#horizontal-list li {
    margin-bottom: 20px;
}
