nav.pager {
  height: 100%;
}
nav.pager ul.pagination.js-pager__items {
  height: 100%;
  margin-bottom: 0;
}
nav.pager ul.pagination.js-pager__items li.page-item .page-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #989898;
  border: unset;
  background-color: transparent;
}
nav.pager ul.pagination.js-pager__items li.page-item .page-link:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  nav.pager ul.pagination.js-pager__items li.page-item[role=presentation] .page-link {
    padding-left: 0;
    padding-right: 0;
    width: 11px;
  }
}
nav.pager ul.pagination.js-pager__items li.page-item.active .page-link {
  background-color: transparent;
  color: #183C8F;
}
nav.pager ul.pagination.js-pager__items li.page-item-chevron .page-link {
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-left: 1px solid #E5E5E5;
  margin: 0;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 768px) {
  nav.pager ul.pagination.js-pager__items li.page-item-chevron .page-link {
    width: 40px;
    display: flex;
    padding: 0.75rem 0 !important;
    justify-content: center;
  }
}
nav.pager ul.pagination.js-pager__items li.page-item-chevron.active .page-link {
  pointer-events: all;
  cursor: pointer;
}
@media (max-width: 768px) {
  nav.pager ul.pagination.js-pager__items li.page-item-chevron.active .page-link {
    width: 40px;
    display: flex;
    padding: 0.75rem 0 !important;
    justify-content: center;
  }
}

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