/* OVERRIDE FINAL - Search Row Fix */
.lm-list .lm-search-row,
div.lm-search-row,
.lm-search-row {
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: auto !important;
    min-height: 68px !important;
    height: auto !important;
    overflow: visible !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
}

/* Ocultar hamburgerMenu duplicado */
@media screen and (max-width: 768px) {
    .hamburger-menu,
    #hamburgerMenu {
        display: none !important;
    }
}
.usage-widget-header { display: none !important; }
#lohmia-usage-widget, .lohmia-usage-widget, .usage-widget { display: none !important; }
