.binh-bds-filter-form-wrapper{background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:30px}.binh-bds-filter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;align-items:flex-end}.binh-bds-filter-form .filter-group{display:flex;flex-direction:column;justify-content:flex-end}.binh-bds-filter-form label{font-weight:600;margin-bottom:8px;color:#333;font-size:.95rem}.binh-bds-filter-form input[type=text],.binh-bds-filter-form input[type=number],.binh-bds-filter-form select{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:1rem;box-sizing:border-box;height:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.binh-bds-filter-form .filter-buttons{grid-column:span 2;display:flex;gap:15px}.binh-bds-filter-form button{flex:1;border:none;height:50px;padding:0;line-height:50px;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.binh-bds-filter-form .filter-submit-btn{background-color:var(--fs-color-primary);color:#fff}.binh-bds-filter-form .filter-submit-btn:hover{background-color:#005a87}.binh-bds-filter-form .filter-clear-btn{background-color:#6c757d;color:#fff}.binh-bds-filter-form .filter-clear-btn:hover{background-color:#5a6268}#binh-bds-filter-results{margin-top:30px}#binh-bds-filter-results.real-estate-items{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}@media (max-width:992px){.binh-bds-filter-form{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.binh-bds-filter-form .filter-buttons{grid-column:span 1;flex-direction:column}#binh-bds-filter-results.real-estate-items{grid-template-columns:1fr}}@media (max-width:768px){.binh-bds-filter-form{grid-template-columns:1fr}}