:root {
  --vistana-slider-bg: #000000;
  --vistana-slider-text: #f6f6f6;
  --vistana-card-radius: 0px;
  --vistana-card-shadow: none;
  --vistana-bar-bg: #e8e8e8;
  --vistana-bar-text: #1a1a1a;
  --vistana-card-width: 392px;
  --vistana-card-gap: 34px;
}

.vistana-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.vistana-places-slider {
  background-color: var(--vistana-slider-bg);
  color: var(--vistana-slider-text);
  position: relative;
  overflow: hidden;
}

.vistana-places-slider__viewport {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.vistana-places-slider .swiper {
  overflow: visible;
  margin: 0 auto;
  padding-bottom: clamp(1.25rem, 4vw, 2.5rem);
}

.vistana-places-slider .swiper-slide {
  width: var(--vistana-card-width) !important;
  height: auto;
  flex: 0 0 auto !important;
}

.vistana-places-slider .swiper-slide:last-child {
  margin-right: 0 !important;
}

.vistana-card {
  width: var(--vistana-card-width) !important;
  height: 488px !important;
  background: #000 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  transition: transform 0.35s ease !important;
  border: none !important;
  border-radius: 0 !important;
  isolation: isolate !important;
  box-shadow: none !important;
}

.vistana-card.is-active {
  outline: none;
  transform: none;
  box-shadow: none;
}

.vistana-card__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.vistana-card__media img {
  width: 100%;
  height: 416px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.vistana-card__body {
  background: var(--vistana-bar-bg);
  color: var(--vistana-bar-text);
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.vistana-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--vistana-bar-text);
}

.vistana-card__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 33px !important;
  height: 30px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  color: transparent !important;
  transition: transform 0.3s ease !important;
  padding: 0 !important;
  min-width: unset !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-size: 0 !important;
  font-weight: 300 !important;
  background-image: url("/wp-content/uploads/2026/01/arrowWrapper-1.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.vistana-card:hover .vistana-card__cta {
  cursor: pointer !important;
}

.vistana-places-slider__nav {
  position: relative !important;
  display: contents !important;
}

.vistana-places-slider__nav-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  background: transparent !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
  padding: 0 !important;
  min-width: unset !important;
  box-shadow: none !important;
}

.vistana-places-slider__nav-btn[data-slider-nav="prev"] {
  left: 20px !important;
}

.vistana-places-slider__nav-btn[data-slider-nav="next"] {
  right: 20px !important;
}

.vistana-places-slider__nav-btn svg {
  width: 20px !important;
  height: 20px !important;
}

.vistana-places-slider__nav-btn svg circle {
  display: none !important;
}

.vistana-places-slider__nav-btn svg path {
  stroke: #fff !important;
  stroke-width: 2 !important;
}

.vistana-places-slider__nav-btn:hover,
.vistana-places-slider__nav-btn:focus-visible {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
}

.vistana-places-slider__nav-btn.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

@media (max-width: 991px) {
  .vistana-places-slider__viewport {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }

  .vistana-places-slider__nav {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1.5rem;
  }
}

@media (max-width: 575px) {
  .vistana-card {
    width: 82vw;
    height: auto !important;
  }

  .vistana-places-slider .swiper-slide {
    width: 82vw !important;
    margin-right: 16px !important;
  }

  .vistana-places-slider .swiper-wrapper {
    gap: 16px;
  }

  .vistana-places-slider__nav {
    justify-content: center;
  }
}
