.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_container {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageNavigation_container__lastPage {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageNavigation_container .button__showMore {
  display: none;
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
}
.pageNavigation_itemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__current) {
  color: #e53b00;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__current):hover {
  box-shadow: 1px 2px 8px rgba(16,18,18,0.24);
  color: #ff6833;
  background-color: #fff;
}
.pageNavigation_itemLink__current {
  background-color: #e8f2f9;
  color: #101212;
}
.pageNavigation_itemLink__previous,
.pageNavigation_itemLink__next {
  font-weight: 400;
}

/*# sourceMappingURL=../maps/component/pageNavigation.css.map */
