.table-list-careers .title-careers-list {
    width: 75%;
}
.table-list-careers table tr th,
.table-list-careers table tr td {
    vertical-align: text-bottom;
    padding: 7px 0;
}
.table-list-careers table tr th {
    padding-top: 36px;
}
.address-careers-list {
    min-width: 160px;
}
.title-careers-list a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'Hind',sans-serif;
}
.title-careers-list a:hover, .title-careers-list a:focus {
    color: var(--other-color);
    text-decoration: underline;
}
.table-list-careers-filter {
    margin-top: 1rem;
}
.table-list-careers-filter > div {
    align-items: flex-start;
    display: inline-flex;
    gap: 10px;
    margin-right: 1rem;
}
.table-list-careers-filter label {
    margin-top: 0.25rem;
}
.table-list-careers-filter select {
    margin-left: 0.5rem;
}

.select2-container {
    min-width: 165px !important;
}

.select2-container .select2-search--inline .select2-search__field,
.select2-selection__choice__display,
.select2-results__option {
    font-size: 14px !important;
}