/* Custom styles for the slider (safe for Swiper JS calculations) */
.wt-slide-danh-gia .swiper-slide {
  height: auto !important;
}

.wt-slide-danh-gia {
  overflow: hidden;
}

/* Hide pagination and navigation on desktop, reset cursor */
@media (min-width: 1024px) {
  .wt-slide-danh-gia .swiper-pagination,
  .wt-slide-danh-gia .swiper-button-next,
  .wt-slide-danh-gia .swiper-button-prev {
    display: none !important;
  }
  .wt-slide-danh-gia .swiper-wrapper,
  .wt-slide-danh-gia .swiper-slide {
    cursor: default !important;
  }
}

/* Đẩy thanh pagination xuống dưới comment card */
.wt-slide-danh-gia .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 20px !important;
}