/* Aysso theme overrides — load AFTER all theme/plugin CSS */

/* Honeypot field (anti-spam): visually hidden but present in DOM for bots */
.aysso-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;
}

/* Cancel mini-NitroPack nitro-cls-fix on small image carousels.
   The shared rule sets .swiper{min-height:50vh} which inflates small
   carousels (amenidades, masterplan, etc.) to half-viewport. Scope-out. */
[data-init^="ay-amenidades"] .elementor-widget-image-carousel .swiper,
[data-init^="ay-amenidades"] .elementor-image-carousel-wrapper.swiper,
[data-init^="ay-amenidades"] .e-n-carousel .swiper,
[data-init^="ay-amenidades"] .swiper.swiper-initialized,
[data-init^="ay-masterplan"] .elementor-widget-image-carousel .swiper,
[data-init^="ay-masterplan"] .elementor-image-carousel-wrapper.swiper,
[data-init^="ay-hero"] .elementor-slides-wrapper.swiper {
  min-height: 0 !important;
}
