/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/pagination/style.scss ***!
  \*************************************************************************************************************************************************************************************/
.pagination {
  display: flex;
  gap: 10px;
  margin: 45px 0;
  min-height: 36px;
  position: relative;
}
.pagination .page-numbers {
  border: 1px solid var(--wp--preset--color--gray);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  color: var(--wp--preset--color--dark-blue);
}
.pagination .page-numbers.current {
  background: var(--wp--preset--color--gray);
  color: #fff;
}
.pagination .page-numbers:not(.next):not(.prev) {
  display: none;
}
.pagination .prev, .pagination .next {
  background: #0082E4;
  border-radius: 100%;
  border: 0;
  position: absolute;
  top: 0;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
  background: #2b458c;
}
.pagination .prev {
  left: 0;
}
.pagination .prev:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-right: 1px solid var(--wp--preset--color--dark-blue);
  border-bottom: 1px solid var(--wp--preset--color--dark-blue);
  transform: rotate(-45deg);
  transform-origin: center center !important;
  vertical-align: middle;
}
.pagination .prev:before {
  border-color: #fff;
  margin-right: -5px;
  transform: rotate(135deg);
  border-right-width: 3px;
  border-bottom-width: 3px;
}
.pagination .next {
  right: 0;
}
.pagination .next:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-right: 2px solid var(--wp--preset--color--dark-blue);
  border-bottom: 2px solid var(--wp--preset--color--dark-blue);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.pagination .next:after {
  border-color: #fff;
  margin-left: -5px;
  border-right-width: 3px;
  border-bottom-width: 3px;
}
