.elementor-widget-loop-grid .custom-pagination__holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}
.elementor-widget-loop-grid .custom-pagination__prev, .elementor-widget-loop-grid .custom-pagination__next {
  position: relative;
}
.elementor-widget-loop-grid .custom-pagination__prev span, .elementor-widget-loop-grid .custom-pagination__next span {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 0;
  border: 1px solid var(--e-global-color-198af38);
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 2px 0px rgba(0, 0, 0, 0.02);
}
.elementor-widget-loop-grid .custom-pagination__prev span.custom-pagination__next--trigger, .elementor-widget-loop-grid .custom-pagination__next span.custom-pagination__next--trigger {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-198af38);
}
.elementor-widget-loop-grid .custom-pagination__prev span:before, .elementor-widget-loop-grid .custom-pagination__next span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
}
.elementor-widget-loop-grid .custom-pagination__prev span:hover:before, .elementor-widget-loop-grid .custom-pagination__next span:hover:before {
  background-color: var(--e-global-color-4814f82);
}
.elementor-widget-loop-grid .custom-pagination__prev span:focus:before, .elementor-widget-loop-grid .custom-pagination__next span:focus:before {
  background-color: var(--e-global-color-af26485);
}

/*# sourceMappingURL=custom-pagination.css.map */
