/* Theme-level overrides — load last to win cascade */

/* Anti-bot honeypot — must be in DOM for bots to fill it, but hidden from real users. */
.ul-honeypot {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  left: -9999px !important;
  z-index: -1000 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Section N — mini-NitroPack inline CLS fix is too broad, applies min-height:50vh
   to ALL .swiper containers including small carousels. Override scoped to amenidades
   carousel (which is small content). */
.ul-amenidades .swiper,
.ul-amenidades .elementor-swiper,
.et_pb_slider.ul-hero-slider-small {
  min-height: 0 !important;
}
