.property-card{box-shadow:0 4px 10px #0000001a;transition:transform .3s ease-in-out;border-radius:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.property-card:hover{transform:scale(1.03)}
.grid-view,.list-view{transition:opacity .5s ease-in-out,transform .5s ease-in-out}
.grid-view.hidden,.list-view.hidden{opacity:0;transform:translateY(10px);pointer-events:none;position:absolute}
.grid-view{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.list-view .property-card{width:100%}
.grid-view .property-card{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;padding:0;margin:0}
.grid-view .property-card .swiper{width:100%;height:200px;margin:0;padding:0;position:relative;cursor:pointer;}
.property-card .swiper .property-type{position:absolute;top:10px;left:10px;background-color:#00000080;color:#fff;padding:5px 10px;border-radius:5px;z-index:99}
.property-card .swiper .favorite-btn{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;z-index:99}
.favred{color:red}
.white{color:#efefef}
.grid-view .property-card .swiper-slide{width:100%;height:100%;object-fit:cover;border-radius:0}
.grid-view .property-card .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:0}
.list-view .property-card{display:flex;flex-direction:row;align-items:stretch;width:100%;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a;margin:10px 0;padding:0}
.list-view .property-card .swiper{width:40%;height:100%;margin:0!important;padding:0!important;flex-shrink:0}
.list-view .property-card .swiper-slide{width:100%;height:100%;margin:0!important;padding:0!important}
.list-view .property-card .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:0}
.list-view .property-card .property-info{width:60%;padding:20px;display:flex;flex-direction:column;justify-content:center}
.swiper{width:100%;height:200px}
.swiper-slide {cursor:pointer;}
.swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.btn-toggle.active{background-color:#007bff;color:#fff}
@media (max-width: 768px) {
.list-view{display:none!important}
.grid-view{grid-template-columns:repeat(auto-fill,minmax(250px,1fr)) !important;}
#toggleGridView,#toggleListView{display:none}
}
#propertyContainer .property-card .card-body{padding:5px 15px 10px}
#propertyContainer .property-card .card-body h5.card-title{font-weight:600}
#propertyContainer .property-card .card-body h5.card-title a{text-decoration:none}
#propertyContainer .property-card .card-body .default-property-price{font-size:16px;color:red;margin-top:5px}
#propertyContainer .property-card .card-body .property-address{font-size:14px;color:#555;margin-top:5px}
#propertyContainer .property-card .card-body .property-description{font-size:14px;color:#333;margin-top:10px}
#propertyContainer .property-card .card-body .property-details{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px 14px;margin-top:10px}
#propertyContainer .property-card .card-body .property-detail{margin-right:0;display:inline-flex;align-items:center;white-space:nowrap;line-height:1.2;font-size:14px;color:#555}
#propertyContainer .property-card .card-body .property-detail strong{font-weight:600}
#propertyContainer .property-card .card-body .divider{border-top:1px solid #ccc;margin:10px 0}
#propertyContainer .property-card .card-body .agent-info{display:flex;margin-top:10px}
#propertyContainer .property-card .card-body .agent-info .agent-avatar{margin:5px 10px 0 0}
#propertyContainer .property-card .card-body .agent-info .agent-avatar img{width:40px;height:40px;border-radius:50%;margin-right:10px}
#propertyContainer .property-card .card-body .agent-info .agent-name{font-size:14px;color:#333}
#propertyContainer .property-card .card-body .agent-info .agent-name p{margin-bottom:0}
#propertyContainer .property-card .card-body .agent-info .agent-name .agent-phone{font-size:12px;color:#555;margin-top:5px}
.property-card .swiper .swiper-button-next,.property-card .swiper .swiper-button-prev{position:absolute;top:60%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:10px 15px;font-size:18px;cursor:pointer;z-index:10;border-radius:5px;opacity:.7;transition:opacity .3s}
.property-card .swiper .swiper-button-next:hover,.property-card .swiper .swiper-button-prev:hover{opacity:1;background-color:#000c}
.property-card .swiper .swiper-button-next::after,.property-card .swiper .swiper-button-prev::after{font-size:16px}

.wwps-quick-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:16px}.wwps-quick-field{min-width:0}.wwps-quick-field .wwps-label{margin-bottom:6px}.wwps-quick-field select,.wwps-quick-field input[type="text"]{width:100%;padding:14px 16px;border:1px solid #d9deeb;border-radius:16px;background:#fff;font-size:15px}.wwps-tagbox{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:52px;padding:8px 10px;border:1px solid #d9deeb;border-radius:16px;background:#fff}.wwps-tagbox__chips{display:flex;flex-wrap:wrap;gap:8px}.wwps-tag{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;background:#f7f8fe;color:#24304f;padding:8px 12px;font-size:13px;font-weight:700}.wwps-tag strong{font-size:14px;line-height:1}.wwps-tagbox__input{border:none !important;box-shadow:none !important;padding:8px 4px !important;min-width:120px;flex:1 1 120px}.wwps-tagbox__input:focus{outline:none}.property-card .card-title,.property-card .card-title a{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;font-weight:700 !important}@media (max-width:1200px){.wwps-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.wwps-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.wwps-quick-grid{grid-template-columns:1fr}}

html body .wwps-page{padding-left:0 !important;padding-right:0 !important}
html body .wwps-page>.wwps-wrap{width:min(1360px,calc(100vw - 100px)) !important;max-width:min(1360px,calc(100vw - 100px)) !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;overflow:visible !important}
html body .wwps-page>.wwps-wrap>.wwps-results-shell,
html body #propertyContainer,
html body .wwps-results-map-shell{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important}
html body .wwps-page>.wwps-wrap>.wwps-search-shell{width:min(1540px,calc(100vw - 100px)) !important;max-width:min(1540px,calc(100vw - 100px)) !important;position:relative !important;left:50% !important;transform:translateX(-50%) !important;margin:18px 0 !important;box-sizing:border-box !important}
@media (max-width:991px){html body .wwps-page{padding-left:0 !important;padding-right:0 !important}html body .wwps-page>.wwps-wrap{width:min(100%,calc(100vw - 32px)) !important;max-width:min(100%,calc(100vw - 32px)) !important}html body .wwps-page>.wwps-wrap>.wwps-search-shell{width:100% !important;max-width:100% !important;left:auto !important;transform:none !important;margin:18px 0 !important}}
@media (max-width:640px){html body .wwps-page>.wwps-wrap{width:min(100%,calc(100vw - 24px)) !important;max-width:min(100%,calc(100vw - 24px)) !important}}


@media (min-width:992px){
  html body .wwps-page{padding-left:50px !important;padding-right:50px !important;}
  html body .wwps-page>.wwps-wrap{width:min(1320px,calc(100vw - 100px)) !important;max-width:min(1320px,calc(100vw - 100px)) !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;}
  html body .wwps-page>.wwps-wrap>.wwps-search-shell{width:min(calc(100% + 120px),calc(100vw - 100px)) !important;max-width:min(calc(100% + 120px),calc(100vw - 100px)) !important;position:relative !important;left:50% !important;transform:translateX(-50%) !important;margin-left:0 !important;margin-right:0 !important;}
  html body .wwps-page>.wwps-wrap>.wwps-results-shell,html body #propertyContainer,html body .wwps-results-map-shell{width:100% !important;max-width:1320px !important;margin-left:auto !important;margin-right:auto !important;}
}

html body .wwps-page{display:block !important;justify-content:initial !important;width:100% !important;padding:0 0px !important;box-sizing:border-box !important}html body .wwps-page>.wwps-wrap{display:block !important;float:none !important;width:min(1320px,calc(100vw - 100px)) !important;max-width:min(1320px,calc(100vw - 100px)) !important;margin:0 auto !important;padding:0 !important;box-sizing:border-box !important}html body .wwps-page>.wwps-wrap>.wwps-search-shell{display:block !important;float:none !important;clear:both !important;flex:0 0 100% !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important}html body .wwps-page>.wwps-wrap>.wwps-results-shell{display:block !important;float:none !important;clear:both !important;flex:0 0 100% !important;width:100% !important;max-width:1320px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important}html body #propertyContainer,html body .wwps-results-map-shell{width:100% !important;max-width:1320px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important}.wwps-query-line{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:10px;align-items:center}.wwps-voice-btn{width:52px;height:52px;border:none;border-radius:50%;background:#fff;color:#020C7D;border:1px solid #d9deeb;box-shadow:0 8px 22px rgba(2,12,125,.08)}.wwps-voice-btn.is-listening{color:#F54C85;border-color:#F54C85}.wwps-modal--wide .wwps-modal__dialog{width:min(980px,100%)}.wwps-map{height:460px;border-radius:18px;overflow:hidden;border:1px solid #e3e8f3}.wwps-map-actions{justify-content:space-between}.wwps-span2{grid-column:1/-1}.property-card .card-title,.property-card .card-title a{font-size:17px !important;line-height:1.35 !important;color:#11172b !important;font-weight:800 !important}.property-card .card-title a:hover{color:#11172b !important;text-decoration:none}.wwps-right-tools .wwps-secondary i{margin-right:8px}.wwps-page{display:block}.wwps-search-shell{position:relative;background:#fff;border:1px solid #edf0f7;border-radius:24px;padding:22px;box-shadow:0 14px 36px rgba(2,12,125,.07);margin:18px 0}.wwps-hero-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}.wwps-search-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.wwps-search-actions .wwps-secondary i{margin-right:8px}.wwps-secondary--navy{background:#eef2ff;border-color:#d6defc;color:#020C7D}.wwps-secondary--quick.is-active{background:#020C7D !important;border-color:#020C7D !important;color:#fff !important}.wwps-query-wrap{min-width:0}.wwps-query-topline{display:flex;align-items:center;justify-content:flex-start;margin-bottom:8px}.wwps-geo-labelbtn{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #f3bfd2;background:#fff5f9;color:#020C7D;font-weight:800;box-shadow:0 10px 24px rgba(245,76,133,.10)}.wwps-geo-labelbtn:hover,.wwps-geo-labelbtn:focus{border-color:#F54C85;color:#F54C85;outline:none}.wwps-geo-labelbtn i{font-size:16px}.wwps-pillbtn--more{margin-left:auto}.wwps-label{display:block;font-size:13px;font-weight:700;color:#24304f;margin-bottom:8px}.wwps-query-input,.wwps-modal select,.wwps-modal input:not([type="radio"]):not([type="checkbox"]),.wwps-sort-inline{width:100%;padding:14px 16px;border:1px solid #d9deeb;border-radius:16px;background:#fff;font-size:15px}.wwps-search-btn{background:#F54C85;color:#fff;border:none;border-radius:999px;padding:0 24px;font-weight:800;min-height:52px;box-shadow:0 8px 22px rgba(245,76,133,.26)}.wwps-search-btn--small{min-height:44px;padding:0 18px}.wwps-pillbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:16px}.wwps-pillbtn{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;border:1px solid #e1e7f2;background:#fff;color:#24304f;font-weight:700}.wwps-pillbtn--icon{width:46px;min-width:46px;justify-content:center;padding:0}.wwps-pillbtn:hover,.wwps-pillbtn:focus{border-color:#F54C85;color:#F54C85;outline:none}.wwps-pillbtn--toolbar{min-height:46px;padding:0 16px;background:#fff;white-space:nowrap}.wwps-clear-link{margin-left:auto;font-weight:700;color:#5b6477}.wwps-clear-link--button{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;min-height:44px;border-radius:999px;border:1px solid #F54C85;background:#F54C85;color:#fff !important;box-shadow:0 8px 22px rgba(245,76,133,.22);text-decoration:none}.wwps-location-status-inline{font-size:13px;color:#6b7488;font-weight:700;display:inline-flex;align-items:center;min-height:44px}.wwps-clear-link--button:hover,.wwps-clear-link--button:focus{background:#e43f76;border-color:#e43f76;color:#fff !important;text-decoration:none;outline:none}.wwps-active-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.ww-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#f7f8fe;color:#24304f;font-size:13px;border:1px solid #e1e6f3}.wwps-results-shell{min-width:0;margin-bottom:28px}.wwps-results-map-shell{margin:0 0 16px;display:block !important}.wwps-results-map-shell[hidden]{display:none !important}.wwps-results-map-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:0 0 10px}.wwps-results-map-note{font-size:13px;color:#5e6981}.wwps-results-map{position:relative;height:420px;border-radius:18px;overflow:hidden;border:1px solid #e3e8f3}.wwps-defaultbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:8px 0 14px;flex-wrap:wrap}.wwps-right-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.wwps-right-tools .wwps-secondary,.wwps-right-tools .btn,.wwps-right-tools .wwps-sort-inline{min-height:46px}.wwps-right-tools .wwps-sort-inline{min-width:190px}.wwps-right-tools .wwps-secondary{white-space:nowrap}.wwps-right-tools .btn{padding:0 14px;border-radius:999px}.wwps-result-count{font-size:16px}.wwps-soft-note{margin-top:6px;color:#7c869c;font-size:13px}.wwps-preferred-search-note{margin:0 0 12px;padding:10px 14px;border-radius:14px;background:#f7f8fe;border:1px solid #e1e6f3;color:#24304f}.wwps-loadmore-wrap{text-align:center;padding:26px 0 12px}.wwps-loadmore{background:#020C7D;color:#fff;border:none;border-radius:999px;padding:14px 24px;font-weight:700}.wwps-modal{position:fixed;inset:0;background:rgba(9,16,52,.58);display:none;align-items:flex-start;justify-content:center;padding:clamp(16px,3vh,28px);overflow:auto;z-index:2147483000}.wwps-modal.is-open{display:flex}.wwps-modal__dialog{width:min(720px,100%);max-height:calc(100vh - clamp(32px,6vh,56px));margin:auto 0;background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(3,13,62,.25);overflow:hidden;display:flex;flex-direction:column}.wwps-modal.is-max .wwps-modal__dialog{width:min(96vw,1600px);max-height:calc(100vh - 16px);height:calc(100vh - 16px)}.wwps-modal__dialog--directions{width:min(920px,100%)}.wwps-modal__body--directions{padding:0;background:#f6f8fc}.wwps-modal__body--directions iframe{display:block;width:100%;height:min(78vh,760px);border:0;background:#fff}.wwps-modal.is-max .wwps-modal__body--directions iframe{height:calc(100vh - 92px)}.wwps-modal__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:20px 22px 12px;border-bottom:1px solid #edf0f7;flex:0 0 auto}.wwps-modal__head h3{margin:0;font-size:22px;font-weight:800;color:#11172b}.wwps-modal__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.wwps-modal__size,.wwps-modal__close{border:none;background:transparent;font-size:24px;line-height:1;color:#6b7488;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.wwps-modal__size:hover,.wwps-modal__close:hover{background:#f5f7fc}.wwps-modal__body{padding:22px;overflow:auto;-webkit-overflow-scrolling:touch}.wwps-directions-frame{display:block;width:100%;height:min(72vh,640px);border:0;border-radius:18px;background:#fff}.wwps-modal__body label,.wwps-modal__body strong,.wwps-modal__body small,.wwps-modal__body span{color:inherit}.wwps-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.wwps-modal__foot{padding:0 22px 22px;display:flex;justify-content:flex-end;flex:0 0 auto}.wwps-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wwps-secondary{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;min-height:44px;border-radius:999px;border:1px solid #d9deeb;background:#fff;color:#24304f;font-weight:700}.wwps-feature-row{display:flex;flex-wrap:wrap;gap:10px}.wwps-check-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #e0e5f0;border-radius:999px;padding:10px 14px;background:#fff;cursor:pointer;font-size:14px}.wwps-check-pill input{width:auto}.wwps-help{margin:0 0 14px;color:#5e6981}.wwps-inline-actions{display:flex;gap:10px;flex-wrap:wrap}.wwps-location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wwps-location-grid--single{grid-template-columns:1fr}.wwps-location-card{border:1px solid #e3e8f3;border-radius:20px;background:#fff;padding:18px 18px 16px;box-shadow:0 8px 20px rgba(2,12,125,.04)}.wwps-location-card--accent{background:linear-gradient(180deg,#fff 0%,#fbfbff 100%);border-color:#dfe5f6;box-shadow:0 10px 24px rgba(2,12,125,.06)}.wwps-location-card--wide{grid-column:1/-1}.wwps-location-card .wwps-label{margin-bottom:8px}.wwps-location-hint{display:block;margin-top:8px;font-size:12px;line-height:1.45;color:#6b7488}.wwps-location-tools{display:flex;align-items:center;gap:12px;grid-column:1/-1;justify-content:space-between;flex-wrap:wrap}.wwps-location-current-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}.wwps-location-current-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,#020C7D 0%,#2536d3 100%);color:#fff;font-weight:800;font-size:13px;box-shadow:0 10px 24px rgba(2,12,125,.18)}.wwps-location-current-head small{display:block;color:#42506d;font-size:13px;max-width:420px}.wwps-location-card--current{background:linear-gradient(180deg,#fff 0%,#fff5f9 100%);border-color:#f6c6d8;box-shadow:0 14px 30px rgba(245,76,133,.12)}.wwps-location-card--current .wwps-location-btn{border-color:#f3bfd2;background:#fff;color:#020C7D}.wwps-location-card--current .wwps-location-btn:hover,.wwps-location-card--current .wwps-location-btn:focus{border-color:#F54C85;color:#F54C85}.wwps-location-btn i{margin-right:8px}.wwps-location-note{font-size:13px;color:#6b7488;font-weight:600}.wwps-location-card select,.wwps-location-card input:not([type="radio"]):not([type="checkbox"]){background:#f9fbff;border-color:#dce3f0}.wwps-location-card select:focus,.wwps-location-card input:not([type="radio"]):not([type="checkbox"]):focus{border-color:#f54c85;box-shadow:0 0 0 3px rgba(245,76,133,.12);outline:none}.wwps-radio-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wwps-radio-group--stack{grid-template-columns:1fr}.wwps-radio-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #e0e5f0;border-radius:18px;background:#fff;cursor:pointer;min-height:72px;color:#24304f}.wwps-radio-card input[type="radio"],.wwps-radio-card input[type="checkbox"]{width:18px !important;height:18px !important;min-width:18px;min-height:18px;padding:0 !important;margin:3px 0 0 !important;border:none !important;border-radius:50% !important;background:transparent !important;box-shadow:none !important;accent-color:#F54C85;appearance:auto;-webkit-appearance:radio;flex:0 0 18px}.wwps-radio-card span{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;color:#24304f}.wwps-radio-card strong{display:block;font-size:15px;line-height:1.2;color:#11172b}.wwps-radio-card small{display:block;font-size:12px;line-height:1.4;color:#6b7488}.wwps-price-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wwps-price-block{min-width:0}.wwps-price-title{margin:0 0 12px;font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#5f6880}.wwps-toolbar-chip{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;background:#f7f8fe;border:1px solid #e1e6f3;color:#24304f;font-weight:700;font-size:13px;white-space:nowrap}.wwps-map-empty-note{position:absolute;left:16px;bottom:16px;z-index:500;background:rgba(255,255,255,.94);border:1px solid #e3e8f3;border-radius:14px;padding:10px 12px;max-width:min(360px,calc(100% - 32px));font-size:13px;color:#33405f;box-shadow:0 10px 24px rgba(2,12,125,.10)}.property-card .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.property-card .property-price{position:relative;z-index:2;font-size:18px !important;line-height:1.2 !important;font-weight:700 !important}.property-card .agent-name p{margin:0}.property-card .agent-name .agent-name-text{font-weight:800;color:#11172b}.property-card .agent-phone{margin-top:5px}.wwps-card-actions{display:flex;flex-wrap:nowrap;gap:10px;margin-top:14px;align-items:center}.wwps-card-action{display:inline-flex;align-items:center;justify-content:center;gap:0;width:48px;height:48px;padding:0;border-radius:999px;border:1px solid #e1e7f2;background:#fff;color:#24304f;font-weight:700;font-size:13px;text-decoration:none;flex:0 0 48px}.wwps-card-action:hover,.wwps-card-action:focus{border-color:#F54C85;color:#F54C85;text-decoration:none;outline:none}.wwps-card-action.is-active{background:#020C7D;color:#fff;border-color:#020C7D}.wwps-card-action i{font-size:18px}.wwps-card-actionslot{display:inline-flex}.wwps-notice{position:sticky;top:12px;z-index:2147483200;margin:12px auto 0;padding:12px 16px;max-width:1320px;border-radius:16px;background:#edf7ef;border:1px solid #cfe7d4;color:#1e5a2d;font-weight:700;box-shadow:0 8px 24px rgba(2,12,125,.08)}.wwps-notice.is-error{background:#fff2f4;border-color:#f1c7d3;color:#8b2446}.wwps-alert-status{display:none;margin-top:12px;padding:12px 14px;border-radius:14px;background:#edf7ef;border:1px solid #cfe7d4;color:#1e5a2d;font-weight:700}.wwps-alert-status.is-visible{display:block}.wwps-alert-status.is-error{background:#fff2f4;border-color:#f1c7d3;color:#8b2446}.wwps-saved-search-formrow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.wwps-saved-search-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.wwps-saved-search-item{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border:1px solid #e3e8f3;border-radius:18px;background:#fff}.wwps-saved-search-copy{min-width:0}.wwps-saved-search-name{font-size:15px;font-weight:800;color:#11172b;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wwps-saved-search-summary{margin-top:4px;color:#42506d;font-size:13px}.wwps-saved-search-meta{margin-top:4px;color:#7b859b;font-size:12px}.wwps-default-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#eef2ff;border:1px solid #d6defc;color:#020C7D;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.wwps-saved-search-item.is-default{border-color:#d6defc;box-shadow:0 10px 24px rgba(2,12,125,.06)}.wwps-saved-search-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.wwps-saved-search-empty.is-hidden{display:none}.wwps-modal-lock{overflow:hidden}@media (max-width:991px){html body .wwps-page{padding:0 16px !important}html body .wwps-page>.wwps-wrap{width:min(100%,calc(100vw - 32px)) !important;max-width:min(100%,calc(100vw - 32px)) !important}html body .wwps-page>.wwps-wrap>.wwps-search-shell{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important}.wwps-hero-row{grid-template-columns:1fr}.wwps-defaultbar{flex-direction:column}.wwps-clear-link{margin-left:0}.wwps-grid2,.wwps-radio-group,.wwps-price-sections,.wwps-location-grid{grid-template-columns:1fr}.wwps-saved-search-item,.wwps-saved-search-formrow{grid-template-columns:1fr;display:grid}.wwps-saved-search-actions{justify-content:flex-start}}@media (max-width:640px){html body .wwps-page{padding:0 12px !important}html body .wwps-page>.wwps-wrap{width:min(100%,calc(100vw - 24px)) !important;max-width:min(100%,calc(100vw - 24px)) !important}.wwps-search-shell{padding:18px}.wwps-pillbar{gap:8px}.wwps-pillbtn{padding:10px 14px;width:calc(50% - 4px);justify-content:center}.wwps-pillbtn--more{margin-left:0}.wwps-clear-link{width:100%;text-align:center;padding-top:2px}.wwps-geo-labelbtn{width:100%;justify-content:center}.property-card .card-title,.property-card .card-title a{font-size:16px !important}.property-card .property-price{font-size:17px !important}}
.wwps-quick-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:16px}.wwps-quick-field{min-width:0}.wwps-quick-field .wwps-label{margin-bottom:6px}.wwps-quick-field select,.wwps-quick-field input[type="text"]{width:100%;padding:14px 16px;border:1px solid #d9deeb;border-radius:16px;background:#fff;font-size:15px}.wwps-tagbox{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:52px;padding:8px 10px;border:1px solid #d9deeb;border-radius:16px;background:#fff}.wwps-tagbox__chips{display:flex;flex-wrap:wrap;gap:8px}.wwps-tag{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;background:#f7f8fe;color:#24304f;padding:8px 12px;font-size:13px;font-weight:700}.wwps-tag strong{font-size:14px;line-height:1}.wwps-tagbox__input{border:none !important;box-shadow:none !important;padding:8px 4px !important;min-width:120px;flex:1 1 120px}.wwps-tagbox__input:focus{outline:none}.property-card .card-title,.property-card .card-title a{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;font-weight:700 !important}@media (max-width:1200px){.wwps-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.wwps-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.wwps-quick-grid{grid-template-columns:1fr}}


/* WWPS dedicated search styling loaded in <head> to prevent flash of old styles */
#propertyContainer.grid-view{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}
#propertyContainer.list-view{display:flex;flex-direction:column;gap:12px}
#propertyContainer.list-view .property-card{width:100%}
@media (max-width:1200px){#propertyContainer.grid-view{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:767px){#propertyContainer.grid-view{grid-template-columns:1fr;}}
.wwps-page,.wwps-wrap,.wwps-search-shell,.wwps-results-shell{visibility:visible}


/* Final flicker mask: keep WWPS shell hidden until last paint frame */
html.wwps-js body.com_wwpropertysearch.view-search .wwps-page{opacity:0}
html.wwps-js.wwps-ready body.com_wwpropertysearch.view-search .wwps-page,html.wwps-ready body.com_wwpropertysearch.view-search .wwps-page{opacity:1}
body.com_wwpropertysearch.view-search .wwps-page{transition:opacity .06s linear;will-change:opacity}


/* Inline SVG icons to prevent icon-font repaint flicker on WWPS */
.wwps-icon{display:inline-flex;align-items:center;justify-content:center;width:1.15em;height:1.15em;line-height:1;flex:0 0 1.15em;vertical-align:-0.125em}
.wwps-icon svg{display:block;width:100%;height:100%}
.wwps-pillbtn .wwps-icon,.wwps-secondary .wwps-icon,.wwps-search-btn .wwps-icon,.wwps-clear-link--button .wwps-icon{margin-right:8px}
.wwps-voice-btn .wwps-icon,.wwps-card-action .wwps-icon,.btn .wwps-icon{margin-right:0}
.wwps-card-action .wwps-icon{width:20px;height:20px;flex:0 0 20px}
.property-detail .wwps-icon,.property-address .wwps-icon{width:16px;height:16px;flex:0 0 16px}
.agent-phone svg,.property-detail svg{display:block}


body.com_wwpropertysearch.view-search .wwps-page.is-clearing{
  opacity:.72;
  pointer-events:none;
}
body.com_wwpropertysearch.view-search .wwps-page.is-clearing .wwps-search-shell,
body.com_wwpropertysearch.view-search .wwps-page.is-clearing .wwps-results-shell{
  transition:opacity .12s ease;
}

#propertyContainer .property-card .card-body .property-detail .wwps-icon,
#propertyContainer .property-card .card-body .property-detail svg{margin-right:6px}


/* Stronger property stat icons */
#propertyContainer .property-card .card-body .property-detail{color:#11172b;font-weight:700}
#propertyContainer .property-card .card-body .property-detail .wwps-icon{width:18px;height:18px;flex:0 0 18px;color:#000}
#propertyContainer .property-card .card-body .property-detail svg{width:18px;height:18px;color:#000}
#propertyContainer .property-card .card-body .property-detail svg *{stroke-width:2.35}
.wwps-help--warning{display:block;margin:0 0 14px;padding:12px 14px;border-radius:14px;background:#fff2f4;border:1px solid #f1c7d3;color:#8b2446;font-weight:800}.wwps-modal.is-location-gated .wwps-modal__head h3{color:#F54C85}.wwps-modal.is-location-gated .wwps-location-card--accent{border-color:#f6c6d8;box-shadow:0 14px 30px rgba(245,76,133,.12)}@media (min-width:992px){html body .wwps-page>.wwps-wrap>.wwps-search-shell{width:calc(100% - 160px) !important;max-width:calc(100% - 160px) !important;margin:50px 80px 22px 80px !important}}#locationModal .wwps-modal__head h3{color:#11172b !important}@media (min-width:992px){html body .wwps-page>.wwps-wrap>.wwps-search-shell{width:min(1480px,calc(100vw - 160px)) !important;max-width:min(1480px,calc(100vw - 160px)) !important;margin:50px auto 22px auto !important}}
/* WWPS Chrome/Edge autofill containment: keep browser credentials away from visible search fields */
.wwps-autofill-decoy {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.wwps-search-form input:-webkit-autofill,
.wwps-search-form input:-webkit-autofill:hover,
.wwps-search-form input:-webkit-autofill:focus,
.wwps-search-form input:-webkit-autofill:active,
form[data-wwps-search] input:-webkit-autofill,
form[data-wwps-search] input:-webkit-autofill:hover,
form[data-wwps-search] input:-webkit-autofill:focus,
form[data-wwps-search] input:-webkit-autofill:active {
  transition: background-color 9999s ease-out, color 9999s ease-out !important;
  transition-delay: 9999s !important;
}

.wwps-search-form input::-webkit-credentials-auto-fill-button,
.wwps-search-form input::-webkit-contacts-auto-fill-button,
form[data-wwps-search] input::-webkit-credentials-auto-fill-button,
form[data-wwps-search] input::-webkit-contacts-auto-fill-button {
  visibility: hidden !important;
  display: none !important;
}


/* WWPS AI search clear button: explicit clear instead of clearing on focus */
.wwps-query-line{
  grid-template-columns:minmax(0,1fr) 44px 52px;
}
.wwps-query-clear{
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:#f7f8fe;
  color:#24304f;
  font-size:26px;
  line-height:1;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(2,12,125,.06);
}
.wwps-query-clear[hidden]{
  display:none !important;
}
.wwps-query-clear:hover,
.wwps-query-clear:focus{
  background:#fff2f7;
  color:#F54C85;
  outline:none;
}


/* AI search clear button: keep the X visually inside the search box, while preserving the separate voice button. */
.wwps-query-line{position:relative;grid-template-columns:minmax(0,1fr) 52px !important;}
.wwps-query-line .wwps-query-input{grid-column:1/2;padding-right:52px !important;}
.wwps-query-line .wwps-voice-btn{grid-column:2/3;}
.wwps-query-clear{position:absolute;right:64px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:999px;background:#f3f5fb;color:#24304f;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;z-index:3;box-shadow:none;cursor:pointer;}
.wwps-query-clear:hover,.wwps-query-clear:focus{background:#F54C85;color:#fff;outline:none;}
.wwps-query-clear[hidden]{display:none !important;}
@media (max-width:640px){.wwps-query-clear{right:62px;width:32px;height:32px;font-size:20px;}}

/* WWPS fast clear: keep controls visibly reset while the lightweight component refresh happens. */
body.com_wwpropertysearch.view-search .wwps-page.is-clearing .wwps-query-input,
body.com_wwpropertysearch.view-search .wwps-page.is-clearing .wwps-pillbtn,
body.com_wwpropertysearch.view-search .wwps-page.is-clearing .wwps-clear-link--button{
  opacity:.7;
}

/* WWPS clear timing fix: clear should not lock the full page while the background refresh runs. */
body.com_wwpropertysearch.view-search .wwps-page.is-clear-refreshing .wwps-results-shell {
  opacity: .92;
  transition: opacity .12s ease;
}

body.com_wwpropertysearch.view-search .wwps-page.is-clear-refreshing .wwps-query-input,
body.com_wwpropertysearch.view-search .wwps-page.is-clear-refreshing .wwps-pillbtn,
body.com_wwpropertysearch.view-search .wwps-page.is-clear-refreshing .wwps-clear-link--button {
  opacity: 1;
}
