.property-type-cards{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.property-type-card{flex:1 1 calc(25% - .75rem);min-width:120px;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)}.municipality-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}@media (max-width: 576px){.property-type-card{flex:1 1 calc(50% - .75rem)}.tax-result-main .tax-amount{font-size:2rem}.municipality-dropdown .dropdown-item{flex-direction:column;align-items:flex-start;gap:.15rem}}
