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

/* Honeypot field (anti-spam): visually hidden but present in DOM for bots */
.summyt-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 (SM Amenities, etc.) */
[data-init^="sm-amenities"] .elementor-widget-image-carousel .swiper,
[data-init^="sm-amenities"] .elementor-image-carousel-wrapper.swiper {
  min-height: 0 !important;
}

/* Footer mailto links: legacy used CF email-protection class with own color.
   After replacing with bare <a href="mailto:">, the link inherited white from
   another theme rule and was invisible on the light footer background. Force
   the brand blue used by the surrounding text widget. */
[data-init^="sm-footer"] a[href^="mailto:"],
[data-init^="sm-footer"] a[href^="tel:"] {
  color: #2F2FBB !important;
}
[data-init^="sm-footer"] a[href^="mailto:"]:hover,
[data-init^="sm-footer"] a[href^="tel:"]:hover {
  color: #2F2FBB !important;
  text-decoration: underline !important;
}
