.pager {
  display: block;
  margin: 30px auto 60px;
}
.pager__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.pager__item {
  font-size: 0.875rem;
}
.pager__item--ellipsis {
  border-radius: 50px;
  height: 40px;
  width: 20px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}
.pager__item a {
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
  background-color: #E2E6EE;
  color: #000;
}
.pager__item.is-active a {
  background-color: #003087;
  color: #fff;
}

/*# sourceMappingURL=pagination.css.map */
