.custom-slider h1 {
  font-size: 2.3rem;
}
.custom-slider h2 {
  font-size: 2.1rem;
}
.custom-slider {
  display: block;
  overflow: hidden;
  position: relative;
  grid-column-start: 1;
  grid-column-end: -1;
  --grid-column-start: 1;
  --grid-column-end: -1;
  transition: 1s ease-in-out;
  opacity: 0;
}
.custom-slider .swiper-wrapper .wp-block-cover {
  height: 100%;
  width: 100%;
}
.custom-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.custom-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  display: inline-block;
  margin: 0 4px;
}
.custom-slider .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.8);
}
.custom-slider .swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
}

/*# sourceMappingURL=block-styles.css.map */
