.wp-block-gallery.sw-gallery-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block !important;
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-gallery.sw-gallery-slider .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.wp-block-gallery.sw-gallery-slider .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 493 / 351;
  flex: 0 0 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  list-style: none;
}

.wp-block-gallery.sw-gallery-slider .swiper-slide.wp-block-image,
.wp-block-gallery.sw-gallery-slider .swiper-slide.blocks-gallery-item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.wp-block-gallery.sw-gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center;
}

.wp-block-gallery.sw-gallery-slider.alignleft {
  float: left;
  width: min(48%, 448px);
  margin: 4px 24px 12px 0;
}

.wp-block-gallery.sw-gallery-slider.alignright {
  float: right;
  width: min(48%, 448px);
  margin: 4px 0 12px 24px;
}

.wp-block-gallery.sw-gallery-slider.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gallery.sw-gallery-slider .swiper-pagination {
  position: static;
  margin-top: 16px;
  line-height: 8px;
  text-align: center;
}

.wp-block-gallery.sw-gallery-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.wp-block-gallery.sw-gallery-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.wp-block-gallery.sw-gallery-slider .swiper-button-prev,
.wp-block-gallery.sw-gallery-slider .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  margin-top: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
}

.wp-block-gallery.sw-gallery-slider .swiper-button-prev::after,
.wp-block-gallery.sw-gallery-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

.wp-block-gallery.sw-gallery-slider .swiper-button-prev {
  left: 9px;
}

.wp-block-gallery.sw-gallery-slider .swiper-button-next {
  right: 9px;
}

@media (max-width: 768px) {
  .wp-block-gallery.sw-gallery-slider.alignleft,
  .wp-block-gallery.sw-gallery-slider.alignright {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }

  .wp-block-gallery.sw-gallery-slider .swiper-button-prev,
  .wp-block-gallery.sw-gallery-slider .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .wp-block-gallery.sw-gallery-slider .swiper-button-prev::after,
  .wp-block-gallery.sw-gallery-slider .swiper-button-next::after {
    font-size: 12px;
  }
}
