/* Master Data Header Row - RowGroup */
table.dataTable tbody tr.dtrg-group td {
    background: linear-gradient(135deg, #17a2b8 0%, #00bcd4 100%) !important;
    color: white !important;
    padding: 12px 15px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: none !important;
    letter-spacing: 0.3px;
}

table.dataTable tbody tr.dtrg-group td:before {
    content: '\f07c  ';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

/* Sub data rows */
.sub-data-row {
    background-color: white;
}

.sub-data-row:hover {
    background-color: #f8f9fa !important;
}

/* Table styling */
#download-table {
    width: 100% !important;
    background: white;
}

#download-table thead th {
    background-color: #f8f9fa;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    padding: 12px 8px;
}

#download-table tbody td {
    padding: 10px 8px;
    vertical-align: middle;
}

/* Download button */
.btn-download {
    color: #6c757d;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.2s ease;
}

.btn-download:hover {
    color: #495057;
}
