.elementor-61556 .elementor-element.elementor-element-412432c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-98cd348 *//* --- تنظیمات نوار (تمیز و مینیمال) --- */
#rex-import-bar {
    /* ایزولاسیون */
    all: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    /* --- 1. تمام عرض کردن --- */
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    
    /* --- 2. ارتفاع دسکتاپ --- */
    height: 60px !important;
    
    /* استایل ظاهری */
    background: linear-gradient(90deg, #020617 0%, #0f172a 50%, #020617 100%);
    border-bottom: 3px solid #e31e24; /* خط قرمز برند */
    
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    box-sizing: border-box !important;
    overflow: hidden;
    z-index: 100;
}

#rex-import-bar * { 
    box-sizing: border-box !important; 
    font-family: 'Vazirmatn', sans-serif !important; 
}

/* کانتینر محتوا */
#rex-import-bar .bar-content {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 100%; 
    height: 100%;
    padding: 0 10px;
}

/* متن */
#rex-import-bar .bar-text {
    color: #94a3b8; 
    font-size: 14px !important; 
    margin: 0 !important;
    font-weight: 500; 
    white-space: nowrap; /* جلوگیری از شکستن متن */
    text-align: center;
}

/* متن هایلایت (سفید در همه حالت‌ها) */
#rex-import-bar .highlight {
    color: #ffffff; 
    font-weight: 700; 
    margin-right: 5px;
    text-shadow: 0 0 10px rgba(255,255,255,0.2);
}

/* --- ریسپانسیو (موبایل) --- */
@media (max-width: 768px) {
    /* --- 3. ارتفاع موبایل --- */
    #rex-import-bar { 
        height: 40px !important; 
        border-bottom-width: 2px; 
    }
    
    /* سایز فونت موبایل */
    #rex-import-bar .bar-text { font-size: 11px !important; }
    
    /* حذف سایه متن در موبایل برای خوانایی بهتر */
    #rex-import-bar .highlight { text-shadow: none; }
}/* End custom CSS */