.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.elementor-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  background: var(--e-global-color-19e200, #E5E9EF);
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 !important;
  border: 2px solid transparent;
  transition: all 0.1s linear;
}
.elementor-pagination .page-numbers.current {
  background: var(--e-global-color-primary, #002864);
  color: white;
}
.elementor-pagination .page-numbers svg {
  width: 18px;
  height: auto;
}
.elementor-pagination span {
  cursor: default;
}
.elementor-pagination a:hover {
  background: var(--e-global-color-07cbc70, #D9DFE8);
}
.elementor-pagination a:focus {
  outline: none;
}
.elementor-pagination a:focus-visible {
  border-color: var(--e-global-color-accent, #FA6400);
}
@media only screen and (min-width: 469px) {
  .elementor-pagination {
    gap: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .elementor-pagination {
    gap: 20px;
  }
}
