/* Bspro - أنماط مخصّصة */
body { font-family: system-ui, "Segoe UI", Tahoma, sans-serif; }

.card-module {
    transition: transform .15s ease, box-shadow .15s ease;
    cursor: pointer;
}
.card-module:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.12) !important;
}

/* تحسينات RTL */
html[dir="rtl"] .ms-auto { margin-right: auto !important; margin-left: 0 !important; }
