.property-type-cards{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:0}.property-type-card{flex:1 1 calc(33.33% - .75rem);min-width:100px;padding:1rem .75rem;border:2px solid var(--border-color, #e2e8f0);border-radius:.75rem;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--bg-card, #fff)}.property-type-card:hover{border-color:var(--accent, #2563eb);background:var(--bg-secondary, #f8fafc)}.property-type-card.active{border-color:var(--accent, #2563eb);background:#2563eb0d;box-shadow:0 0 0 1px var(--accent, #2563eb)}.property-type-card .type-icon{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-secondary, #64748b)}.property-type-card.active .type-icon{color:var(--accent, #2563eb)}.property-type-card .type-label{font-size:.85rem;font-weight:600;color:var(--text-primary, #1e293b)}.location-autocomplete{position:relative}.municipality-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:var(--bg-card, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:.5rem;box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1));max-height:300px;overflow-y:auto}.municipality-dropdown .dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem}.municipality-dropdown .dropdown-item:hover{background:var(--bg-secondary, #f8fafc)}.municipality-dropdown .dropdown-item.active{background:var(--accent, #2563eb);color:#fff}.municipality-dropdown .dropdown-item.active .text-muted{color:#ffffffb3!important}.estimate-range{text-align:center;padding:1.5rem 1rem}.estimate-range .estimate-mid{font-size:2rem;font-weight:700;color:var(--text-primary, #1e293b)}.estimate-range .estimate-bounds{font-size:.9rem;color:var(--text-secondary, #64748b);margin-top:.25rem}.estimate-range .estimate-label{font-size:.85rem;color:var(--text-muted, #94a3b8);margin-bottom:.5rem}@media (max-width: 576px){.property-type-card{flex:1 1 calc(50% - .75rem)}.estimate-range .estimate-mid{font-size:1.6rem}}
