.block-carousel-photo .carousel-block-header h2,
.block-carousel-169 .carousel-block-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #fff;  /* Use #fff for perfect contrast on dark backgrounds */
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 0;
  line-height: 1.12;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15); /* Optional for readability */
}

.block-carousel-169 {
  margin: 2.5rem 0;
  padding: 0 1vw;
  width: 100%;
  background: none;
  position: relative;
  box-sizing: border-box;
}

.block-carousel-169 .carousel-block-header {
  margin-bottom: 1.2rem;
}

.block-carousel-169 .swiper {
  width: 100%;
  padding-bottom: 18px;
}

.block-carousel-169 .swiper-wrapper {
  align-items: stretch;
}

.block-carousel-169 .swiper-slide {
  background: #fef8f0;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  margin: 0 12px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

@media (max-width: 900px) {
  .block-carousel-169 .swiper-slide {
    margin: 0 5px !important;
  }
  .block-carousel-169 .carousel-block-header h2 {
    font-size: 1.05rem;
    margin-bottom: 0.2em;
  }
    .block-carousel-169 .swiper-slide {
    width: 93vw !important;
    min-width: 0;
    flex: 0 0 93vw !important;
    margin: 0 2vw !important;
  }
}

.block-carousel-169 .carousel-image-wrap {
  aspect-ratio: 16/9 !important;
  width: 100%;
  overflow: hidden;
  background: #eee;
}

.block-carousel-169 .carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9 !important;
  background: #222;
  transition: transform 0.25s cubic-bezier(.43,1.29,.53,.97);
}

.block-carousel-169 .swiper-slide:hover .carousel-image {
  transform: scale(1.035) rotate(-0.1deg);
}

.block-carousel-169 .carousel-slide-title {
  display: none;
}
