/* GeoArea Core: property-card safeguards. Search is owned only by assets/css/geoarea-search.css. */
.ghp-card { min-width:0; overflow:hidden; }
.ghp-media { position:relative; overflow:hidden; }
.ghp-image { display:block; aspect-ratio: 4 / 3; overflow:hidden; }
.ghp-image img { width:100%; height:100%; display:block; object-fit:cover; }
.ghp-vip { top:12px!important; left:12px!important; min-height:30px!important; padding:5px 10px!important; border-radius:9px!important; font-size:12px!important; line-height:1!important; box-shadow:0 5px 18px rgba(15,23,42,.2); }
.ghp-vip--vip { background:#f59e0b!important; color:#fff!important; }
.ghp-vip--vip_plus { background:#7c3aed!important; color:#fff!important; }
.ghp-vip--super_vip { background:#f04438!important; color:#fff!important; }
.ghp-vip svg { width:13px!important; height:13px!important; }
.ghp-favorite { top:12px!important; right:12px!important; }
.ghp-body { min-width:0; }
.ghp-price-line { display:flex; align-items:center; gap:7px; min-width:0; flex-wrap:wrap; }
.ghp-price { white-space:nowrap; }
.ghp-price-m2 { min-width:0; white-space:nowrap; }
.ghp-title { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:2.8em; }
.ga-card-features { display:flex; align-items:center; flex-wrap:wrap; gap:14px; }
.ga-card-feature { position:relative; display:inline-flex; align-items:center; gap:6px; }
.ga-card-feature:after { content:attr(data-tooltip); position:absolute; left:50%; bottom:calc(100% + 8px); transform:translateX(-50%); padding:6px 8px; border-radius:7px; background:#0f172a; color:#fff; font-size:11px; white-space:nowrap; opacity:0; visibility:hidden; pointer-events:none; transition:.15s ease; z-index:20; }
.ga-card-feature:hover:after,.ga-card-feature:focus:after { opacity:1; visibility:visible; }
.ghp-footer { min-width:0; }
.ghp-location { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
@media(max-width:560px){.ghp-price-line{gap:5px}.ga-card-features{gap:10px}.ghp-vip{top:9px!important;left:9px!important}.ghp-favorite{top:9px!important;right:9px!important}}
