.property-searchbar{display:grid;grid-template-columns:minmax(260px,1.8fr) minmax(180px,1fr) minmax(160px,.8fr) auto;gap:12px;align-items:end;margin:-12px 0 42px;padding:18px;border:1px solid var(--line);background:rgba(255,255,255,.32)}.property-searchbar label{display:flex;flex-direction:column;gap:7px}.property-searchbar label>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#6f685e;font-weight:600}.property-searchbar input,.property-searchbar select{width:100%;height:48px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font:500 14px 'DM Sans',sans-serif;outline:none;padding:0 4px}.property-searchbar input:focus,.property-searchbar select:focus{border-bottom-color:var(--ink)}.property-searchbar input::placeholder{color:#8e877e}.results-count{align-self:center;justify-self:end;margin:0;white-space:nowrap;font-size:12px;color:#6f685e}.operation-filters{justify-content:flex-end}.property-card{transition:opacity .2s ease}.property-card.hidden{display:none}@media(max-width:980px){.property-searchbar{grid-template-columns:1fr 1fr}.results-count{justify-self:start}}@media(max-width:650px){.operation-filters{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.operation-filters .filter{white-space:nowrap}.property-searchbar{grid-template-columns:1fr;margin-top:-18px;padding:14px}.results-count{padding:4px 2px}.property-searchbar input,.property-searchbar select{height:46px}}
