/* Interactive listings map — version 1.5.3 */
body.pcl-map-page-shell{
    overflow:hidden;
    background:#f5f6f8;
}
body.pcl-map-page-shell .pcl-page-main{
    min-height:0;
}
body.pcl-map-page-shell .pcl-header{
    position:relative;
    z-index:1100;
}
body.pcl-map-page-shell .pcl-nav-wrap.is-sticky{
    position:relative;
    top:auto;
}
.pcl-map-search-page,
.pcl-map-search-page *{
    box-sizing:border-box;
}
.pcl-map-search-page{
    --pcl-map-border:#e1e4e8;
    --pcl-map-muted:#667085;
    --pcl-map-text:#182230;
    --pcl-map-primary:#d9234e;
    --pcl-map-primary-dark:#b7183e;
    position:relative;
    direction:rtl;
    min-height:640px;
    height:calc(100dvh - 116px);
    overflow:hidden;
    background:#fff;
    color:var(--pcl-map-text);
}
.pcl-map-search-toolbar{
    position:relative;
    z-index:800;
    min-height:66px;
    border-bottom:1px solid var(--pcl-map-border);
    background:#fff;
    box-shadow:0 3px 14px rgba(16,24,40,.05);
}
.pcl-map-filter-form{
    width:100%;
    margin:0;
    padding:10px 18px;
}
.pcl-map-filter-row{
    display:flex;
    align-items:center;
    gap:8px;
    min-width:0;
}
.pcl-map-mode-switch{
    display:flex;
    align-items:center;
    flex:0 0 auto;
    padding:3px;
    border:1px solid #d9dde3;
    border-radius:10px;
    background:#f7f8fa;
}
.pcl-map-mode-switch label{
    margin:0;
    cursor:pointer;
}
.pcl-map-mode-switch input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}
.pcl-map-mode-switch span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 14px;
    border-radius:7px;
    color:#475467;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
    transition:.2s ease;
}
.pcl-map-mode-switch input:checked+span{
    background:var(--pcl-map-primary);
    color:#fff;
    box-shadow:0 4px 12px rgba(217,35,78,.22);
}
.pcl-map-city-field{
    flex:0 0 150px;
    margin:0;
}
.pcl-map-city-field select,
.pcl-map-results-header select{
    width:100%;
    min-height:42px;
    margin:0;
    padding:0 12px;
    border:1px solid #d9dde3;
    border-radius:9px;
    background:#fff;
    color:#344054;
    font:inherit;
    font-size:13px;
    font-weight:700;
    outline:none;
}
.pcl-map-filter-dropdown{
    position:relative;
    flex:0 0 auto;
    margin:0;
}
.pcl-map-filter-dropdown>summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    min-height:42px;
    padding:0 12px;
    border:1px solid #d9dde3;
    border-radius:9px;
    background:#fff;
    color:#344054;
    font-size:13px;
    font-weight:750;
    list-style:none;
    white-space:nowrap;
    cursor:pointer;
    user-select:none;
    transition:.18s ease;
}
.pcl-map-filter-dropdown>summary::-webkit-details-marker{display:none}
.pcl-map-filter-dropdown[open]>summary,
.pcl-map-filter-dropdown>summary:hover{
    border-color:#aab2bd;
    background:#fafafa;
}
.pcl-map-filter-dropdown[open]>summary{
    color:var(--pcl-map-primary);
    box-shadow:0 0 0 3px rgba(217,35,78,.08);
}
.pcl-map-filter-popover{
    position:absolute;
    top:calc(100% + 9px);
    right:0;
    z-index:950;
    min-width:230px;
    padding:14px;
    border:1px solid #e4e7ec;
    border-radius:13px;
    background:#fff;
    box-shadow:0 16px 40px rgba(16,24,40,.16);
}
.pcl-map-property-types{
    display:grid;
    grid-template-columns:repeat(2,minmax(94px,1fr));
    gap:8px;
}
.pcl-map-property-types label,
.pcl-map-feature-checks label{
    position:relative;
    margin:0;
    cursor:pointer;
}
.pcl-map-property-types input,
.pcl-map-feature-checks input{
    position:absolute;
    opacity:0;
}
.pcl-map-property-types span,
.pcl-map-feature-checks span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:6px 10px;
    border:1px solid #e2e5e9;
    border-radius:9px;
    background:#fff;
    color:#475467;
    font-size:12px;
    font-weight:750;
}
.pcl-map-property-types input:checked+span,
.pcl-map-feature-checks input:checked+span{
    border-color:rgba(217,35,78,.4);
    background:#fff1f4;
    color:var(--pcl-map-primary);
}
.pcl-map-range-popover{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    min-width:310px;
}
.pcl-map-filter-popover label>span,
.pcl-map-select-label>span,
.pcl-map-keyword-label>span{
    display:block;
    margin:0 0 6px;
    color:#475467;
    font-size:12px;
    font-weight:750;
}
.pcl-map-filter-popover input[type="number"],
.pcl-map-filter-popover input[type="search"],
.pcl-map-filter-popover select{
    width:100%;
    min-height:41px;
    margin:0;
    padding:0 10px;
    border:1px solid #d9dde3;
    border-radius:8px;
    background:#fff;
    color:#344054;
    font:inherit;
    font-size:12px;
    outline:none;
}
.pcl-map-room-options{
    display:flex;
    gap:6px;
}
.pcl-map-room-options label{
    position:relative;
    margin:0;
    cursor:pointer;
}
.pcl-map-room-options input{
    position:absolute;
    opacity:0;
}
.pcl-map-room-options span{
    display:grid;
    place-items:center;
    min-width:40px;
    min-height:38px;
    padding:0 8px;
    border:1px solid #e1e4e8;
    border-radius:8px;
    color:#475467;
    font-size:12px;
    font-weight:800;
}
.pcl-map-room-options input:checked+span{
    border-color:var(--pcl-map-primary);
    background:#fff1f4;
    color:var(--pcl-map-primary);
}
.pcl-map-more-filter .pcl-map-filter-popover{
    right:auto;
    left:0;
}
.pcl-map-more-popover{
    min-width:370px;
}
.pcl-map-feature-checks{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    margin-top:12px;
}
.pcl-site .pcl-map-search-page .pcl-map-apply-button,
.pcl-site .pcl-map-search-page .pcl-map-reset-button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:92px!important;
    min-height:42px!important;
    height:42px!important;
    margin:0!important;
    padding:0 16px!important;
    border-radius:9px!important;
    font:inherit!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1!important;
    text-decoration:none!important;
    box-shadow:none!important;
    cursor:pointer!important;
    transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
