.swiper-content {
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--custom-bleu-fonc);
  border-radius: 24px;
  max-width: 100% !important;
  overflow: hidden;

  --swiper-navigation-size: var(--wp--preset--spacing--50) !important;
  --swiper-theme-color: white;
}

.swiper-button-prev-content,
.swiper-button-next-content {
  position: absolute;
  top: calc(50% - 32px) !important;
  z-index: 30;
  width: 64px !important;
  height: 64px !important;
  color: var(--swiper-theme-color);
  color: white;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}

.swiper-button-prev-content:hover,
.swiper-button-next-content:hover {
  background-color: rgb(255 255 255 / 20%);
}

.swiper-content .swiper-slide {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  max-width: 100%;
}

.swiper-content .swiper-slide > * {
  height: 100%;
  flex: 1;
}

@media screen and (width <= 768px) {
  .swiper-button-prev-content,
  .swiper-button-next-content {
    top: unset !important;
    bottom: var(--wp--preset--spacing--30) !important;
  }
}

.swiper-content .wp-block-cover__inner-container {
  height: 100%;
}

.swiper-content .wp-block-cover {
  max-width: 100%;
}
