/* تنسيق رمز الريال السعودي */
.saudi-riyal {
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #333;
    margin-right: 2px;
}

/* تنسيق عرض السعر مع رمز الريال */
.price-with-currency {
    display: flex;
    align-items: center;
}

/* تنسيق رمز الريال في الأسعار */
.price-currency {
    font-weight: bold;
    margin-right: 5px;
}
