.paragraph--type--diaporama {
  width: 100%;
  overflow: hidden;
}

.diaporama-swiper {
  width: 100%;
  height: 460px;
  position: relative;
  cursor: grab;
}

.diaporama-swiper:active {
  cursor: grabbing;
}

.diaporama-swiper .swiper-wrapper {
  align-items: flex-start;
  height: 100%;
}

.diaporama-swiper .swiper-slide {
  width: auto !important;
  height: 100%;
  flex-shrink: 0;
}

.diaporama-swiper .media--type-image,
.diaporama-swiper .field--name-field-image,
.diaporama-swiper .field--item {
  height: 100%;
}

.diaporama-swiper figure {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.diaporama-swiper figure img {
  display: block;
  height: 420px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: cover;
  flex-shrink: 0;
}

.diaporama-swiper figure figcaption {
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 0.35rem 0;
  color: #555;
}

.diaporama-swiper .swiper-button-prev,
.diaporama-swiper .swiper-button-next {
  color: #000;
  top: 210px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.diaporama-swiper .swiper-button-prev::after,
.diaporama-swiper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .diaporama-swiper {
    height: 290px;
  }

  .diaporama-swiper figure img {
    height: 250px !important;
  }

  .diaporama-swiper .swiper-button-prev,
  .diaporama-swiper .swiper-button-next {
    top: 120px;
  }
}
