
/* Melinda Menü Fit Safe — hiçbir LI başka yere taşınmaz */
@media (min-width: 900px) {
    .mmfs-target {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        white-space: nowrap !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .mmfs-target > li {
        display: block !important;
        float: none !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mmfs-target > li > a {
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }
}
