
@media (min-width: 1442px) {
  .employeelist__list {
    --min-width: 373px;
    --column-gap: 50px;
  }
}

@media (min-width: 1678px) {
  .employeelist__list {
    --column-gap: var(--d70);
  }
  .employeelist__picture, .employeelist__image {
    --image-max-width: 160px;
  }
  .employeelist__filter-stats-wrapper .loadingdots__base {
    --rch-loading-dots-filter-padding: 29.5px 0 23.5px;
  }
  .loadingdots__base {
    min-height: 28px;
  }
  .employeesearch__form {
    max-width: 66.6666666667%;
  }
}