.vacancies-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-contrast-lower);
  border-radius: 0.5rem;
  background: var(--color-bg);
}

.vacancies-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1280px;
}

.vacancies-table th,
.vacancies-table td {
  border: 1px solid var(--color-contrast-lower);
  padding: 6px 8px;
  font-size: 13px;
  vertical-align: middle;
}

.vacancies-table thead th {
  font-weight: 600;
  text-align: center;
}

.vacancies-table .vacancies-name {
  min-width: 320px;
  text-align: left;
}

.vacancies-table .vacancies-group {
  background: var(--color-bg-contrast-lower);
  font-weight: 600;
  text-align: left;
}

.vacancies-table .vacancies-level {
  min-width: 120px;
  text-align: center;
}

.vacancies-table .vacancies-value {
  width: 58px;
  text-align: center;
}
