.excel-table-container {
    margin: 2em 0;
}

.excel-table {
    width: 100% !important;
    background: #fff;
}

.excel-table th,
.excel-table td {
    padding: 12px !important;
}

.excel-table thead th {
    background-color: #f5f5f5;
    font-weight: bold;
    border-bottom: 2px solid #ddd !important;
}

.excel-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.excel-table tbody tr:hover {
    background-color: #f5f5f5;
}

/* DataTables specific styling */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1em;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f5f5f5 !important;
    border-color: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e9e9e9 !important;
    border-color: #ddd !important;
}

.error {
    color: #dc3232;
    padding: 10px;
    background: #fff;
    border-left: 4px solid #dc3232;
    margin: 1em 0;
}
