/* izGaraže v0.42a — Favorites heart polish */
.v42-favorite-form{margin:0}
.v42-heart{display:inline-grid;place-items:center}
.v42-heart-svg{width:22px;height:22px;display:block}
.v42-heart-outline{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.v42-heart-fill{display:none;fill:currentColor}

.v42-save-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:40px;padding:0 14px;border:1px solid #c9e3df;border-radius:10px;
  background:#fff;color:#0b5e58;font:inherit;font-size:11px;font-weight:900;
  cursor:pointer;transition:.16s ease;
}
.v42-save-btn:hover{background:#edf8f6;border-color:#0f6f68}
.v42-save-btn.is-saved{background:#edf8f6;border-color:#0f6f68;color:#0f6f68}
.v42-save-btn.is-saved .v42-heart-outline{display:none}
.v42-save-btn.is-saved .v42-heart-fill{display:block}

/* Search results: heart belongs to the photo, never over the price/info. */
.result-photo{position:relative}
.v42-card-favorite{position:absolute;z-index:15;top:10px;right:10px}
.v42-heart-btn{
  width:38px;height:38px;display:grid;place-items:center;
  padding:0;border:1px solid rgba(20,42,44,.10);border-radius:50%;
  background:rgba(255,255,255,.94);color:#183d3a;
  box-shadow:0 5px 18px rgba(0,0,0,.12);
  cursor:pointer;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;
  backdrop-filter:blur(6px);
}
.v42-heart-btn .v42-heart-svg{width:20px;height:20px}
.v42-heart-btn:hover{transform:scale(1.07);background:#fff;color:#0f6f68;border-color:#c9e3df}
.v42-heart-btn.is-saved{background:#fff;color:#0f6f68;border-color:#c9e3df}
.v42-heart-btn.is-saved .v42-heart-outline{display:none}
.v42-heart-btn.is-saved .v42-heart-fill{display:block}
.v42-heart-btn.is-loading,.v42-save-btn.is-loading{opacity:.55;pointer-events:none}

/* Homepage cards: keep it over image area rather than text/price. */
.v42-card-favorite{pointer-events:auto}
.home-listing-card,.listing-card,.market-card{position:relative}
@media(max-width:600px){
  .v42-heart-btn{width:36px;height:36px}
  .v42-heart-btn .v42-heart-svg{width:19px;height:19px}
  .v42-save-label{font-size:10px}
}
