/**
 * تنسيقات خاصة برسائل تقييد الطلبات
 */

.order-limit-error {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    direction: rtl;
    text-align: right;
}

.order-limit-error i {
    font-size: 20px;
    margin-left: 10px;
    color: #e0a800;
}

/* تنسيق رسالة الخطأ العادية */
.blocked-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    direction: rtl;
    text-align: right;
    line-height: 1.5;
}

.blocked-message i {
    font-size: 20px;
    margin-left: 10px;
    color: #dc3545;
    margin-top: 2px;
}

/* تنسيق الأرقام في رسالة الخطأ */
.blocked-message strong {
    font-weight: 900;
    color: #dc3545;
}
