.embla.embla--single-property-carousel {
  width: 100%;
  margin: auto;
  --slide-height: 100%;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}

.embla--single-property-carousel .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla--single-property-carousel .embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}

.embla--single-property-carousel .embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
}

.embla--single-property-carousel .embla__slide__number {
  width: 100%;
  height: 100%;
  max-height: 766px;
  object-fit: cover;
}

.embla--single-property-carousel .embla__dots {
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  padding: 12px;
}

.embla--single-property-carousel .embla__dot {
  background-color: white;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.embla--single-property-carousel .embla__dot:after {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
}

.embla--single-property-carousel .embla__dot--selected:after {
  background-color: black;
}
