.map-favorites-trigger[hidden],.map-favorites-sheet[hidden]{display:none!important}
.map-favorites-trigger{position:absolute;z-index:505;left:78px;bottom:28px;height:55px;display:flex;align-items:center;gap:9px;padding:6px 9px 6px 13px;border:1px solid rgba(21,35,28,.1);border-radius:16px;background:#fff;color:#15231c;font-family:inherit;box-shadow:0 12px 32px rgba(21,35,28,.16)}
.map-favorites-trigger>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#ffedf1;color:#df3157;font-size:18px}
.map-favorites-trigger strong{font-size:12px}
.map-favorites-trigger b{min-width:23px;height:23px;padding:0 6px;border-radius:12px;display:grid;place-items:center;background:#15231c;color:#fff;font-size:10px}
.map-favorites-trigger:hover{border-color:#f19aae;transform:translateY(-2px)}
.favorites-sheet-heading h2{display:flex;align-items:center;gap:8px}.favorites-sheet-heading h2>i{color:#df3157;font-size:19px}.favorites-sheet-heading h2 span{min-width:25px;height:25px;border-radius:13px;display:inline-grid;place-items:center;background:#ffedf1;color:#c82449}
.favorites-storage-note{display:flex;align-items:flex-start;gap:8px;margin:-8px 0 18px;padding:11px 12px;border-radius:12px;background:#f3f7f5;color:#66756d;font-size:11px;line-height:1.6}.favorites-storage-note i{color:#188a56;font-size:15px}
.map-favorites-list{display:flex;flex-direction:column;gap:11px}
.favorite-property-card{position:relative;display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px;padding:9px;border:1px solid #e1e9e5;border-radius:17px;background:#fff;color:#15231c;transition:.2s}
.favorite-property-card:hover{border-color:#8bd0ad;box-shadow:0 9px 24px rgba(18,71,47,.08)}
.favorite-property-media{height:100px;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#e6f1eb,#c9dfd3);display:grid;place-items:center;color:#187c50;text-decoration:none}
.favorite-property-media img{width:100%;height:100%;object-fit:cover}.favorite-property-media i{font-size:30px}
.favorite-property-body{min-width:0;padding:3px 0}.favorite-property-kicker{display:flex;align-items:center;gap:6px;color:#168553;font-size:10px;font-weight:800}.favorite-property-body h3{margin:6px 35px 5px 0;font-size:14px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-property-body h3 a{color:#15231c;text-decoration:none}.favorite-property-location{margin:0;color:#718078;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-property-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.favorite-property-meta span{color:#6c7a72;font-size:10px}.favorite-property-meta strong{color:#168553;font-size:12px}.favorite-remove{position:absolute;top:11px;left:11px;width:31px;height:31px;border:0;border-radius:10px;background:#fff0f3;color:#d52c51;display:grid;place-items:center}.favorite-remove:hover{background:#d52c51;color:#fff}
.favorites-empty{text-align:center;padding:45px 15px;color:#718078}.favorites-empty i{display:block;font-size:36px;color:#d52c51}.favorites-empty strong{display:block;margin:10px 0 5px;color:#263a2f}

@media(max-width:767px){
  .map-favorites-trigger{right:10px;left:auto;bottom:calc(137px + env(safe-area-inset-bottom));height:43px;padding:4px 6px 4px 10px;border-radius:13px}
  .map-favorites-trigger>span{width:33px;height:33px;border-radius:10px;font-size:15px}
  .map-favorites-trigger strong{font-size:11px}.map-favorites-trigger b{min-width:20px;height:20px;font-size:9px}
  .map-favorites-sheet .map-sheet-content{max-height:82dvh}
  .favorite-property-card{grid-template-columns:92px minmax(0,1fr)}.favorite-property-media{height:91px}
}

@media(max-width:374px){.map-favorites-trigger strong{display:none}}
