.leaflet-control-attribution a[href*="leafletjs.com"] {
  display: none !important;
}
.single-post .post-img {
    display: none;
}

/* ============== SINGLE LISTING TYPOGRAPHY ============== */
/* Headings in Montserrat (to match your site) */
html body.single-listing h1,
html body.single-listing h2,
html body.single-listing h3,
html body.single-listing h4,
html body.single-listing h5,
html body.single-listing h6 {
  font-family: "Montserrat", Arial, sans-serif !important;
}

/* Paragraphs & lists inside the listing content area -> Lato */
html body.single-listing .elementor,
html body.single-listing .elementor .elementor-widget-theme-post-content,
html body.single-listing .elementor .elementor-widget-theme-post-content p,
html body.single-listing .elementor .elementor-widget-theme-post-content li,
html body.single-listing .elementor .elementor-widget-text-editor,
html body.single-listing .elementor .elementor-widget-text-editor p,
html body.single-listing .elementor .elementor-widget-text-editor li,
html body.single-listing .listing-content,
html body.single-listing .entry-content {
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}


/* Bullet lists inside the content */
html body.single-listing .elementor .elementor-widget-theme-post-content ul,
html body.single-listing .elementor .elementor-widget-text-editor ul {
  list-style: disc;
  padding-left: 1.25em;
}

/* Body stays Regular */
body, p, li,
body.single-listing .elementor-widget-theme-post-content {
  font-weight: 400;
}



/* MOBILE LISTING PAGE REFINEMENTS */
@media (max-width: 767px) {

  /* ✅ Listing Title (Confirmed from your inspector) */
	
  #titlebar.listing-titlebar h1 {
    width: 100%;
		font-size: 24px;
		font-weight: 700;
    line-height: 1.2;
    word-break: normal;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
		
  }
	
#titlebar .listing-titlebar-title .listing-address {
    display: inline-block;
    margin-top: 0.3em;
    font-size: 1.2rem;
    font-weight: 400;
    color: #555;
}
	
	.elementor-widget-theme-post-content .elementor-widget-container {
    font-size: 16px;
		font-family: 'Lato', sans-serif !important;
    line-height: 1.6;
    color: #333;
}
	
.elementor .elementor-widget-container h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.9rem !important;
	line-height: 1.4;
}

	
	
/*Move filters sidebar to the top in mobile display*/

@media (max-width: 767px) {
  .row {
    display: flex;
    flex-direction: column;
  }

  .row .col-md-4 {
    order: -1;
  }
}
	
/* === Save / Bookmark button (Listeo) === */
button.like-button.listeo_core-bookmark-it {
  display: inline-flex;              /* fix inline-block wrapping in Safari */
  align-items: center;               /* center icon + label vertically */
  justify-content: center;
  white-space: nowrap;               /* keep "Save" on same line as icon */
  line-height: 1;                    /* prevent tall line boxes in Safari */
  vertical-align: middle;
  -webkit-appearance: none;          /* Safari reset */
  gap: .5rem;                        /* for modern browsers */
}

/* Safari fallback when 'gap' on inline-flex is ignored */
button.like-button.listeo_core-bookmark-it .like-icon {
  display: inline-block;
  width: 1em;                        /* keep icon square; tweak if needed */
  height: 1em;
  line-height: 1;                    /* keeps pseudo icon centered */
  flex: 0 0 auto;
  margin-right: .5rem;               /* works even when 'gap' is ignored */
  vertical-align: middle;
}

/* If the theme makes the icon absolutely positioned, keep it aligned */
button.like-button.listeo_core-bookmark-it .like-icon {
  position: relative;                /* safe default */
}

/* Optional: when post is already bookmarked (Listeo often toggles a class) */
button.like-button.listeo_core-bookmark-it.liked .like-icon {
  /* e.g., change color or fill if your theme supports it */
  filter: none;
}

/* Optional: better type rendering on WebKit */
@supports (-webkit-touch-callout: none) {
  button.like-button.listeo_core-bookmark-it {
    -webkit-font-smoothing: antialiased;
  }
}


	
	
	

@media (max-width: 767px){
  /* let the tallest slide set the row height */
  .elementor-widget-loop-carousel .swiper-wrapper{ align-items: stretch; }
  .elementor-widget-loop-carousel .swiper-slide{ height: auto; }

  /* make each loop item and its first container fill the slide */
  .elementor-widget-loop-carousel .swiper-slide > .e-loop-item{ height:100%; }
  .elementor-widget-loop-carousel .swiper-slide > .e-loop-item > .e-con{
    height:100%; display:flex; flex-direction:column;
  }
}
