﻿/* =========================================================
   ۱۵) ردیف باز شده (Parent Row Open State)
   هدف: وقتی زیرجدول باز است، ردیف والد ظاهری متفاوت داشته باشد
   وابستگی: در JS روی ردیف کلاس open-parent اضافه/حذف می‌شود
   ========================================================= */
.tabulator-row.open-parent {
    background: var(--tbl-row-open-parent) !important;
    border-bottom: 2px solid rgba(59,130,246,0.6) !important;
}
