/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 11:23:14 */
/* CLEAN MOBILE HEADER FIX */
@media (max-width: 768px) {

    /* Proper flex layout */
    .qodef-mobile-header .qodef-vertical-align-containers {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 15px;
		width:100%!important;
    }

    /* Logo container */
    .qodef-mobile-header .qodef-position-center {
        position: relative !important;
        width: 100% !important;
        left: auto !important;
        transform: none !important;
        text-align: left !important;
        flex: 2;
		
    }

    /* Ensure logo image shows */
    .qodef-mobile-header .qodef-position-center img {
        max-height: 50px;
        width: 100% !important;
        display: block !important;
		text-align:right!important;
    }

    /* Burger container */
    .qodef-mobile-header .qodef-position-left {
        position: relative !important;
        width: auto !important;
        flex: 0;
    }

    /* Burger icon */
    .qodef-mobile-header .qodef-mobile-menu-opener {
        float: none !important;
    }
}