/* MINIMAL MENU FIX - Hanya perbaikan yang diperlukan tanpa mengubah theme */

/* Hanya kurangi padding berlebihan di widget header */
.header.widget-header {
    padding: 5px 0 !important;
}

.header-wrap {
    padding: 5px 0 !important;
}

.wrap-widget-header {
    padding: 3px 0 !important;
}

.flat-wrap-header {
    padding: 5px 0 !important;
}

/* Adjust body padding untuk sticky header */
body.header_sticky {
    padding-top: 70px !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    body.header_sticky {
        padding-top: 60px !important;
    }
}