/* GenieHome Core: shared search and property-card safeguards */
[data-gh-home-search] { position: relative; isolation: isolate; }
[data-gh-home-search] .gh-search-trigger, [data-gh-home-search] .gh-search-tab { pointer-events:auto!important; cursor:pointer!important; }
[data-gh-home-search] .gh-search-popover { pointer-events:auto!important; }
[data-gh-home-search] .gh-search-field.is-open { z-index:1000!important; }
.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; }
.gh-card-features { display:flex; align-items:center; flex-wrap:wrap; gap:14px; }
.gh-card-feature { position:relative; display:inline-flex; align-items:center; gap:6px; }
.gh-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; }
.gh-card-feature:hover:after,.gh-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}.gh-card-features{gap:10px}.ghp-vip{top:9px!important;left:9px!important}.ghp-favorite{top:9px!important;right:9px!important}}

/* Canonical GenieHome search component */
.gh-search-form{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:16px;box-shadow:0 18px 45px rgba(15,23,42,.08);position:relative;z-index:5}
.gh-search-primary{display:grid;grid-template-columns:minmax(260px,2fr) repeat(3,minmax(150px,1fr)) auto;gap:10px;align-items:end}
.gh-search-secondary{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:max-height .25s ease,opacity .2s ease,margin .25s ease}
.gh-search-form.is-advanced .gh-search-secondary{max-height:500px;opacity:1;margin-top:12px;overflow:visible}
.gh-field{display:flex;flex-direction:column;gap:6px;min-width:0}.gh-field>span{font-size:12px;font-weight:700;color:#64748b}
.gh-field input,.gh-field select{width:100%;height:48px;border:1px solid #dbe3ee;border-radius:12px;background:#f8fafc;padding:0 13px;color:#0f172a;font:inherit;outline:none}
.gh-field input:focus,.gh-field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12);background:#fff}
.gh-search-submit{height:48px;border:0;border-radius:12px;padding:0 26px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}
.gh-search-actions{display:flex;align-items:center;gap:14px;margin-top:12px}.gh-search-advanced-toggle{border:0;background:transparent;color:#2563eb;font-weight:700;cursor:pointer;padding:4px}.gh-search-reset{color:#64748b;text-decoration:none;font-size:14px}
.gh-check{display:flex;align-items:center;gap:8px;min-height:48px;font-weight:700;color:#334155}.gh-check input{width:18px;height:18px}
@media(max-width:1100px){.gh-search-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.gh-search-secondary{grid-template-columns:repeat(3,minmax(0,1fr))}.gh-search-submit{width:100%}}
@media(max-width:700px){.gh-search-form{padding:12px;border-radius:16px}.gh-search-primary,.gh-search-secondary{grid-template-columns:1fr}.gh-search-form:not(.mobile-open){display:none}.gpa-mobile-filter-btn{display:block}.gh-search-secondary{max-height:none!important;opacity:1!important;overflow:visible!important;margin-top:10px}.gh-search-actions{justify-content:space-between}.gh-search-advanced-toggle{display:none}}