.pcl-site .pcl-map-search-page .pcl-map-apply-button{
    border:1px solid var(--pcl-map-primary)!important;
    background:var(--pcl-map-primary)!important;
    color:#fff!important;
    box-shadow:0 6px 16px rgba(217,35,78,.20)!important;
}
.pcl-site .pcl-map-search-page .pcl-map-apply-button:hover{
    border-color:var(--pcl-map-primary-dark)!important;
    background:var(--pcl-map-primary-dark)!important;
    color:#fff!important;
    transform:translateY(-1px);
}
.pcl-site .pcl-map-search-page .pcl-map-reset-button{
    border:1px solid #d9dde3!important;
    background:#fff!important;
    color:#475467!important;
}
.pcl-site .pcl-map-search-page .pcl-map-reset-button:hover{
    border-color:#aab2bd!important;
    background:#f8fafc!important;
    color:#101828!important;
}
.pcl-map-active-filters{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    padding-top:8px;
}
.pcl-map-active-filters button{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:29px;
    padding:0 9px;
    border:1px solid #ffd0db;
    border-radius:999px;
    background:#fff4f6;
    color:#b7183e;
    font:inherit;
    font-size:11px;
    font-weight:750;
    cursor:pointer;
}
.pcl-map-search-layout{
    display:grid;
    grid-template-columns:minmax(380px,42%) minmax(0,58%);
    direction:ltr;
    height:calc(100% - 66px);
    min-height:0;
}
.pcl-map-results-panel,
.pcl-map-canvas-wrap{
    direction:rtl;
}
.pcl-map-results-panel{
    position:relative;
    z-index:300;
    min-width:0;
    height:100%;
    overflow:hidden;
    border-left:1px solid var(--pcl-map-border);
    background:#f7f8fa;
}
.pcl-map-results-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    min-height:76px;
    padding:13px 18px;
    border-bottom:1px solid #e5e7eb;
    background:#fff;
}
.pcl-map-results-header h1{
    margin:2px 0 0;
    color:#1d2939;
    font-size:16px;
    line-height:1.5;
}
.pcl-map-results-header h1 strong{color:var(--pcl-map-primary)}
.pcl-map-results-eyebrow{
    color:#98a2b3;
    font-size:11px;
    font-weight:750;
}
.pcl-map-results-header label{
    flex:0 0 118px;
    margin:0;
}
.pcl-map-results-header select{min-height:38px;font-size:12px}
.pcl-map-results-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-content:start;
    gap:12px;
    height:calc(100% - 76px);
    overflow:auto;
    padding:14px;
    scrollbar-width:thin;
}
.pcl-map-result-card{
    position:relative;
    display:block;
    min-width:0;
    overflow:hidden;
    border:1px solid #e4e7ec;
    border-radius:13px;
    background:#fff;
    color:inherit;
    text-decoration:none!important;
    box-shadow:0 3px 12px rgba(16,24,40,.04);
    cursor:pointer;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.pcl-map-result-card:hover,
.pcl-map-result-card.is-active{
    transform:translateY(-2px);
    border-color:rgba(217,35,78,.45);
    box-shadow:0 10px 26px rgba(16,24,40,.12);
}
.pcl-map-result-media{
    position:relative;
    display:block;
    height:150px;
    overflow:hidden;
    background:#e9edf2;
}
.pcl-map-result-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .28s ease;
}
.pcl-map-result-card:hover .pcl-map-result-media img{transform:scale(1.035)}
.pcl-map-result-badge{
    position:absolute;
    top:9px;
    right:9px;
    padding:5px 8px;
    border-radius:999px;
    background:var(--pcl-map-primary);
    color:#fff;
    font-size:10px;
    font-weight:850;
}
.pcl-map-result-body{
    padding:12px 13px 13px;
}
.pcl-map-result-price{
    margin-bottom:5px;
    color:#101828;
    font-size:14px;
    font-weight:900;
}
.pcl-map-result-card h2{
    display:-webkit-box;
    min-height:42px;
    margin:0 0 8px;
    overflow:hidden;
    color:#344054;
    font-size:13px;
    font-weight:780;
    line-height:1.7;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.pcl-map-result-location{
    overflow:hidden;
    margin-bottom:9px;
    color:#667085;
    font-size:11px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pcl-map-result-specs{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
}
.pcl-map-result-specs span{
    padding:4px 7px;
    border-radius:6px;
    background:#f2f4f7;
    color:#475467;
    font-size:10px;
    font-weight:700;
}
.pcl-map-results-loading{
    position:absolute;
    inset:76px 0 0;
    z-index:5;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:8px;
    background:rgba(247,248,250,.88);
    backdrop-filter:blur(2px);
}
.pcl-map-results-loading[hidden]{display:none!important}
.pcl-map-results-loading span{
    display:inline-block;
    width:8px;
    height:8px;
    margin:0 2px;
    border-radius:50%;
    background:var(--pcl-map-primary);
    animation:pcl-map-pulse 1s infinite ease-in-out;
}
.pcl-map-results-loading span:nth-child(2){animation-delay:.15s}
.pcl-map-results-loading span:nth-child(3){animation-delay:.3s}
.pcl-map-results-loading p{margin:6px 0 0;color:#667085;font-size:12px}
@keyframes pcl-map-pulse{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}
.pcl-map-results-notice{
    margin:10px 14px 0;
    padding:10px 12px;
    border-radius:9px;
    background:#fff7e6;
    color:#8a5a00;
    font-size:11px;
    line-height:1.8;
}
.pcl-map-empty-state{
    grid-column:1/-1;
    display:grid;
    place-items:center;
    min-height:260px;
    padding:28px;
    border:1px dashed #cfd4dc;
    border-radius:14px;
    background:#fff;
    color:#667085;
    text-align:center;
}
.pcl-map-empty-state strong{display:block;margin-bottom:7px;color:#344054;font-size:16px}
.pcl-map-canvas-wrap{
    position:relative;
    min-width:0;
    height:100%;
    overflow:hidden;
    background:#e7ebef;
}
.pcl-map-canvas{
    width:100%;
    height:100%;
    min-height:520px;
    background:#e7ebef;
}
.pcl-map-canvas .leaflet-control-zoom{
    margin-top:14px!important;
    border:0!important;
    box-shadow:0 5px 18px rgba(16,24,40,.15)!important;
}
.pcl-map-canvas .leaflet-control-zoom a{
    border-bottom:1px solid #edf0f3!important;
    color:#344054!important;
}
.pcl-map-price-icon{
    border:0!important;
    background:transparent!important;
}
.pcl-price-marker{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:78px;
    min-height:33px;
    padding:4px 10px;
    border:2px solid #fff;
    border-radius:999px;
    background:#fff;
    color:#1f2937;
    font-family:var(--pcl-font-family)!important;
    font-size:11px;
    font-weight:900;
    line-height:1;
    white-space:nowrap;
    box-shadow:0 5px 15px rgba(16,24,40,.28);
    transform:translate(-50%,-50%);
    transition:.16s ease;
}
.pcl-price-marker:after{
    content:"";
    position:absolute;
    right:50%;
    bottom:-5px;
    width:9px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    background:#fff;
    transform:translateX(50%) rotate(45deg);
}
.pcl-price-marker.is-featured{
    background:#fff1f4;
    color:var(--pcl-map-primary);
}
.pcl-price-marker.is-active{
    z-index:10;
    background:var(--pcl-map-primary);
    color:#fff;
    transform:translate(-50%,-50%) scale(1.08);
}
.pcl-price-marker.is-active:after{background:var(--pcl-map-primary)}
.pcl-map-cluster{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    border:4px solid rgba(255,255,255,.85);
    border-radius:50%;
    background:var(--pcl-map-primary);
    color:#fff;
    font-family:var(--pcl-font-family)!important;
    font-size:13px;
    font-weight:900;
    box-shadow:0 5px 17px rgba(16,24,40,.28);
}
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large{background:transparent!important}
.marker-cluster div{background:transparent!important;margin:0!important}
.pcl-map-floating-tools{
    position:absolute;
    top:14px;
    left:14px;
    z-index:650;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.pcl-map-floating-tools button{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    margin:0;
    border:1px solid #e4e7ec;
    border-radius:10px;
    background:#fff;
    color:#344054;
    font:inherit;
    font-size:20px;
    font-weight:800;
    box-shadow:0 5px 18px rgba(16,24,40,.14);
    cursor:pointer;
}
.pcl-map-floating-tools button:hover,
.pcl-map-floating-tools button.is-active{
    border-color:var(--pcl-map-primary);
    color:var(--pcl-map-primary);
}
.pcl-map-layer-controls{
    position:absolute;
    top:14px;
    right:14px;
    z-index:650;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
    min-width:218px;
    padding:11px 12px!important;
    border:1px solid #e4e7ec!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.97)!important;
    color:#344054!important;
    box-shadow:0 6px 20px rgba(16,24,40,.14)!important;
    backdrop-filter:blur(5px);
}
.pcl-site .pcl-map-layer-controls .pcl-map-layer-option{
    position:relative!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    width:100%!important;
    min-height:28px!important;
    margin:0!important;
    padding:0!important;
    color:#344054!important;
    cursor:pointer!important;
    user-select:none;
}
.pcl-site .pcl-map-layer-controls .pcl-map-layer-option>input[type="checkbox"]{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}
.pcl-map-switch{
    position:relative;
    display:inline-block!important;
    flex:0 0 36px!important;
    width:36px!important;
    height:20px!important;
    min-height:20px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid #cfd4dc!important;
    border-radius:999px!important;
    background:#e4e7ec!important;
    transition:.2s ease;
}
.pcl-map-switch:after{
    content:"";
    position:absolute;
    top:2px;
    right:2px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 1px 3px rgba(16,24,40,.25);
    transition:.2s ease;
}
.pcl-map-layer-option>input:checked+.pcl-map-switch{
    border-color:var(--pcl-map-primary)!important;
    background:var(--pcl-map-primary)!important;
}
.pcl-map-layer-option>input:checked+.pcl-map-switch:after{
    right:18px;
}
.pcl-map-layer-option>input:focus-visible+.pcl-map-switch{
    box-shadow:0 0 0 3px rgba(217,35,78,.17)!important;
}
.pcl-map-layer-label{
    display:block!important;
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:#344054!important;
    font-size:11px!important;
    font-weight:800!important;
    line-height:1.6!important;
    white-space:nowrap!important;
    opacity:1!important;
    visibility:visible!important;
}
.pcl-site .pcl-map-search-page .pcl-map-search-area-button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    position:absolute;
    top:16px;
    right:50%;
    z-index:680;
    transform:translateX(50%);
    min-height:38px;
    padding:0 16px;
    border:1px solid #e4e7ec!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#344054!important;
    font:inherit!important;
    font-size:12px!important;
    font-weight:850!important;
    line-height:1!important;
    box-shadow:0 6px 20px rgba(16,24,40,.2)!important;
    cursor:pointer!important;
}
.pcl-map-selected-card{
    position:absolute;
    right:18px;
    bottom:24px;
    z-index:690;
    width:min(390px,calc(100% - 36px));
    overflow:hidden;
    border:1px solid #e4e7ec;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 45px rgba(16,24,40,.24);
}
.pcl-map-selected-card[hidden]{display:none!important}
.pcl-map-selected-inner{
    display:grid;
    grid-template-columns:125px minmax(0,1fr);
    min-height:128px;
    color:inherit;
    text-decoration:none!important;
}
.pcl-map-selected-inner img{
    width:125px;
    height:100%;
    min-height:128px;
    object-fit:cover;
}
.pcl-map-selected-content{padding:13px 13px 12px}
.pcl-map-selected-content strong{display:block;margin-bottom:5px;color:#101828;font-size:14px}
.pcl-map-selected-content h3{margin:0 0 7px;color:#344054;font-size:13px;line-height:1.7}
.pcl-map-selected-content p{margin:0;color:#667085;font-size:11px}
.pcl-map-selected-close{
    position:absolute;
    top:7px;
    left:7px;
    z-index:2;
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border:0;
    border-radius:50%;
    background:rgba(17,24,39,.72);
    color:#fff;
    font:inherit;
    cursor:pointer;
}
.pcl-map-mobile-tabs{display:none}
.pcl-map-noscript{padding:30px;text-align:center}
.pcl-map-search-page .leaflet-popup-content-wrapper{border-radius:12px;font-family:var(--pcl-font-family)}
.pcl-map-search-page .leaflet-draw-toolbar{display:none!important}

@media (max-width:1180px){
    .pcl-map-filter-form{padding-inline:12px}
    .pcl-map-filter-row{overflow-x:auto;padding-bottom:3px;scrollbar-width:none}
    .pcl-map-filter-row::-webkit-scrollbar{display:none}
    .pcl-map-search-layout{grid-template-columns:minmax(340px,45%) minmax(0,55%)}
    .pcl-map-results-list{grid-template-columns:1fr}
}

@media (max-width:820px){
    body.pcl-map-page-shell{overflow:auto}
    .pcl-map-search-page{
        height:calc(100dvh - 82px);
        min-height:620px;
    }
    .pcl-map-search-toolbar{min-height:62px}
    .pcl-map-filter-form{padding:9px 10px}
    .pcl-map-mode-switch span{padding-inline:11px}
    .pcl-map-city-field{flex-basis:130px}
    .pcl-map-filter-dropdown>summary,
    .pcl-map-city-field select,
    .pcl-map-apply-button,
    .pcl-map-reset-button{min-height:40px}
    .pcl-map-more-filter .pcl-map-filter-popover,
    .pcl-map-filter-popover{
        position:fixed;
        top:auto;
        right:10px;
        bottom:72px;
        left:10px;
        width:auto;
        min-width:0;
        max-height:60vh;
        overflow:auto;
    }
    .pcl-map-search-layout{
        display:block;
        height:calc(100% - 108px);
    }
    .pcl-map-mobile-tabs{
        position:relative;
        z-index:700;
        display:grid;
        grid-template-columns:1fr 1fr;
        height:46px;
        padding:5px;
        border-bottom:1px solid #e4e7ec;
        background:#fff;
    }
    .pcl-map-mobile-tabs button{
        border:0;
        border-radius:8px;
        background:transparent;
        color:#667085;
        font:inherit;
        font-size:12px;
        font-weight:850;
    }
    .pcl-map-mobile-tabs button.is-active{
        background:#f2f4f7;
        color:#1d2939;
    }
    .pcl-map-results-panel,
    .pcl-map-canvas-wrap{
        display:none;
        width:100%;
        height:100%;
        border:0;
    }
    .pcl-map-search-page.is-mobile-list .pcl-map-results-panel,
    .pcl-map-search-page:not(.is-mobile-list) .pcl-map-canvas-wrap{display:block}
    .pcl-map-results-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;gap:9px}
    .pcl-map-result-media{height:130px}
    .pcl-map-canvas{min-height:420px}
    .pcl-map-layer-controls{top:auto;right:10px;bottom:14px}
    .pcl-map-floating-tools{top:12px;left:10px}
    .pcl-map-search-area-button{top:12px}
}

@media (max-width:520px){
    .pcl-map-search-page{height:calc(100dvh - 74px)}
    .pcl-map-mode-switch span{font-size:11px}
    .pcl-map-city-field{flex-basis:118px}
    .pcl-map-filter-dropdown>summary{font-size:11px;padding-inline:10px}
    .pcl-map-apply-button,
    .pcl-map-reset-button{font-size:11px;padding-inline:11px}
    .pcl-map-results-header{min-height:68px;padding:10px 12px}
    .pcl-map-results-header h1{font-size:14px}
    .pcl-map-results-list{height:calc(100% - 68px);grid-template-columns:1fr}
    .pcl-map-result-card{display:grid;grid-template-columns:122px minmax(0,1fr)}
    .pcl-map-result-media{height:100%;min-height:135px}
    .pcl-map-result-body{padding:10px}
    .pcl-map-result-card h2{min-height:auto;-webkit-line-clamp:1}
    .pcl-map-result-specs span:nth-child(n+3){display:none}
    .pcl-map-range-popover{grid-template-columns:1fr}
    .pcl-map-property-types{grid-template-columns:repeat(2,1fr)}
    .pcl-map-selected-card{right:10px;bottom:10px;width:calc(100% - 20px)}
    .pcl-map-selected-inner{grid-template-columns:105px minmax(0,1fr)}
    .pcl-map-selected-inner img{width:105px}
}

/* Compatibility reset for themes/builders that globally restyle buttons and form controls. */
.pcl-site .pcl-map-search-page button{
    font-family:var(--pcl-font-family)!important;
    text-transform:none!important;
    letter-spacing:normal!important;
}
.pcl-site .pcl-map-search-page .pcl-map-floating-tools button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #e4e7ec!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#344054!important;
    box-shadow:0 5px 18px rgba(16,24,40,.14)!important;
}
.pcl-site .pcl-map-search-page .pcl-map-floating-tools button:hover,
.pcl-site .pcl-map-search-page .pcl-map-floating-tools button.is-active{
    border-color:var(--pcl-map-primary)!important;
    color:var(--pcl-map-primary)!important;
}
.pcl-site .pcl-map-search-page .pcl-map-active-filters button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    width:auto!important;
    min-height:29px!important;
    padding:0 9px!important;
    border:1px solid #ffd0db!important;
    border-radius:999px!important;
    background:#fff4f6!important;
    color:#b7183e!important;
}
.pcl-site .pcl-map-search-page .pcl-map-mobile-tabs button{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:100%!important;
    min-height:36px!important;
    padding:0 10px!important;
    border:0!important;
    border-radius:8px!important;
    background:transparent!important;
    color:#667085!important;
    box-shadow:none!important;
}
.pcl-site .pcl-map-search-page .pcl-map-mobile-tabs button.is-active{
    background:#f2f4f7!important;
    color:#1d2939!important;
}
