
/* Remove vertical spacing from the FacetWP selections widget */
.elementor-widget.selections-shortcode-widget {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Hide the FacetWP map filtering element */
.facetwp-map-filtering { 
  display: none; 
}

@media (max-width: 768px) {
  #map-selected-item-container .e-con.e-parent {
    transform: none !important;
  }
  
  /* Make text more readable on mobile */
  #map-selected-item-container .ihm-product-title {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  
  #map-selected-item-container .ihm-rating-card {
    margin: 8px 0 !important;
  }
  
  #map-selected-item-container .ihm-hotel-badges {
    justify-content: center !important;
    margin: 8px 0 !important;
  }
  
  #map-selected-item-container .ihm-hotel-location {
    text-align: center !important;
    margin: 8px 0 !important;
  }

  /* Reduce vertical spacing for all direct children of .ihm-hotel-shortcode-content */
  #map-selected-item-container .ihm-hotel-shortcode-content > * {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}