.embla.embla--property-card {
  width: 100%;
  margin: auto;
  --slide-height: 100%;
  --slide-size: 100%;
}

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

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

.embla--property-card .embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
}

.embla--property-card .embla__slide__number {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: var(--slide-height);
  object-fit: cover;
}

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

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

.embla--property-card .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--property-card .embla__dot--selected:after {
  background-color: black;
}
