
/* 1.9.2-lite Patch 1.0.4: stronger dashboard styling */ .unarv-doc { max-width: 1200px; margin: 20px auto; background: #fff; padding: 16px; border: 1px solid #e5e5e5; border-radius: 6px; }  /* Increase specificity and protect with :where() to beat themes, add minimal !important where needed */ :where(.unarv-doc) .unarv-table { width: 100% !important; border-collapse: collapse !important; table-layout: fixed !important; } :where(.unarv-doc) .unarv-table th, :where(.unarv-doc) .unarv-table td { border: 1px solid #e5e5e5 !important; padding: 8px 10px !important; vertical-align: top !important; word-wrap: break-word !important; } :where(.unarv-doc) .unarv-table th { background: #fafafa !important; font-weight: 600 !important; }  /* Column sizing hints */ :where(.unarv-doc) .unarv-table th:nth-child(1), :where(.unarv-doc) .unarv-table td:nth-child(1){ width: 64px !important; text-align: center !important; } :where(.unarv-doc) .unarv-table th:nth-child(2), :where(.unarv-doc) .unarv-table td:nth-child(2){ width: 180px !important; } :where(.unarv-doc) .unarv-table th:nth-child(3), :where(.unarv-doc) .unarv-table td:nth-child(3){ width: 260px !important; } :where(.unarv-doc) .unarv-table th:nth-child(4), :where(.unarv-doc) .unarv-table td:nth-child(4){ width: 220px !important; } :where(.unarv-doc) .unarv-table th:nth-child(5), :where(.unarv-doc) .unarv-table td:nth-child(5){ width: 180px !important; } :where(.unarv-doc) .unarv-table th:nth-child(6), :where(.unarv-doc) .unarv-table td:nth-child(6){ width: 180px !important; }  /* Responsive stack */ @media (max-width: 900px) {   :where(.unarv-doc) .unarv-table,   :where(.unarv-doc) .unarv-table thead,   :where(.unarv-doc) .unarv-table tbody,   :where(.unarv-doc) .unarv-table th,   :where(.unarv-doc) .unarv-table td,   :where(.unarv-doc) .unarv-table tr { display: block !important; }   :where(.unarv-doc) .unarv-table tr { border: 1px solid #eee !important; margin-bottom: 8px !important; }   :where(.unarv-doc) .unarv-table th { position: sticky !important; top: 0 !important; z-index: 1 !important; } }