.event-card-carousel .splide__arrow {
  top: auto;
  bottom: 80px;
  transform: none;
  background-color: transparent;
  color: #f2f0ed;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  transform: translateY(50%);
}

.event-card-carousel .splide__arrow svg {
  fill: #f2f0ed;
}

.event-card-carousel .splide__arrow--prev {
  left: calc(50% - 10rem);
}

.event-card-carousel .splide__arrow--next {
  right: calc(50% - 10rem);
}

.event-card-carousel .splide__pagination__page {
  transform: translateY(50%);
  background-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border-radius: 50%;
  position: relative;
}

.event-card-carousel .splide__pagination__page.is-active {
  background-color: transparent;
  opacity: 1;
}

.event-card-carousel .splide__pagination__page::after {
  content: "";
  position: absolute;
  inset: 0.375rem;
  border-radius: 50%;
  background-color: #c6beb5;
}

.event-card-carousel .splide__pagination__page.is-active::after {
  background-color: #fecc07;
}

.event-card-carousel .splide__pagination {
  bottom: 80px;
  top: auto;
}

@media (max-width: 639px) {
  .event-card-carousel .splide__pagination {
    bottom: -50px;
  }
  .event-card-carousel .splide__arrow {
    bottom: -50px;
  }
}
