/* ===== موبایل – نسخه نهایی قطعی ===== */
@media (max-width: 767px) {

    /* کل هدر موبایل ستونی + راست‌چین */
    .top_bar_right {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;   /* 🔥 مهم: راست‌چین واقعی */
    }

    /* فقط لوگوی موبایل */
    .logo-desktop {
        display: none !important;
    }

    .logo-mobile-wrapper {
        width: 100% !important;
        text-align: right !important;
        margin-bottom: 8px;
    }

    .logo-mobile-wrapper a {
        display: block;
        text-align: right;
    }

    .logo-mobile-wrapper img {
        display: block !important;
        max-width: 220px !important;   /* اندازه خوانا */
        width: auto !important;
        height: auto !important;
        margin-left: auto !important;  /* 🔥 راست‌چین قطعی */
        margin-right: 0 !important;
    }

    /* منو زیر لوگو */
    .menu_wrapper {
        width: 100% !important;
    }
		.logo-mobile-wrapper img {
		float: right !important;
	}
}