.listing-card-slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.listing-card-slider {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.listing-card-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}

.listing-card-pagination {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.listing-card-pagination .pagination-dot {
  width: 5px;
  height: 5px;
  background: #ccd1d6;
  border-radius: 50%;
  display: inline-block;
}

.listing-card-pagination .pagination-dot.active {
  background: #fabb51;
}
