/* ============================================================
   ARABIC RTL CSS
   ============================================================ */

[dir="rtl"] {
    font-family: 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}

[dir="rtl"] .silo-container {
    flex-direction: row-reverse;
}

[dir="rtl"] .gold-carats {
    direction: rtl;
}

@media (max-width: 768px) {
    [dir="rtl"] .silo-container {
        flex-direction: column-reverse;
    }
}