.elementor-31390 .elementor-element.elementor-element-20fd6516{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1.0E+22;}.elementor-31390 .elementor-element.elementor-element-bebacb8{--display:flex;--min-height:98vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--overflow:auto;--padding-top:25px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-31390 .elementor-element.elementor-element-abb3ea6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:8px 8px;--row-gap:8px;--column-gap:8px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31390 .elementor-element.elementor-element-cf3c3ea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 3px) 0px;}.elementor-31390 .elementor-element.elementor-element-cf3c3ea .elementor-heading-title{font-family:"Dela Gothic One", Sans-serif;font-size:35px;font-weight:700;color:var( --e-global-color-primary );}#elementor-popup-modal-31390 .dialog-widget-content{animation-duration:0.5s;background-color:#F7F6F2;}#elementor-popup-modal-31390{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-31390 .dialog-message{width:600px;height:100vh;align-items:flex-start;}#elementor-popup-modal-31390 .dialog-close-button{display:flex;top:30px;background-color:#FFFFFF00;font-size:20px;}body:not(.rtl) #elementor-popup-modal-31390 .dialog-close-button{right:30px;}body.rtl #elementor-popup-modal-31390 .dialog-close-button{left:30px;}#elementor-popup-modal-31390 .dialog-close-button i{color:var( --e-global-color-fbc2fc5 );}#elementor-popup-modal-31390 .dialog-close-button svg{fill:var( --e-global-color-fbc2fc5 );}@media(max-width:1024px){.elementor-31390 .elementor-element.elementor-element-20fd6516{--z-index:1.0E+22;}.elementor-31390 .elementor-element.elementor-element-bebacb8{--padding-top:16px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-31390 .elementor-element.elementor-element-20fd6516{--z-index:1.0E+22;}.elementor-31390 .elementor-element.elementor-element-bebacb8{--padding-top:24px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-31390 .elementor-element.elementor-element-abb3ea6{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:nowrap;}.elementor-31390 .elementor-element.elementor-element-cf3c3ea{text-align:start;}.elementor-31390 .elementor-element.elementor-element-cf3c3ea .elementor-heading-title{font-size:28px;}#elementor-popup-modal-31390 .dialog-message{width:92vw;}#elementor-popup-modal-31390{justify-content:flex-end;align-items:flex-start;}#elementor-popup-modal-31390 .dialog-close-button{top:35px;font-size:20px;}body:not(.rtl) #elementor-popup-modal-31390 .dialog-close-button{right:30px;}body.rtl #elementor-popup-modal-31390 .dialog-close-button{left:30px;}}/* Start custom CSS */#elementor-popup-modal-31390 {
    z-index: 999999999;
}

/* ========================================
   POPUP LAYOUT
======================================== */
.wishlist-properties-drawer .dialog-message.dialog-lightbox-message {
  display: flex;
  flex-direction: column;
  height: 80vh;
  overflow: hidden;
}

.wishlist-properties-drawer .wishlist-popup-content {
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 6px 80px;
}

.wishlist-properties-drawer .wishlist-popup-content:empty {
  max-height: none;
  overflow: visible;
}

/* Empty state */
.wishlist-properties-drawer .empty-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75vh;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #622D7F;
}

/* ========================================
   WISHLIST ITEM
======================================== */
.wishlist-properties-drawer .wishlist-item {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E0DCD4;
  box-shadow: 12px 12px 40px 2px rgba(98, 45, 127, 0.05);
  
}

/* Thumbnail */
.wishlist-properties-drawer .wishlist-thumb-link {
  flex: 0 0 220px;
  display: flex;
}
.wishlist-properties-drawer .wishlist-thumb {
  width: 100%;
  height: 150px !important;
  object-fit: cover;
  display: block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* Meta */
.wishlist-properties-drawer .wishlist-meta {
  flex: 1;
  padding: 14px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #5A5A6E;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title */
.wishlist-properties-drawer .wishlist-title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #622D7F !important;
  text-decoration: none;
  margin-bottom: 6px;
  display: block;
}
.wishlist-properties-drawer .wishlist-title:hover {
  text-decoration: underline;
}

/* Location */
.wishlist-properties-drawer .wishlist-location {
  font-size: 13px;
  color: #5A5A6E;
  margin-bottom: 4px;
}

/* Subtitle */
.wishlist-properties-drawer .wishlist-subtitle {
  font-size: 13px;
  color: #5A5A6E;
}

/* ========================================
   WISHLIST REMOVE BUTTON
======================================== */
.wishlist-properties-drawer .wishlist-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  background: rgba(98, 45, 127, 0.1);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  transition: box-shadow 0.2s ease, transform 0.06s ease;
}

.wishlist-properties-drawer .wishlist-remove .heart-icon {
  width: 12px;
  height: 12px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(50%) saturate(2500%) hue-rotate(265deg) brightness(80%) contrast(95%);
}

.wishlist-properties-drawer .wishlist-remove:hover .heart-icon {
  opacity: 0.5;
}

.wishlist-properties-drawer .wishlist-remove:active {
  transform: translateY(1px);
}

/* ========================================
   WISHLIST COUNT (nav button with badge)
======================================== */
.wishlist-count {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}
.wishlist-count .heart-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(50%) saturate(2500%) hue-rotate(265deg) brightness(80%) contrast(95%);
}
.wishlist-count .wishlist-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #622D7F;
  color: #fff;
  font: 600 11px/1 "Montserrat", sans-serif;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 767px) {
  .wishlist-properties-drawer .wishlist-item {
    flex-direction: column;
  }
  .wishlist-properties-drawer .wishlist-thumb-link {
    width: 100%;
  }
  .wishlist-thumb-link {
    flex: 0 0 200px !important;
  }
  .wishlist-properties-drawer .wishlist-thumb {
    height: 200px !important;
    border-radius: 8px 8px 0 0;
  }
  .wishlist-properties-drawer .wishlist-remove {
    width: 34px;
    height: 34px;
  }
  .wishlist-properties-drawer .wishlist-remove .heart-icon {
    width: 16px;
    height: 16px;
  }
  .wishlist-properties-drawer .wishlist-remove:hover .heart-icon {
    opacity: 1;
  }
}/* End custom CSS */