#file_upload_error_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border: 1px solid #dc3545;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

#file_upload_error_table th {
    background-color: #dc3545;
    color: white;
    padding: 10px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

#file_upload_error_table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e9ecef;
    font-size: 13px;
    vertical-align: top;
}

#file_upload_error_table td:first-child {
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

#file_upload_error_table td:last-child {
    color: #dc3545;
}

#file_upload_error_table tr:last-child td {
    border-bottom: none;
}

#file_upload_error_table.hide {
    display: none;
}
