/* Add here all your CSS customizations */

/* ── Fix layout for 2-row admin header (54px + 42px = 96px vs Porto's assumed 60px) ──
   Without this, the top 36px of the sidebar (including its hamburger toggle) is
   hidden behind the header's second row.                                         */
.inner-wrapper {
    padding-top: 96px !important;
}

@media only screen and (min-width: 768px) {
    html.fixed .sidebar-left {
        top: 96px !important;
    }
}
