
/*!******************************************************!*\
  !*** ../src/elements/posts-slider/posts-slider.scss ***!
  \******************************************************/
.posts-slider {
  max-width: 450px;
  margin-block: 1.25em;
  /*******************************
   * Pagination Bullets / Indicators
   ******************************/
}
.posts-slider .swiper-pagination-bullets {
  position: static;
  text-align: center;
}
.posts-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #233881;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  transition: all ease 250ms;
  opacity: 1;
}
.posts-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #233881;
  border-color: #233881;
}

/*# sourceMappingURL=css-wpce--posts-slider.css.map*/