/* أداة نتائج الحركة الانتقالية — تنسيق خاص */

/* ═══════════════════════════════════════════════════
   إصلاح ظهور القوائم المنسدلة — تجاوز CSS المنصة
   ═══════════════════════════════════════════════════ */
#transfer-results-tool select {
    color: #1e293b !important;
    background-color: #ffffff !important;
}

#transfer-results-tool select option {
    color: #1e293b !important;
    background-color: #ffffff !important;
    padding: 8px 12px;
}

#transfer-results-tool select option:hover,
#transfer-results-tool select option:focus,
#transfer-results-tool select option:checked {
    background-color: #eff6ff !important;
    color: #1d4ed8 !important;
}

#transfer-results-tool select option[value=""] {
    color: #94a3b8 !important;
}

