
@media (min-width: 991px) {
  .employeelist__list {
    --min-width: 320px;
    --column-gap: 40px;
  }
  .employeelist__picture, .employeelist__image {
    --image-max-width: 140px;
  }
  .employeelist__filter-stats-wrapper .loadingdots__base {
    --rch-loading-dots-filter-padding: 29px 0 23px;
  }
  .loadingdots__base {
    min-height: 27px;
  }
  .employeesearch__form {
    max-width: 75%;
  }
  .employeelist__filter-stats-wrapper > .button__base {
    display: none;
  }
  .employeelist__thumbnails .button__base {
    --rch-btn-padding-secondary: 10px;
    display: inline-flex;
  }
  .employeelist__linklist-item--hasMargin {
    margin: 0 0 30px;
  }
}