/*!*************************************************************************************************************************************************************************************!*\
  !*** 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;
}
.pagination .page-numbers {
  border: 1px solid var(--wp--preset--color--cream);
  width: 38px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  color: var(--wp--preset--color--black);
}
.pagination .page-numbers.current {
  background: var(--wp--preset--color--cream);
  color: #fff;
}
.pagination .prev:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 1px solid var(--wp--preset--color--black);
  border-bottom: 1px solid var(--wp--preset--color--black);
  transform: rotate(-45deg);
  transform-origin: center center !important;
  vertical-align: middle;
}
.pagination .prev:before {
  margin-right: -5px;
  transform: rotate(135deg);
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.pagination .next:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 2px solid var(--wp--preset--color--black);
  border-bottom: 2px solid var(--wp--preset--color--black);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.pagination .next:after {
  margin-left: -5px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
