/* وضعیت‌ها */
.mr-status-pending {
    color: #ffc107;
    font-weight: 600;
}

.mr-status-queued {
    color: #03a9f4;
    font-weight: 600;
}

.mr-status-done {
    color: #4caf50;
    font-weight: 600;
}

.mr-status-rejected {
    color: #f44336;
    font-weight: 600;
}

/* لینک مشاهده فیلم/سریال در جدول */
.mr-request-link {
    text-decoration: underline;
}

.mr-request-link-empty {
    opacity: 0.6;
}

/* اعلان‌های بالای صفحه کاربر */
.mr-request-notification {
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

/* ویجت داشبورد (اختیاری) */
.mim-movie-request-stats h4 {
    margin-top: 0;
}
