.excel-reports summary { cursor: pointer; }
.excel-reports p { line-height: 1.5; }
.excel-report-actions { display: flex; gap: 20px; margin: 16px 0; }
.excel-report-list { border: 1px solid #829aa0; border-radius: 10px; margin: 12px 0; padding: 12px; }
.excel-report-list legend { font-weight: 700; padding: 0 6px; }
.excel-report-list label { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 6px 0; }
.excel-report-list input { width: 20px; height: 20px; flex-shrink: 0; accent-color: #169cc5; }
#excelReportsStatus { overflow-wrap: anywhere; }
