.properties-list-container{padding-left:0;padding-right:0;gap:40px}@media(min-width:769px){.properties-list-container{padding-left:20px;padding-right:20px}}.properties-search-section{gap:20px;align-items:center;justify-content:space-between}.properties-search-inputs{gap:20px;width:100%;max-width:600px;flex:1 1}.clear-filters-button{background-color:rgba(0,0,0,0);color:#0065f2;border:2px solid #0065f2;border-radius:16px;padding:8px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;margin-left:0;line-height:1.5;height:auto;box-sizing:border-box}.clear-filters-button:hover:not(:disabled){border-color:#0065f2;color:#0065f2}.clear-filters-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:576px){.clear-filters-button{padding:12px 16px;font-size:13px}}.properties-search-input-wrapper{position:relative;flex:1 1;min-width:200px}.properties-search-input-wrapper .properties-search-input{width:100%;padding-right:40px;background-color:rgba(224,236,253,.5);border:2px solid rgba(224,236,253,.5);border-radius:0;font-size:16px;line-height:1.5;color:#0065f2;transition:all .3s ease}.properties-search-input-wrapper .properties-search-input::placeholder{color:#0065f2;opacity:.5}.properties-search-input-wrapper .properties-search-input:hover{border-color:#0065f2}.properties-search-input-wrapper .properties-search-input:focus{outline:none;border-color:#0065f2;box-shadow:0 0 0 3px rgba(0,101,242,.1);color:#0065f2}.properties-search-input-wrapper .properties-search-icon{position:absolute;right:12px;top:48%;transform:translateY(-50%);pointer-events:none;opacity:1}.properties-results-heading h2{color:#0065f2;font-weight:600;font-size:1.5rem;margin:0}.properties-results-heading h2 span{font-weight:700;color:#0065f2}.properties-grid{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;width:100%;margin:0;padding:0;list-style:none}.properties-card{overflow:hidden;transition:all .3s ease;cursor:pointer}.properties-card:hover{transform:translateY(-4px)}.properties-card:hover .properties-card-image{transform:scale(1.05)}.properties-card-image-container{border-radius:12px;position:relative;overflow:hidden;height:250px;width:100%}.properties-card-image-container .properties-card-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease}.properties-card-details{padding:1rem 0 0;flex-direction:column;gap:.5rem}.properties-card-details,.properties-card-info{display:flex;justify-content:space-between;align-items:flex-start}.properties-card-info{width:100%;min-width:0;flex-direction:row}.properties-card-info .properties-card-name{color:#0065f2;font-size:1.125rem;line-height:1.3}.properties-card-info .properties-card-address{color:#6c757d;font-weight:400;font-size:.875rem;margin:0;line-height:1.4}.properties-card-direction{display:flex;align-items:center;justify-content:space-between;width:100%}.properties-card-direction .status-badge{margin-bottom:0}@media(max-width:576px){.properties-list-container{gap:2rem}.properties-search-inputs,.properties-search-section{flex-direction:column!important;gap:1rem}.properties-search-inputs{width:100%}.properties-search-input-wrapper{width:100%;min-width:auto}.properties-search-input-wrapper .properties-search-input{font-size:16px;padding:12px 40px 12px 16px}.properties-results-heading{text-align:center}.properties-results-heading h2{font-size:1.25rem}.properties-grid{grid-template-columns:1fr!important;gap:1.5rem;width:100%}.properties-card:hover{transform:none}.properties-card-image-container{height:200px}.properties-card-details{flex-direction:column;align-items:flex-start;gap:.75rem}.properties-card-info .properties-card-name{font-size:1rem}.properties-card-info .properties-card-address{font-size:.8rem}.properties-card-direction{align-items:flex-start;gap:.5rem}}@media(min-width:577px)and (max-width:650px){.properties-grid{grid-template-columns:1fr!important;gap:2rem}.properties-list-container{padding-left:25px;padding-right:25px}.properties-card-direction{align-items:flex-start;gap:.5rem}}@media(max-width:768px){.properties-list-container{gap:2rem;padding-left:30px;padding-right:30px}.properties-search-section{flex-direction:column!important;gap:1.5rem}.properties-search-inputs{flex-direction:row!important;gap:1.5rem;width:100%}.properties-search-input-wrapper{flex:1 1;min-width:200px}.properties-results-heading{text-align:center}.properties-results-heading h2{font-size:1.375rem}.properties-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.properties-card-image-container{height:220px}.properties-card-info .properties-card-name{font-size:1.0625rem}.properties-card-info .properties-card-address{font-size:.8125rem}}@media(min-width:769px)and (max-width:992px){.properties-list-container{gap:2rem}.properties-search-section{gap:1.5rem}.properties-search-inputs{gap:1.5rem;max-width:500px}.properties-results-heading h2{font-size:1.375rem}.properties-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.properties-card-image-container{height:240px}}@media(min-width:993px)and (max-width:1200px){.properties-list-container,.properties-search-section{gap:2rem}.properties-search-inputs{gap:2rem;max-width:600px}.properties-results-heading h2{font-size:1.5rem}.properties-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.properties-card-image-container{height:250px}}@media(min-width:1201px){.properties-list-container{gap:2rem}.properties-search-section{gap:2.5rem}.properties-search-inputs{gap:2.5rem;max-width:700px}.properties-results-heading h2{font-size:1.625rem}.properties-grid{grid-template-columns:repeat(3,1fr);gap:3.5rem}.properties-card-image-container{height:260px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes staggerFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.properties-card{animation:staggerFadeIn .5s ease-out forwards}.properties-card:first-child{animation-delay:.1s}.properties-card:nth-child(2){animation-delay:.2s}.properties-card:nth-child(3){animation-delay:.3s}.properties-card:nth-child(4){animation-delay:.4s}.properties-card:nth-child(5){animation-delay:.5s}.properties-card:nth-child(6){animation-delay:.6s}.properties-card:nth-child(7){animation-delay:.7s}.properties-card:nth-child(8){animation-delay:.8s}.properties-card:nth-child(9){animation-delay:.9s}.properties-card:nth-child(10){animation-delay:1s}.properties-card:nth-child(11){animation-delay:1.1s}.properties-card:nth-child(12){animation-delay:1.2s}.properties-list-gap-sm{gap:1rem}.properties-list-gap-md{gap:2rem}.properties-list-gap-lg{gap:3rem}.properties-grid-2{grid-template-columns:repeat(2,1fr)}.properties-grid-3{grid-template-columns:repeat(3,1fr)}.properties-grid-4{grid-template-columns:repeat(4,1fr)}.properties-list-gradient{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem}.properties-list-card-enhanced .properties-card{box-shadow:0 6px 12px rgba(0,0,0,.15);border:1px solid rgba(0,101,242,.1)}.properties-list-card-enhanced .properties-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.2);border-color:#0065f2}.properties-list-border .properties-card{border:2px solid rgba(0,0,0,0);border-radius:12px;transition:all .3s ease}.properties-list-border .properties-card:hover{border-color:#0065f2;background-color:rgba(0,101,242,.05)}.properties-list-animated .properties-card{animation:float 6s ease-in-out infinite}.properties-list-animated .properties-card:first-child{animation-delay:2s}.properties-list-animated .properties-card:nth-child(2){animation-delay:4s}.properties-list-animated .properties-card:nth-child(3){animation-delay:6s}.properties-list-animated .properties-card:nth-child(4){animation-delay:8s}.properties-list-animated .properties-card:nth-child(5){animation-delay:10s}.properties-list-animated .properties-card:nth-child(6){animation-delay:12s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.properties-list-loading .properties-card{position:relative;overflow:hidden}.properties-list-loading .properties-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;z-index:1}.properties-list-loading .properties-card .properties-card-details,.properties-list-loading .properties-card .properties-card-image{opacity:0}.properties-list-loading .properties-card.loaded:before{display:none}.properties-list-loading .properties-card.loaded .properties-card-details,.properties-list-loading .properties-card.loaded .properties-card-image{opacity:1;transition:opacity .3s ease}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}