.wp-block-acf-current-topics-slider.is-preview,
.wp-block-acf-current-topics-slider .is-preview {
  pointer-events: none;
}

.wp-block-acf-current-topics-slider__container {
  overflow: visible !important;
  position: relative;
  padding-bottom: 2.5rem;
  --swiper-pagination-color: var( --wp--preset--color--magenta );
  --swiper-pagination-top: auto;
  --swiper-pagination-right: auto;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-left: auto;
  --swiper-pagination-bullet-width: 2rem;
  --swiper-pagination-bullet-height: 0.25rem;
  --swiper-pagination-bullet-inactive-color: var( --wp--preset--color--darkgrey );
  --swiper-pagination-bullet-inactive-opacity: 0.33;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.25rem;
  --swiper-pagination-bullet-vertical-gap: 0.25rem;
  --swiper-pagination-bullet-border-radius: var( --radius );
}

.wp-block-acf-current-topics-slider__item-wrapper {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
}
.wp-block-acf-current-topics-slider__item-wrapper.swiper-slide {
  height: auto;
}

.wp-block-acf-current-topics-slider__item {
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 781px) {
  .wp-block-acf-current-topics-slider__item {
    flex-direction: column;
    align-self: stretch;
  }
}
.wp-block-acf-current-topics-slider__item {
  text-decoration: none;
}
.wp-block-acf-current-topics-slider__item:hover {
  text-decoration: none;
}
.wp-block-acf-current-topics-slider__item:hover .wp-block-acf-current-topics-slider__item__button-link {
  text-decoration: underline;
}

.wp-block-acf-current-topics-slider__item__image-container {
  width: 50%;
  aspect-ratio: 16/9;
  background-color: var(--wp--preset--color--lightgrey);
  border-radius: var(--radius);
}
@media only screen and (max-width: 781px) {
  .wp-block-acf-current-topics-slider__item__image-container {
    width: 100%;
    aspect-ratio: 2/1;
  }
}

img.wp-block-acf-current-topics-slider__item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius);
}

.wp-block-acf-current-topics-slider__item__content-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 999px) {
  .wp-block-acf-current-topics-slider__item__content-container {
    padding: 2rem;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-acf-current-topics-slider__item__content-container {
    width: 100%;
    padding: 1.5rem;
    flex-grow: 1;
    align-self: stretch;
  }
}
.wp-block-acf-current-topics-slider__item__content-container h2.wp-block-acf-current-topics-slider__item__title {
  margin: 0;
  line-height: 1.15;
}
.wp-block-acf-current-topics-slider__item__content-container .wp-block-acf-current-topics-slider__item__excerpt {
  margin: 0;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 781px) {
  .wp-block-acf-current-topics-slider__item__content-container .wp-block-acf-current-topics-slider__item__buttons {
    margin-top: auto;
  }
}
