/* ==========================================================================
   WGCI Listings — Front-end Table Styles
   ========================================================================== */

#job-listings-table {
    width: 100% !important;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    table-layout: auto;
}

/* Keep the DataTables wrapper from overflowing its container */
.dt-container {
    max-width: 100%;
    overflow-x: auto;
}

#job-listings-table thead th {
    text-align: left;
    padding: 10px 12px;
    font-weight: 600;
    border-bottom: 2px solid #ccc;
}

#job-listings-table tbody td {
    padding: 8px 12px;
    vertical-align: middle;
}

#job-listings-table tbody tr:hover {
    filter: brightness(0.96);
}

#job-listings-table a {
    text-decoration: none;
}

#job-listings-table a:hover {
    text-decoration: underline;
}
