/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/pagination/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.wp-block-arbitra-pagination nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secondary-button {
  padding: var(--wp--preset--spacing--16-8) var(--wp--preset--spacing--32-16);
  background-color: var(--wp--preset--color--alt-background);
  border-radius: 0.5rem;
  font-weight: 500;
  transition: 150ms ease-out;
  border: none;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
}

.secondary-button.page-arrows {
  padding: var(--wp--preset--spacing--16-8) var(--wp--preset--spacing--16-8);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  max-width: 3.5rem;
  max-height: 3.5rem;
}

.secondary-button:hover {
  background-color: #E6E6E6;
  text-decoration: none;
}

.wp-block-arbitra-pagination .page-select {
  position: relative;
}

.wp-block-arbitra-pagination .page-select:hover > .fly-up {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  animation: reveal 300ms ease-out forwards;
}

.wp-block-arbitra-pagination .page-select > .fly-up {
  position: absolute;
  display: none;
  gap: 0.5rem;
  padding-top: var(--wp--preset--spacing--8);
  left: -0.5rem;
  right: -0.5rem;
  top: 100%;
  z-index: 15;
}

.wp-block-arbitra-pagination .page-select .fly-up > a, .wp-block-arbitra-pagination .page-select .fly-up > span {
  padding: var(--wp--preset--spacing--16-8) var(--wp--preset--spacing--32-16);
  background-color: var(--wp--preset--color--alt-background);
  border-radius: 0.5rem;
  font-weight: 500;
  transition: 150ms ease-out;
  border: none;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  text-wrap: nowrap;
  box-shadow: 0 0.25rem 1rem rgba(56, 83, 112, 0.1215686275);
}

.wp-block-arbitra-pagination .page-select .fly-up > a:hover {
  background-color: #E6E6E6;
  text-decoration: none;
}

.wp-block-arbitra-pagination .page-select .fly-up > .current {
  display: none;
}

.disabled-button > img {
  opacity: 0.5;
}

.disabled-button:hover {
  background-color: var(--wp--preset--color--alt-background);
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style-index.css.map*/