:root{
  --ev-primary:#111111;
  --ev-accent:#d5001c;
  --ev-bg:#ffffff;
  --ev-text:#222222;
  --ev-muted:#6a6a6a;
  --ev-line:#e5e5e5;
  --ev-soft:#f7f7f7;
  --ev-radius:14px;
  --ev-shadow:0 8px 28px rgba(0,0,0,.09);
}

.ev-mls,
.ev-mls *{box-sizing:border-box}
.ev-mls{width:100%;max-width:1600px;margin:0 auto;padding:18px 36px 88px;background:var(--ev-bg);color:var(--ev-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.ev-mls a{color:inherit;text-decoration:none}
.ev-mls button,.ev-mls input,.ev-mls select,.ev-mls textarea{font:inherit}
.ev-mls [hidden]{display:none!important}
.ev-mls img{max-width:100%}
.ev-mls-kicker{font-size:11px;font-weight:800;letter-spacing:2.8px;text-transform:uppercase;color:var(--ev-accent)}

/* Search and filters */
.ev-search-sticky{position:sticky;top:calc(var(--wp-admin--admin-bar--height,0px) + 12px);z-index:40;margin:0 auto 22px}
.ev-mls-search{overflow:hidden;border:1px solid #dcdcdc;border-radius:22px;background:#fff;box-shadow:0 7px 26px rgba(0,0,0,.09)}
.ev-search-primary{display:grid;grid-template-columns:minmax(250px,1.7fr) minmax(170px,1fr) minmax(170px,1fr) minmax(135px,.8fr) 58px 104px;align-items:stretch;padding:7px}
.ev-search-field{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:8px 20px;border-radius:15px;cursor:pointer;transition:background .18s ease}
.ev-search-field:hover,.ev-search-field:focus-within{background:#f5f5f5}
.ev-search-field+.ev-search-field{border-left:1px solid #e8e8e8}
.ev-search-field span,.ev-search-advanced label>span{display:block;margin-bottom:4px;color:#222;font-size:11px;font-weight:800;line-height:1.2}
.ev-search-field input,.ev-search-field select{width:100%;min-width:0;height:25px;padding:0;border:0;outline:0;background:transparent;color:#222;font-size:14px;line-height:25px}
.ev-search-field input::placeholder{color:#777}
.ev-search-field select{appearance:none;cursor:pointer}
.ev-search-submit{position:relative;align-self:center;width:48px;height:48px;margin:0 4px;padding:0;border:0;border-radius:50%;background:var(--ev-accent);color:#fff;cursor:pointer;transition:transform .18s ease,background .18s ease}
.ev-search-submit:before{content:"";position:absolute;left:16px;top:14px;width:13px;height:13px;border:2px solid currentColor;border-radius:50%}
.ev-search-submit:after{content:"";position:absolute;left:29px;top:29px;width:8px;height:2px;background:currentColor;transform:rotate(45deg);transform-origin:left center}
.ev-search-submit span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.ev-search-submit:hover{transform:scale(1.04);background:#b40018}
.ev-filter-toggle{align-self:center;display:flex;align-items:center;justify-content:center;gap:7px;height:44px;margin:0 5px;padding:0 14px;border:1px solid #d9d9d9;border-radius:11px;background:#fff;color:#222;font-size:13px;font-weight:700;cursor:pointer}
.ev-filter-toggle:hover{border-color:#111}
.ev-filter-toggle b{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#111;color:#fff;font-size:11px}
.ev-search-advanced{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:20px;border-top:1px solid var(--ev-line);background:#fff}
.ev-search-advanced label{display:block}
.ev-search-advanced input,.ev-search-advanced select{width:100%;height:48px;padding:0 14px;border:1px solid #d7d7d7;border-radius:9px;background:#fff;color:#222;outline:none}
.ev-search-advanced input:focus,.ev-search-advanced select:focus{border-color:#111;box-shadow:0 0 0 1px #111}
.ev-advanced-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:18px;padding-top:4px}
.ev-advanced-actions a,.ev-clear-inline{font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.ev-advanced-actions button{min-height:46px;padding:0 24px;border:0;border-radius:9px;background:#111;color:#fff;font-size:14px;font-weight:750;cursor:pointer}
.ev-advanced-actions button:hover{background:var(--ev-accent)}

.ev-mode-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0 26px}
.ev-mode-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:2px}
.ev-mode-tabs a{white-space:nowrap;padding:10px 17px;border:1px solid #ddd;border-radius:999px;background:#fff;font-size:13px;font-weight:650;transition:.18s ease}
.ev-mode-tabs a:hover{border-color:#111}
.ev-mode-tabs a.active{border-color:#111;background:#111;color:#fff}
.ev-results-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 22px}
.ev-results-head h2{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.025em}
.ev-results-head p{margin:5px 0 0;color:var(--ev-muted);font-size:14px}
.ev-results-head>span{color:#6c625d;font-size:10px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}

/* Listing cards */
.ev-mls-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 22px}
.ev-mls-card{min-width:0;background:#fff}
.ev-card-gallery{position:relative;overflow:hidden;border-radius:var(--ev-radius);background:#efefef;isolation:isolate}
.ev-card-image{position:relative;display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f1f1f1}
.ev-card-slide{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;opacity:0;transform:scale(1.01);transition:opacity .24s ease,transform .45s ease}
.ev-card-slide.active{z-index:1;opacity:1}
.ev-mls-card:hover .ev-card-slide.active{transform:scale(1.035)}
.ev-no-image{display:flex;align-items:center;justify-content:center;padding:28px;color:#777;text-align:center;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.ev-gallery-arrow{position:absolute;z-index:5;top:50%;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;box-shadow:0 2px 8px rgba(0,0,0,.18);font-size:26px;line-height:1;cursor:pointer;opacity:0;transform:translateY(-50%) scale(.92);transition:.18s ease}
.ev-gallery-prev{left:12px}.ev-gallery-next{right:12px}
.ev-card-gallery:hover .ev-gallery-arrow,.ev-gallery-arrow:focus{opacity:1;transform:translateY(-50%) scale(1)}
.ev-gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}
.ev-gallery-dots{position:absolute;z-index:5;left:50%;bottom:11px;display:flex;align-items:center;gap:4px;transform:translateX(-50%)}
.ev-gallery-dots i{display:block;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.65);box-shadow:0 0 0 1px rgba(0,0,0,.08);transition:.18s ease}
.ev-gallery-dots i.active{width:6px;height:6px;background:#fff}
.ev-favorite{position:absolute;z-index:6;right:12px;top:12px;width:36px;height:36px;padding:6px;border:0;background:transparent;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));cursor:pointer}
.ev-favorite svg{display:block;width:100%;height:100%;overflow:visible;fill:rgba(0,0,0,.28);stroke:currentColor;stroke-width:2.3;transition:transform .18s ease,fill .18s ease}
.ev-favorite:hover svg{transform:scale(1.1)}
.ev-favorite.is-saved svg{fill:var(--ev-accent);stroke:var(--ev-accent)}
.ev-card-badge{position:absolute;z-index:5;left:12px;top:12px;max-width:60%;overflow:hidden;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.94);color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.ev-card-content{display:block;padding:13px 2px 0}
.ev-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.ev-card-title-row h3{min-width:0;margin:0;overflow:hidden;color:#222;font-size:16px;font-weight:720;line-height:1.35;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}
.ev-card-title-row span{flex:0 0 auto;padding-top:3px;color:#777;font-size:10px;font-weight:750;letter-spacing:.5px;text-transform:uppercase}
.ev-card-location,.ev-card-specs,.ev-card-price{margin:4px 0 0;font-size:14px;line-height:1.45}
.ev-card-location,.ev-card-specs{overflow:hidden;color:var(--ev-muted);text-overflow:ellipsis;white-space:nowrap}
.ev-card-price{margin-top:8px;color:#222}
.ev-card-price strong{font-size:15px;font-weight:750}
.ev-mls-card:hover .ev-card-title-row h3{text-decoration:underline;text-underline-offset:2px}
.ev-empty-state{padding:72px 24px;border:1px dashed #ccc;border-radius:16px;background:#fafafa;text-align:center}
.ev-empty-state h3{margin:0 0 8px;font-size:24px}.ev-empty-state p{margin:0 0 24px;color:var(--ev-muted)}
.ev-empty-state a{display:inline-flex;align-items:center;min-height:46px;padding:0 22px;border-radius:9px;background:#111;color:#fff;font-weight:700}
.ev-mls-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin:58px 0 0;flex-wrap:wrap}
.ev-mls-pagination a,.ev-page-gap{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:999px;font-size:14px;font-weight:650}
.ev-mls-pagination a:hover{background:#f1f1f1}.ev-mls-pagination a.active{background:#111;color:#fff}
.ev-mls-pagination .ev-page-arrow{min-width:auto;border:1px solid #ddd;background:#fff}.ev-page-gap{color:#777}

/* Property detail */
.ev-mls-detail{max-width:1440px;padding-top:18px}
.ev-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 28px;padding-bottom:14px;border-bottom:1px solid var(--ev-line)}
.ev-back{display:inline-flex;align-items:center;font-size:14px;font-weight:650;text-decoration:underline;text-underline-offset:3px}
.ev-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.ev-mini-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#222;font-size:11px;font-weight:750;cursor:pointer}
.ev-mini-action:hover{border-color:#111;background:#f7f7f7}
.ev-detail-head{margin:0 0 24px}
.ev-detail-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:8px}
.ev-detail-head h1{max-width:1000px;margin:0 0 9px;font-size:clamp(38px,4vw,58px);font-weight:650;line-height:1.03;letter-spacing:-.045em}
.ev-detail-head p{margin:0;color:var(--ev-muted);font-size:16px;line-height:1.5}
.ev-primary-action{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:8px;background:var(--ev-accent);color:#fff!important;font-size:13px;font-weight:780;text-transform:uppercase;letter-spacing:.35px}
.ev-primary-action:hover{background:#b40018}

.ev-property-gallery{position:relative;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:7px;width:100%;height:clamp(440px,43vw,610px);margin:0 0 38px;overflow:hidden;border-radius:16px;background:#ececec}
.ev-property-photo{position:relative;display:block;min-width:0;min-height:0;margin:0;padding:0;border:0;background:#e9e9e9;cursor:zoom-in;overflow:hidden}
.ev-property-photo img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;transition:transform .35s ease,filter .2s ease}
.ev-property-photo:hover img{transform:scale(1.025);filter:brightness(.94)}
.ev-property-photo-main{grid-column:1;grid-row:1/3}
.ev-property-photo-thumb-1{grid-column:2;grid-row:1}.ev-property-photo-thumb-2{grid-column:3;grid-row:1}
.ev-property-photo-thumb-3{grid-column:2;grid-row:2}.ev-property-photo-thumb-4{grid-column:3;grid-row:2}
.ev-property-gallery-count-1{display:block}.ev-property-gallery-count-1 .ev-property-photo-main{width:100%;height:100%}
.ev-property-gallery-count-2{grid-template-columns:2fr 1fr}.ev-property-gallery-count-2 .ev-property-photo-thumb-1{grid-column:2;grid-row:1/3}
.ev-property-gallery-count-3{grid-template-columns:2fr 1fr}.ev-property-gallery-count-3 .ev-property-photo-thumb-1{grid-column:2;grid-row:1}.ev-property-gallery-count-3 .ev-property-photo-thumb-2{grid-column:2;grid-row:2}
.ev-property-gallery-count-4{grid-template-columns:2fr 1fr 1fr}.ev-property-gallery-count-4 .ev-property-photo-thumb-3{grid-column:2/4;grid-row:2}
.ev-show-all-photos{position:absolute;z-index:4;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 15px;border:1px solid #222;border-radius:8px;background:rgba(255,255,255,.96);color:#222;font-size:12px;font-weight:760;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.1)}
.ev-show-all-photos:hover{background:#fff}.ev-show-all-photos span{color:var(--ev-muted);font-weight:650}

.ev-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:54px;align-items:start}
.ev-detail-layout>aside{position:sticky;top:calc(var(--wp-admin--admin-bar--height,0px) + 92px)}
.ev-detail-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));margin:0 0 10px;border-top:1px solid var(--ev-line);border-bottom:1px solid var(--ev-line)}
.ev-detail-stats div{min-width:0;padding:21px 18px;border-right:1px solid var(--ev-line)}
.ev-detail-stats div:last-child{border-right:0}
.ev-detail-stats span,.ev-feature-grid span,.ev-inquiry-price span,.ev-advisor span{display:block;margin-bottom:6px;color:var(--ev-muted);font-size:10px;font-weight:800;letter-spacing:1.35px;text-transform:uppercase}
.ev-detail-stats strong{display:block;overflow-wrap:anywhere;font-size:17px;line-height:1.35}
.ev-box{margin:0;padding:34px 0;border-bottom:1px solid var(--ev-line);background:#fff}
.ev-box h2{margin:0 0 18px;font-size:26px;font-weight:680;line-height:1.2;letter-spacing:-.028em}
.ev-description{max-width:820px;color:#333;font-size:16px;line-height:1.78}.ev-description p:first-child{margin-top:0}.ev-description p:last-child{margin-bottom:0}
.ev-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 28px}.ev-feature-grid strong{display:block;font-size:15px;line-height:1.4}
.ev-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 26px;margin:0;padding:0;list-style:none}
.ev-features li{position:relative;padding-left:24px;font-size:15px;line-height:1.45}.ev-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--ev-accent);font-weight:900}
.ev-tour-link{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border:1px solid #111;border-radius:8px;font-weight:700}.ev-tour-link:hover{background:#111;color:#fff}
.ev-map{display:block;width:100%;height:420px;border:0;border-radius:12px}

.ev-inquiry-card{padding:25px;border:1px solid #d8d8d8;border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.07)}
.ev-inquiry-price{padding:0 0 20px;border-bottom:1px solid var(--ev-line)}
.ev-inquiry-price strong{display:block;font-size:25px;line-height:1.2;letter-spacing:-.025em}
.ev-advisor{padding:20px 0;border-bottom:1px solid var(--ev-line)}
.ev-advisor strong{display:block;margin-bottom:7px;font-size:16px}.ev-advisor a{display:block;margin-top:5px;color:var(--ev-muted);font-size:13px;overflow-wrap:anywhere}.ev-advisor a:hover{color:#111;text-decoration:underline}
.ev-lead-form{display:grid;gap:11px;padding-top:22px}
.ev-lead-form h3{margin:0;font-size:21px;line-height:1.25}.ev-lead-form>p{margin:-3px 0 4px;color:var(--ev-muted);font-size:13px;line-height:1.5}
.ev-lead-form input,.ev-lead-form textarea{width:100%;padding:13px 14px;border:1px solid #d5d5d5;border-radius:8px;background:#fff;outline:none}
.ev-lead-form input:focus,.ev-lead-form textarea:focus{border-color:#111;box-shadow:0 0 0 1px #111}
.ev-lead-form textarea{min-height:105px;resize:vertical}.ev-lead-form button{min-height:49px;border:0;border-radius:8px;background:var(--ev-accent);color:#fff;font-weight:780;cursor:pointer}.ev-lead-form button:hover{background:#b40018}
.ev-qr-inline{display:flex;align-items:center;gap:13px;margin-top:20px;padding-top:20px;border-top:1px solid var(--ev-line)}
.ev-qr-inline img{display:block!important;flex:0 0 auto;width:72px!important;height:72px!important;max-width:none!important}.ev-qr-inline p{margin:0;color:var(--ev-muted);font-size:12px;line-height:1.45}.ev-qr-inline strong{color:#222}
.ev-mls-message{max-width:900px;margin:50px auto;padding:30px;border:1px solid var(--ev-line);border-radius:14px;background:#fff;text-align:center}

/* Full-screen gallery */
body.ev-lightbox-open{overflow:hidden!important}
.ev-lightbox{position:fixed;z-index:999999;inset:0;display:grid;grid-template-columns:78px minmax(0,1fr) 78px;grid-template-rows:minmax(0,1fr) 104px;gap:16px;padding:26px;background:rgba(8,8,8,.98);color:#fff}
.ev-lightbox[hidden]{display:none!important}
.ev-lightbox-stage{position:relative;grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0}
.ev-lightbox-stage>img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.ev-lightbox-count{position:absolute;right:0;bottom:0;padding:7px 10px;border-radius:7px;background:rgba(0,0,0,.55);font-size:12px}
.ev-lightbox-close{position:absolute;z-index:3;right:22px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:30px;line-height:1;cursor:pointer}
.ev-lightbox-arrow{align-self:center;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:35px;cursor:pointer}.ev-lightbox-arrow:hover,.ev-lightbox-close:hover{background:rgba(255,255,255,.25)}
.ev-lightbox-prev{grid-column:1;grid-row:1}.ev-lightbox-next{grid-column:3;grid-row:1}
.ev-lightbox-thumbs{grid-column:1/4;grid-row:2;display:flex;gap:8px;overflow:auto;padding:4px 0}
.ev-lightbox-thumbs button{position:relative;flex:0 0 112px;height:84px;padding:0;border:2px solid transparent;border-radius:7px;background:#222;overflow:hidden;cursor:pointer;opacity:.62}.ev-lightbox-thumbs button.active{border-color:#fff;opacity:1}
.ev-lightbox-thumbs img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}

/* Flyer */
.ev-flyer{max-width:none;padding:30px;background:#eee}.ev-flyer-actions{display:flex;gap:10px;max-width:980px;margin:0 auto 20px}
.ev-flyer-actions button,.ev-flyer-actions a{padding:12px 18px;border:0;border-radius:8px;background:#111;color:#fff;font-size:12px;font-weight:750;cursor:pointer}
.ev-flyer-sheet{max-width:980px;margin:0 auto;padding:42px;background:#fff;box-shadow:0 12px 60px rgba(0,0,0,.12)}
.ev-flyer-sheet header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.ev-flyer-sheet header span{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.ev-flyer-sheet header h1{margin:8px 0;font-size:44px;line-height:1.02;letter-spacing:-.04em}.ev-flyer-sheet header p{margin:0;color:#666}
.ev-flyer-hero{display:block!important;width:100%!important;height:470px!important;max-height:none!important;object-fit:cover!important}
.ev-flyer-grid{display:grid;grid-template-columns:1fr 260px;gap:42px;padding:30px 0}.ev-flyer-grid h2{margin:0 0 16px;font-size:32px}.ev-flyer-grid p{line-height:1.7}.ev-flyer-grid aside{padding-left:28px;border-left:1px solid #ddd}.ev-flyer-grid aside p{margin-top:0}
.ev-flyer-features{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 24px;margin:0;padding:24px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;list-style:none}
.ev-flyer-qr{display:flex;align-items:center;gap:18px;padding:20px 0}.ev-flyer-qr img{width:96px!important;height:96px!important}.ev-flyer-sheet footer{display:flex;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid #ddd;font-size:13px}

@media(max-width:1280px){
  .ev-mls-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ev-search-primary{grid-template-columns:minmax(220px,1.5fr) minmax(150px,1fr) minmax(150px,1fr) 120px 58px 96px}
  .ev-detail-layout{grid-template-columns:minmax(0,1fr) 350px;gap:38px}
}

@media(max-width:1024px){
  .ev-mls{padding-left:24px;padding-right:24px}
  .ev-search-sticky{position:relative;top:auto}
  .ev-search-primary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .ev-search-field,.ev-search-field+.ev-search-field{border:1px solid #e4e4e4;border-radius:12px}
  .ev-search-submit,.ev-filter-toggle{width:100%;height:48px;margin:0;border-radius:12px}
  .ev-search-submit:before{left:calc(50% - 12px)}.ev-search-submit:after{left:calc(50% + 1px)}
  .ev-filter-toggle{min-width:0}.ev-search-advanced{grid-template-columns:repeat(2,minmax(0,1fr))}.ev-mls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ev-detail-title-row{align-items:flex-start;flex-direction:column}.ev-primary-action{display:none}
  .ev-property-gallery{height:500px;grid-template-columns:2fr 1fr;grid-template-rows:repeat(4,minmax(0,1fr))}
  .ev-property-photo-main{grid-column:1;grid-row:1/5}.ev-property-photo-thumb-1{grid-column:2;grid-row:1}.ev-property-photo-thumb-2{grid-column:2;grid-row:2}.ev-property-photo-thumb-3{grid-column:2;grid-row:3}.ev-property-photo-thumb-4{grid-column:2;grid-row:4}
  .ev-detail-layout{grid-template-columns:1fr}.ev-detail-layout>aside{position:static}.ev-inquiry-card{max-width:680px}
}

@media(max-width:680px){
  .ev-mls{padding:12px 16px 64px}
  .ev-mls-search{border-radius:17px}.ev-search-primary{grid-template-columns:1fr;padding:9px}.ev-search-field{padding:10px 14px}.ev-search-keyword{grid-column:1/-1}
  .ev-search-submit:before{left:calc(50% - 12px)}.ev-search-submit:after{left:calc(50% + 1px)}.ev-search-advanced{grid-template-columns:1fr;padding:16px}
  .ev-mode-row{align-items:flex-start;flex-direction:column}.ev-mode-tabs{width:100%}.ev-results-head{align-items:flex-start;flex-direction:column}.ev-results-head>span{display:none}
  .ev-mls-grid{grid-template-columns:1fr;gap:32px}.ev-card-image{aspect-ratio:1.2/1}.ev-gallery-arrow{opacity:1;transform:translateY(-50%) scale(1)}
  .ev-mls-pagination .ev-page-arrow{width:100%;order:2}
  .ev-detail-topbar{align-items:flex-start;flex-direction:column;margin-bottom:20px}.ev-detail-actions{justify-content:flex-start;width:100%}.ev-mini-action{flex:1 1 auto}
  .ev-detail-head h1{font-size:34px}.ev-detail-head p{font-size:14px}
  .ev-property-gallery{display:block;height:340px;margin-bottom:26px;border-radius:12px}.ev-property-gallery .ev-property-photo-main{display:block;width:100%;height:100%}.ev-property-photo-thumb{display:none}.ev-show-all-photos{right:12px;bottom:12px}
  .ev-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ev-detail-stats div{border-right:1px solid var(--ev-line);border-bottom:1px solid var(--ev-line)}.ev-detail-stats div:nth-child(2n){border-right:0}.ev-detail-stats div:nth-last-child(-n+2){border-bottom:0}
  .ev-feature-grid,.ev-features{grid-template-columns:1fr}.ev-box{padding:28px 0}.ev-box h2{font-size:23px}.ev-map{height:340px}.ev-inquiry-card{padding:20px}
  .ev-lightbox{grid-template-columns:50px minmax(0,1fr) 50px;grid-template-rows:minmax(0,1fr) 84px;gap:8px;padding:14px 8px}.ev-lightbox-arrow{width:40px;height:40px}.ev-lightbox-thumbs button{flex-basis:86px;height:66px}.ev-lightbox-close{right:10px;top:10px}
  .ev-flyer{padding:12px}.ev-flyer-sheet{padding:22px}.ev-flyer-sheet header,.ev-flyer-sheet footer{flex-direction:column}.ev-flyer-sheet header h1{font-size:32px}.ev-flyer-hero{height:300px!important}.ev-flyer-grid{grid-template-columns:1fr;gap:20px}.ev-flyer-grid aside{padding:20px 0 0;border-left:0;border-top:1px solid #ddd}
}

@media print{
  .ev-flyer-actions,.ev-back,.ev-detail-topbar,.ev-search-sticky,.ev-mode-row,.ev-lightbox,.ev-primary-action,.ev-show-all-photos{display:none!important}
  .ev-flyer{padding:0;background:#fff}.ev-flyer-sheet{max-width:none;padding:18px;box-shadow:none}.ev-flyer-hero{height:380px!important}
  .ev-detail-layout{display:block}.ev-detail-layout>aside{display:none}.ev-property-gallery{height:420px}.ev-box{break-inside:avoid}
}

/* ===== v14.2 modern redesign ===== */
.ev-list-modern{
  max-width:none;
  padding:0 0 92px;
  background:
    radial-gradient(circle at top left, rgba(227,6,19,.05), transparent 28%),
    linear-gradient(180deg, #fbfaf8 0%, #ffffff 28%, #ffffff 100%);
}
.ev-list-modern .ev-home-hero{
  position:relative;
  min-height:540px;
  background:#ede8e3 center/cover no-repeat;
  overflow:hidden;
}

/* Hero image fully visible: no gradient, fade or soft cover */
.ev-list-modern .ev-home-hero:after{
  content:none!important;
  display:none!important;
  background:none!important;
}

.ev-list-modern .ev-home-hero-overlay{
  display:none!important;
  background:transparent!important;
  opacity:0!important;
  pointer-events:none;
}
.ev-list-modern .ev-home-hero-inner,
.ev-list-modern .ev-search-sticky,
.ev-list-modern .ev-mode-row,
.ev-list-modern .ev-results-head,
.ev-list-modern .ev-mls-grid,
.ev-list-modern .ev-mls-pagination,
.ev-list-modern .ev-empty-state{
  width:min(1320px, calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}
.ev-list-modern .ev-home-hero-inner{
  position:relative;
  z-index:2;
  display:flex;
  min-height:540px;
  max-width:720px;
  flex-direction:column;
  justify-content:center;
  padding:88px 0 138px;
}
.ev-list-modern .ev-home-hero-inner h1{
  margin:12px 0 14px;
  color:#221f1d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,5vw,76px);
  font-weight:500;
  line-height:1.02;
  letter-spacing:-.05em;
}
.ev-list-modern .ev-home-hero-inner p{
  max-width:590px;
  margin:0;
  color:#534f4d;
  font-size:18px;
  line-height:1.7;
}
.ev-list-modern .ev-home-hero-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.ev-list-modern .ev-home-hero-meta span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(34,31,29,.08);
  border-radius:999px;
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(12px);
  color:#393534;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ev-list-modern .ev-search-sticky{
  position:relative;
  top:auto;
  z-index:6;
  margin-top:-74px;
  margin-bottom:34px;
}
.ev-list-modern .ev-mls-search{
  overflow:visible;
  border:1px solid rgba(17,17,17,.08);
  border-radius:28px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(20px);
  box-shadow:0 24px 60px rgba(15,15,15,.09);
}
.ev-list-modern .ev-search-primary{padding:10px}
.ev-list-modern .ev-search-field{padding:10px 22px;border-radius:18px}
.ev-list-modern .ev-search-field+.ev-search-field{border-left:1px solid rgba(17,17,17,.06)}
.ev-list-modern .ev-search-field:hover,
.ev-list-modern .ev-search-field:focus-within{background:rgba(244,240,236,.85)}
.ev-list-modern .ev-search-field span,
.ev-list-modern .ev-search-advanced label>span{color:#181615;font-size:11px;letter-spacing:.02em}
.ev-list-modern .ev-search-field input,
.ev-list-modern .ev-search-field select{height:28px;color:#373231;font-size:15px}
.ev-list-modern .ev-search-field input::placeholder{color:#8b8581}
.ev-list-modern .ev-search-submit{box-shadow:0 12px 26px rgba(227,6,19,.22)}
.ev-list-modern .ev-filter-toggle{border-color:rgba(17,17,17,.1);background:rgba(255,255,255,.8)}
.ev-list-modern .ev-search-advanced{padding:22px;border-top:1px solid rgba(17,17,17,.06);background:rgba(255,255,255,.92)}
.ev-list-modern .ev-search-advanced input,
.ev-list-modern .ev-search-advanced select{height:52px;border-color:rgba(17,17,17,.11);border-radius:14px;background:#fff}
.ev-list-modern .ev-advanced-actions button{border-radius:14px;background:#171515;box-shadow:0 10px 22px rgba(0,0,0,.1)}
.ev-list-modern .ev-mode-row{margin:24px auto 26px}
.ev-list-modern .ev-mode-tabs{gap:10px}
.ev-list-modern .ev-mode-tabs a{
  padding:11px 18px;
  border-color:rgba(17,17,17,.1);
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 20px rgba(0,0,0,.03);
}
.ev-list-modern .ev-mode-tabs a.active{background:#121111;color:#fff;box-shadow:0 14px 26px rgba(0,0,0,.12)}
.ev-list-modern .ev-results-head{margin-bottom:24px}
.ev-list-modern .ev-results-head h2{
  color:#211d1b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,3vw,48px);
  font-weight:500;
  letter-spacing:-.04em;
}
.ev-list-modern .ev-results-head p{font-size:15px;color:#7a736f}
.ev-list-modern .ev-results-head>span{color:#8c7f77;letter-spacing:2.1px}
.ev-list-modern .ev-mls-grid{gap:30px 24px}
.ev-list-modern .ev-mls-card{
  border:1px solid rgba(17,17,17,.06);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 44px rgba(18,12,8,.05);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  overflow:hidden;
}
.ev-list-modern .ev-mls-card:hover{
  transform:translateY(-4px);
  border-color:rgba(17,17,17,.1);
  box-shadow:0 26px 50px rgba(18,12,8,.11);
}
.ev-list-modern .ev-card-gallery{border-radius:24px 24px 0 0;background:#f0ece8}
.ev-list-modern .ev-card-image{aspect-ratio:1.22/1}
.ev-list-modern .ev-card-content{padding:18px 18px 20px}
.ev-list-modern .ev-card-title-row h3{font-size:25px;font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.1;white-space:normal}
.ev-list-modern .ev-card-title-row span{padding-top:7px;color:#958d88}
.ev-list-modern .ev-card-location,.ev-list-modern .ev-card-specs{font-size:14px;white-space:normal}
.ev-list-modern .ev-card-location{margin-top:8px}
.ev-list-modern .ev-card-price{margin-top:12px}
.ev-list-modern .ev-card-price strong{font-size:24px;font-weight:750;letter-spacing:-.025em}
.ev-list-modern .ev-favorite{right:14px;top:14px}
.ev-list-modern .ev-card-badge{left:14px;top:14px;padding:8px 12px;background:rgba(255,255,255,.9)}
.ev-list-modern .ev-mls-pagination{margin-top:48px}
.ev-list-modern .ev-mls-pagination a{background:rgba(255,255,255,.88);box-shadow:0 8px 20px rgba(0,0,0,.04)}
.ev-list-modern .ev-mls-pagination a.active{background:#121111}

.ev-detail-modern{
  max-width:none;
  padding:28px 0 100px;
  background:linear-gradient(180deg, #fcfbfa 0%, #ffffff 22%, #ffffff 100%);
}
.ev-detail-modern .ev-detail-topbar,
.ev-detail-modern .ev-detail-head,
.ev-detail-modern .ev-property-gallery,
.ev-detail-modern .ev-detail-layout,
.ev-detail-modern .ev-lightbox,
.ev-detail-modern .ev-mls-message{
  width:min(1340px, calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}
.ev-detail-modern .ev-detail-topbar{margin-bottom:34px;padding-bottom:18px;border-bottom:1px solid rgba(17,17,17,.08)}
.ev-detail-modern .ev-back{color:#3f3937;font-weight:700}
.ev-detail-modern .ev-mini-action{
  border-color:rgba(17,17,17,.1);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#272321;
  font-weight:700;
}
.ev-detail-modern .ev-mini-action:hover{background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.ev-detail-modern .ev-detail-head{margin-bottom:28px}
.ev-detail-modern .ev-detail-head h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.055em}
.ev-detail-modern .ev-detail-head p{max-width:900px;color:#6f6864}
.ev-detail-modern .ev-primary-action{border-radius:999px;box-shadow:0 18px 30px rgba(227,6,19,.18)}
.ev-detail-modern .ev-property-gallery{
  height:clamp(460px,42vw,690px);
  gap:10px;
  margin-bottom:34px;
  border-radius:26px;
  background:#ece8e4;
  box-shadow:0 26px 60px rgba(19,14,11,.08);
}
.ev-detail-modern .ev-property-photo{background:#e5e0db}
.ev-detail-modern .ev-show-all-photos{
  right:20px;
  bottom:20px;
  min-height:46px;
  padding:0 18px;
  border-color:rgba(17,17,17,.12);
  border-radius:14px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  box-shadow:0 14px 28px rgba(0,0,0,.12);
}
.ev-detail-modern .ev-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:36px;
  align-items:start;
}
.ev-detail-modern .ev-detail-layout>main{min-width:0}
.ev-detail-modern .ev-detail-layout>aside{position:sticky;top:calc(var(--wp-admin--admin-bar--height,0px) + 30px)}
.ev-detail-modern .ev-detail-stats{
  margin-bottom:18px;
  border:1px solid rgba(17,17,17,.07);
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#fcfbfa 100%);
  box-shadow:0 12px 28px rgba(0,0,0,.04);
}
.ev-detail-modern .ev-detail-stats div{padding:22px 20px;border-right:1px solid rgba(17,17,17,.06)}
.ev-detail-modern .ev-box{
  margin:0 0 18px;
  padding:28px 28px 30px;
  border:1px solid rgba(17,17,17,.07);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.04);
}
.ev-detail-modern .ev-box:last-child{margin-bottom:0}
.ev-detail-modern .ev-box h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:500;letter-spacing:-.03em}
.ev-detail-modern .ev-description{max-width:none;color:#3c3734;line-height:1.8}
.ev-detail-modern .ev-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 26px}
.ev-detail-modern .ev-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px}
.ev-detail-modern .ev-map{border-radius:18px}
.ev-detail-modern .ev-inquiry-card{
  padding:28px;
  border:1px solid rgba(17,17,17,.07);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf8 100%);
  box-shadow:0 20px 44px rgba(15,15,15,.08);
}
.ev-detail-modern .ev-inquiry-price strong{font-size:34px;font-family:Georgia,"Times New Roman",serif;font-weight:500}
.ev-detail-modern .ev-advisor strong{font-size:20px}
.ev-detail-modern .ev-lead-form input,
.ev-detail-modern .ev-lead-form textarea{border-color:rgba(17,17,17,.1);border-radius:14px;background:#fff}
.ev-detail-modern .ev-lead-form button{border-radius:14px;box-shadow:0 14px 28px rgba(227,6,19,.16)}
.ev-detail-modern .ev-qr-inline{padding-top:22px;margin-top:22px}
.ev-detail-modern .ev-qr-inline img{width:84px!important;height:84px!important}

@media(max-width:1280px){
  .ev-list-modern .ev-mls-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ev-detail-modern .ev-detail-layout{grid-template-columns:minmax(0,1fr) 330px}
}

@media(max-width:1024px){
  .ev-list-modern .ev-home-hero{min-height:500px}
  .ev-list-modern .ev-home-hero-inner{min-height:500px;padding-top:72px;padding-bottom:120px}
  .ev-list-modern .ev-home-hero-inner,
  .ev-list-modern .ev-search-sticky,
  .ev-list-modern .ev-mode-row,
  .ev-list-modern .ev-results-head,
  .ev-list-modern .ev-mls-grid,
  .ev-list-modern .ev-mls-pagination,
  .ev-list-modern .ev-empty-state,
  .ev-detail-modern .ev-detail-topbar,
  .ev-detail-modern .ev-detail-head,
  .ev-detail-modern .ev-property-gallery,
  .ev-detail-modern .ev-detail-layout,
  .ev-detail-modern .ev-mls-message{width:min(100%, calc(100% - 36px))}
  .ev-list-modern .ev-search-sticky{margin-top:-58px}
  .ev-list-modern .ev-mls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ev-detail-modern .ev-detail-layout{grid-template-columns:1fr}
  .ev-detail-modern .ev-detail-layout>aside{position:static}
  .ev-detail-modern .ev-inquiry-card{max-width:740px}
}

@media(max-width:680px){
  .ev-list-modern{padding-bottom:72px}
  .ev-list-modern .ev-home-hero{min-height:480px}
  .ev-list-modern .ev-home-hero-inner,
  .ev-list-modern .ev-search-sticky,
  .ev-list-modern .ev-mode-row,
  .ev-list-modern .ev-results-head,
  .ev-list-modern .ev-mls-grid,
  .ev-list-modern .ev-mls-pagination,
  .ev-list-modern .ev-empty-state,
  .ev-detail-modern .ev-detail-topbar,
  .ev-detail-modern .ev-detail-head,
  .ev-detail-modern .ev-property-gallery,
  .ev-detail-modern .ev-detail-layout,
  .ev-detail-modern .ev-mls-message{width:min(100%, calc(100% - 24px))}
  .ev-list-modern .ev-home-hero-inner{min-height:480px;padding:56px 0 116px}
  .ev-list-modern .ev-home-hero-inner h1{font-size:44px}
  .ev-list-modern .ev-home-hero-inner p{font-size:16px}
  .ev-list-modern .ev-home-hero-meta span{min-height:36px;padding:0 12px;font-size:11px}
  .ev-list-modern .ev-search-sticky{margin-top:-48px}
  .ev-list-modern .ev-mls-search{border-radius:22px}
  .ev-list-modern .ev-mls-grid{grid-template-columns:1fr;gap:22px}
  .ev-list-modern .ev-card-title-row h3{font-size:20px}
  .ev-list-modern .ev-card-price strong{font-size:22px}
  .ev-detail-modern{padding-top:18px;padding-bottom:72px}
  .ev-detail-modern .ev-property-gallery{height:360px;border-radius:20px}
  .ev-detail-modern .ev-box{padding:22px 20px 24px;border-radius:20px}
  .ev-detail-modern .ev-box h2{font-size:28px}
  .ev-detail-modern .ev-detail-stats{border-radius:20px}
  .ev-detail-modern .ev-inquiry-card{padding:22px;border-radius:24px}
  .ev-detail-modern .ev-feature-grid,
  .ev-detail-modern .ev-features{grid-template-columns:1fr}
}

/* ===== v14.3 branded header and footer ===== */
.ev-site-header{
  position:sticky;
  top:var(--wp-admin--admin-bar--height,0px);
  z-index:90;
  width:100%;
  border-bottom:1px solid rgba(20,17,15,.07);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
  box-shadow:0 8px 28px rgba(18,12,8,.035);
}
.ev-detail-modern>.ev-site-header{margin-top:-28px;margin-bottom:28px}
.ev-site-header-inner{
  display:grid;
  grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);
  align-items:center;
  gap:32px;
  width:min(1380px,calc(100% - 48px));
  min-height:78px;
  margin:0 auto;
}
.ev-site-brand{
  display:inline-flex;
  align-items:center;
  gap:16px;
  min-width:0;
  justify-self:start;
}
.ev-site-brand img,
.ev-footer-brand img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:270px!important;
  max-height:44px!important;
  object-fit:contain!important;
}
.ev-site-wordmark{
  display:inline-block;
  color:#171514;
  font-family:Arial,Helvetica,sans-serif;
  font-size:21px;
  font-weight:500;
  letter-spacing:-.055em;
  white-space:nowrap;
}
.ev-site-wordmark b{color:var(--ev-accent);font-weight:700}
.ev-site-brand small,
.ev-footer-brand small{
  color:#8f8985;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
}
.ev-site-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
}
.ev-site-nav a{
  position:relative;
  padding:28px 0;
  color:#373230;
  font-size:13px;
  font-weight:650;
}
.ev-site-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:20px;
  height:1px;
  background:var(--ev-accent);
  transition:right .2s ease;
}
.ev-site-nav a:hover:after{right:0}
.ev-site-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  min-width:0;
}
.ev-site-phone{
  color:#5f5854;
  font-size:12px;
  font-weight:650;
  white-space:nowrap;
}
.ev-site-phone:before{
  content:"☎";
  margin-right:7px;
  color:var(--ev-accent);
}
.ev-site-contact{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border:1px solid rgba(20,17,15,.1);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#25211f;
  font-size:12px;
  font-weight:750;
  box-shadow:0 8px 18px rgba(0,0,0,.035);
  transition:.2s ease;
}
.ev-site-contact:hover{
  border-color:var(--ev-accent);
  background:#fff;
  color:var(--ev-accent);
  transform:translateY(-1px);
}
.ev-site-mobile-menu{display:none;position:relative}
.ev-site-mobile-menu summary{
  display:grid;
  gap:4px;
  width:42px;
  height:42px;
  place-content:center;
  border:1px solid rgba(20,17,15,.1);
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  list-style:none;
}
.ev-site-mobile-menu summary::-webkit-details-marker{display:none}
.ev-site-mobile-menu summary span{display:block;width:17px;height:1px;background:#25211f}
.ev-site-mobile-menu>div{
  position:absolute;
  top:50px;
  right:0;
  display:grid;
  min-width:220px;
  padding:10px;
  border:1px solid rgba(20,17,15,.08);
  border-radius:18px;
  background:rgba(255,255,255,.97);
  box-shadow:0 22px 50px rgba(0,0,0,.12);
}
.ev-site-mobile-menu>div a{padding:11px 12px;border-radius:10px;color:#302c29;font-size:13px;font-weight:650}
.ev-site-mobile-menu>div a:hover{background:#f7f3f0;color:var(--ev-accent)}

.ev-site-footer{
  margin-top:92px;
  padding:74px max(24px,calc((100% - 1380px)/2)) 24px;
  border-top:1px solid rgba(20,17,15,.06);
  background:
    radial-gradient(circle at 12% 12%,rgba(227,6,19,.055),transparent 22%),
    linear-gradient(180deg,#f8f5f2 0%,#f3efeb 100%);
  color:#2f2a27;
}
.ev-site-footer-inner{
  display:grid;
  grid-template-columns:minmax(320px,1.6fr) minmax(170px,.6fr) minmax(230px,.8fr);
  gap:64px;
  width:min(1380px,100%);
  margin:0 auto;
  padding-bottom:52px;
}
.ev-footer-brand{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.ev-footer-brand p{
  max-width:520px;
  margin:18px 0 0;
  color:#6d6560;
  font-size:14px;
  line-height:1.75;
}
.ev-footer-column{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.ev-footer-column h3{
  margin:0 0 8px;
  color:#7a716b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.ev-footer-column a,
.ev-footer-column span{color:#3e3834;font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.ev-footer-column a:hover{color:var(--ev-accent);text-decoration:underline;text-underline-offset:3px}
.ev-site-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:min(1380px,100%);
  margin:0 auto;
  padding-top:22px;
  border-top:1px solid rgba(20,17,15,.08);
  color:#817873;
  font-size:11px;
  letter-spacing:.03em;
}
.ev-site-footer-bottom b{color:var(--ev-accent);font-size:14px}
.ev-site-footer-bottom a{color:#37312e;font-weight:750}
.ev-site-footer-bottom a:hover{color:var(--ev-accent)}
.ev-detail-modern .ev-lightbox{width:auto!important;margin:0!important}

@media(max-width:1100px){
  .ev-site-header-inner{grid-template-columns:1fr auto}
  .ev-site-nav{display:none}
  .ev-site-mobile-menu{display:block}
  .ev-site-phone{display:none}
  .ev-site-footer-inner{grid-template-columns:1.4fr .7fr .8fr;gap:38px}
}

@media(max-width:680px){
  .ev-detail-modern>.ev-site-header{margin-top:-18px;margin-bottom:20px}
  .ev-site-header-inner{width:calc(100% - 24px);min-height:68px;gap:14px}
  .ev-site-brand{gap:10px}
  .ev-site-wordmark{font-size:17px}
  .ev-site-brand small{display:none}
  .ev-site-brand img{max-width:190px!important;max-height:34px!important}
  .ev-site-contact{display:none}
  .ev-site-header-actions{gap:8px}
  .ev-site-footer{margin-top:64px;padding:52px 20px 22px}
  .ev-site-footer-inner{grid-template-columns:1fr;gap:34px;padding-bottom:34px}
  .ev-footer-brand p{margin-top:12px}
  .ev-site-footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}
}

@media print{
  .ev-site-header,.ev-site-footer{display:none!important}
}

/* ===== v14.4 refinements ===== */
.ev-site-header,
.ev-site-footer{display:none!important}

.ev-detail-modern .ev-detail-topbar,
.ev-detail-modern .ev-detail-head,
.ev-detail-modern .ev-property-gallery,
.ev-detail-modern .ev-detail-layout,
.ev-detail-modern .ev-mls-message{
  width:min(1340px, calc(100% - 40px));
}
.ev-detail-modern .ev-detail-head h1,
.ev-detail-modern .ev-box h2,
.ev-flyer-modern .ev-flyer-heading h1,
.ev-flyer-modern .ev-flyer-copy h2,
.ev-flyer-modern .ev-flyer-copy h3,
.ev-flyer-modern .ev-flyer-price-card strong{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
}
.ev-detail-modern .ev-detail-stats strong,
.ev-detail-modern .ev-feature-grid strong,
.ev-detail-modern .ev-advisor strong,
.ev-detail-modern .ev-lead-form h3,
.ev-detail-modern .ev-primary-action,
.ev-detail-modern .ev-mini-action,
.ev-detail-modern .ev-lead-form button,
.ev-list-modern .ev-card-price strong,
.ev-list-modern .ev-card-title-row h3{
  font-weight:600;
}
.ev-detail-modern .ev-detail-head h1{font-size:clamp(42px,4.4vw,74px);letter-spacing:-.058em}
.ev-detail-modern .ev-detail-head p{font-size:17px;color:#6d6662}
.ev-detail-modern .ev-mini-action,
.ev-detail-modern .ev-primary-action,
.ev-detail-modern .ev-lead-form button{letter-spacing:.01em}
.ev-detail-modern .ev-detail-stats span,
.ev-detail-modern .ev-feature-grid span,
.ev-detail-modern .ev-inquiry-price span,
.ev-detail-modern .ev-advisor span{letter-spacing:1.2px}
.ev-detail-modern .ev-detail-stats strong{font-size:18px;line-height:1.4}
.ev-detail-modern .ev-feature-grid strong{font-size:16px;line-height:1.45}
.ev-detail-modern .ev-box{box-shadow:0 14px 28px rgba(0,0,0,.035)}
.ev-detail-modern .ev-description-wrap{
  position:relative;
}
.ev-detail-modern .ev-description{max-width:none;color:#36302d;font-size:17px;line-height:1.9}
.ev-detail-modern .ev-description p{margin:0 0 1.15em}
.ev-detail-modern .ev-description-wrap.is-collapsed .ev-description{
  max-height:420px;
  overflow:hidden;
}
.ev-detail-modern .ev-description-wrap.is-expanded .ev-description{max-height:none}
.ev-detail-modern .ev-description-fade{
  position:absolute;
  left:0;right:0;bottom:62px;
  height:120px;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.78) 42%, rgba(255,255,255,1) 100%);
  pointer-events:none;
}
.ev-detail-modern .ev-description-wrap.is-expanded .ev-description-fade{display:none}
.ev-detail-modern .ev-description-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:12px;
  padding:0 16px;
  border:1px solid rgba(17,17,17,.1);
  border-radius:999px;
  background:#fff;
  color:#201c1a;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  box-shadow:0 10px 18px rgba(0,0,0,.04);
}
.ev-detail-modern .ev-description-toggle:hover{border-color:rgba(17,17,17,.16);box-shadow:0 12px 20px rgba(0,0,0,.06)}

.ev-flyer-modern{max-width:none;padding:32px;background:linear-gradient(180deg,#f6f2ee 0%, #efebe7 100%)}
.ev-flyer-modern .ev-flyer-actions{max-width:1160px;margin:0 auto 18px}
.ev-flyer-modern .ev-flyer-actions button,
.ev-flyer-modern .ev-flyer-actions a{
  padding:12px 18px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#1f1b19;
  font-weight:600;
}
.ev-flyer-modern .ev-flyer-sheet{
  max-width:1160px;
  padding:42px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 26px 70px rgba(12,10,8,.12);
}
.ev-flyer-modern .ev-flyer-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:end;
  margin-bottom:26px;
}
.ev-flyer-modern .ev-flyer-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:var(--ev-accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:2.4px;
  text-transform:uppercase;
}
.ev-flyer-modern .ev-flyer-heading h1{
  margin:0 0 10px;
  color:#201c1a;
  font-size:58px;
  line-height:1;
  letter-spacing:-.06em;
}
.ev-flyer-modern .ev-flyer-heading p{
  margin:0;
  color:#6e6661;
  font-size:17px;
  line-height:1.6;
}
.ev-flyer-modern .ev-flyer-price-card{
  padding:24px 26px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%, #faf8f6 100%);
}
.ev-flyer-modern .ev-flyer-price-card span,
.ev-flyer-modern .ev-flyer-metrics span{
  display:block;
  margin-bottom:8px;
  color:#81766f;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.ev-flyer-modern .ev-flyer-price-card strong{
  display:block;
  color:#1c1816;
  font-size:44px;
  line-height:1.05;
  letter-spacing:-.045em;
}
.ev-flyer-modern .ev-flyer-price-card small{display:block;margin-top:10px;color:#766d68;font-size:13px;line-height:1.5}
.ev-flyer-modern .ev-flyer-hero-wrap{overflow:hidden;border-radius:24px;background:#eee}
.ev-flyer-modern .ev-flyer-hero{display:block!important;width:100%!important;height:560px!important;object-fit:cover!important}
.ev-flyer-modern .ev-flyer-metrics{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  margin:24px 0 26px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:22px;
  overflow:hidden;
}
.ev-flyer-modern .ev-flyer-metrics div{
  min-width:0;
  padding:18px 20px;
  border-right:1px solid rgba(17,17,17,.08);
}
.ev-flyer-modern .ev-flyer-metrics div:last-child{border-right:0}
.ev-flyer-modern .ev-flyer-metrics strong{display:block;color:#221d1a;font-size:18px;font-weight:600;line-height:1.4}
.ev-flyer-modern .ev-flyer-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start}
.ev-flyer-modern .ev-flyer-copy section+section{margin-top:22px}
.ev-flyer-modern .ev-flyer-copy h2,
.ev-flyer-modern .ev-flyer-copy h3{margin:0 0 14px;color:#1f1b18;font-size:32px;letter-spacing:-.03em}
.ev-flyer-modern .ev-flyer-copy h3{font-size:24px}
.ev-flyer-modern .ev-flyer-copy p{margin:0;color:#3d3834;font-size:16px;line-height:1.8}
.ev-flyer-modern .ev-flyer-feature-chips{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}
.ev-flyer-modern .ev-flyer-feature-chips li{
  display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#f5f1ed;color:#2e2724;font-size:13px;font-weight:500;line-height:1.35
}
.ev-flyer-modern .ev-flyer-contact-card{
  padding:24px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:24px;
  background:#faf8f6;
}
.ev-flyer-modern .ev-flyer-contact-card strong{display:block;margin-bottom:10px;color:#1d1917;font-size:24px;font-weight:600;line-height:1.2}
.ev-flyer-modern .ev-flyer-contact-card>a{display:block;margin-top:8px;color:#4f4844;font-size:15px;line-height:1.5;overflow-wrap:anywhere}
.ev-flyer-modern .ev-flyer-qr{display:flex;align-items:center;gap:16px;margin-top:22px;padding-top:22px;border-top:1px solid rgba(17,17,17,.08)}
.ev-flyer-modern .ev-flyer-qr img{width:108px!important;height:108px!important}
.ev-flyer-modern .ev-flyer-qr strong{margin:0 0 6px;font-size:16px}
.ev-flyer-modern .ev-flyer-qr span{display:block;color:#726965;font-size:13px;line-height:1.45}
.ev-flyer-modern .ev-flyer-footer{display:flex;justify-content:space-between;gap:18px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(17,17,17,.08);color:#665e59;font-size:14px}

@media(max-width:1024px){
  .ev-flyer-modern .ev-flyer-sheet{padding:28px}
  .ev-flyer-modern .ev-flyer-header,
  .ev-flyer-modern .ev-flyer-body{grid-template-columns:1fr}
  .ev-flyer-modern .ev-flyer-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ev-flyer-modern .ev-flyer-hero{height:440px!important}
}
@media(max-width:680px){
  .ev-detail-modern .ev-detail-topbar,
  .ev-detail-modern .ev-detail-head,
  .ev-detail-modern .ev-property-gallery,
  .ev-detail-modern .ev-detail-layout,
  .ev-detail-modern .ev-mls-message{width:min(100%, calc(100% - 24px))}
  .ev-detail-modern .ev-description-wrap.is-collapsed .ev-description{max-height:320px}
  .ev-flyer-modern{padding:14px}
  .ev-flyer-modern .ev-flyer-sheet{padding:20px;border-radius:22px}
  .ev-flyer-modern .ev-flyer-heading h1{font-size:38px}
  .ev-flyer-modern .ev-flyer-price-card strong{font-size:34px}
  .ev-flyer-modern .ev-flyer-hero{height:280px!important}
  .ev-flyer-modern .ev-flyer-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ev-flyer-modern .ev-flyer-footer{flex-direction:column}
}
@media print{
  .ev-site-header,
  .ev-site-footer,
  .ev-flyer-actions{display:none!important}
  .ev-flyer-modern{padding:0;background:#fff}
  .ev-flyer-modern .ev-flyer-sheet{max-width:none;padding:22px;border-radius:0;box-shadow:none}
  .ev-flyer-modern .ev-flyer-heading h1{font-size:42px}
  .ev-flyer-modern .ev-flyer-hero{height:420px!important}
  .ev-flyer-modern .ev-flyer-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* ===== v14.5 typography + complete API fields ===== */
.ev-mls,
.ev-mls button,
.ev-mls input,
.ev-mls select,
.ev-mls textarea{
  font-weight:400;
}
.ev-mls b,
.ev-mls strong{
  font-weight:500;
}
.ev-mls-kicker,
.ev-search-field span,
.ev-search-advanced label>span,
.ev-results-head>span,
.ev-card-title-row span,
.ev-detail-stats span,
.ev-feature-grid span,
.ev-inquiry-price span,
.ev-advisor span,
.ev-api-fields span{
  font-weight:500!important;
}
.ev-mode-tabs a,
.ev-filter-toggle,
.ev-advanced-actions button,
.ev-card-badge,
.ev-mini-action,
.ev-primary-action,
.ev-lead-form button,
.ev-description-toggle,
.ev-tour-link,
.ev-mls-pagination a{
  font-weight:500!important;
}
.ev-list-modern .ev-card-title-row h3,
.ev-list-modern .ev-card-price strong,
.ev-detail-modern .ev-detail-stats strong,
.ev-detail-modern .ev-feature-grid strong,
.ev-detail-modern .ev-advisor strong,
.ev-detail-modern .ev-lead-form h3,
.ev-detail-modern .ev-inquiry-price strong{
  font-weight:500!important;
}
.ev-detail-modern .ev-description{
  font-weight:400;
}
.ev-api-information .ev-api-fields{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(17,17,17,.07);
  border-radius:18px;
  background:#fdfcfb;
}
.ev-api-fields>div{
  min-width:0;
  padding:18px 20px;
  border-right:1px solid rgba(17,17,17,.06);
  border-bottom:1px solid rgba(17,17,17,.06);
}
.ev-api-fields>div:nth-child(3n){border-right:0}
.ev-api-fields>div:nth-last-child(-n+3){border-bottom:0}
.ev-api-fields span{
  display:block;
  margin-bottom:7px;
  color:#817974;
  font-size:10px;
  line-height:1.3;
  letter-spacing:1.1px;
  text-transform:uppercase;
}
.ev-api-fields strong{
  display:block;
  color:#282321;
  font-size:15px;
  font-weight:400!important;
  line-height:1.5;
  overflow-wrap:anywhere;
}
@media(max-width:900px){
  .ev-api-information .ev-api-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ev-api-fields>div:nth-child(3n){border-right:1px solid rgba(17,17,17,.06)}
  .ev-api-fields>div:nth-child(2n){border-right:0}
  .ev-api-fields>div:nth-last-child(-n+3){border-bottom:1px solid rgba(17,17,17,.06)}
  .ev-api-fields>div:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:560px){
  .ev-api-information .ev-api-fields{grid-template-columns:1fr}
  .ev-api-fields>div{border-right:0!important;border-bottom:1px solid rgba(17,17,17,.06)!important}
  .ev-api-fields>div:last-child{border-bottom:0!important}
}

/* ===== v14.6 canonical links / one-page EV flyer ===== */
.ev-flyer-onepage{
  max-width:none;
  padding:34px 18px 48px;
  background:#f1f1f1;
  color:#171717;
}
.ev-flyer-onepage .ev-flyer-actions{
  display:flex;
  gap:10px;
  width:min(210mm,100%);
  margin:0 auto 16px;
}
.ev-flyer-onepage .ev-flyer-actions button,
.ev-flyer-onepage .ev-flyer-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid #d8d8d8;
  border-radius:999px;
  background:#fff;
  color:#181818;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
}
.ev-onepage-sheet{
  position:relative;
  display:flex;
  width:210mm;
  min-height:297mm;
  margin:0 auto;
  padding:13mm 13mm 9mm;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  box-shadow:0 22px 65px rgba(0,0,0,.14);
}
.ev-onepage-brand{
  display:flex;
  height:13mm;
  align-items:flex-start;
  justify-content:center;
}
.ev-onepage-brand img{
  display:block!important;
  width:auto!important;
  height:9mm!important;
  max-width:76mm!important;
  object-fit:contain!important;
}
.ev-onepage-wordmark{
  color:#181818;
  font-family:Arial,Helvetica,sans-serif;
  font-size:7.2mm;
  font-weight:500;
  letter-spacing:-.45mm;
  line-height:1;
}
.ev-onepage-wordmark span{color:var(--ev-accent);padding:0 .35mm}
.ev-onepage-hero{
  width:100%;
  height:108mm;
  overflow:hidden;
  background:#eee;
}
.ev-onepage-hero img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
}
.ev-onepage-title{
  display:flex;
  min-height:42mm;
  padding:10mm 6mm 7mm;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.ev-onepage-title h1{
  max-width:170mm;
  margin:0;
  color:#171717;
  font-family:Georgia,"Times New Roman",serif;
  font-size:9.2mm;
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.35mm;
}
.ev-onepage-title p{
  max-width:165mm;
  margin:3.7mm 0 0;
  color:#666;
  font-size:3.1mm;
  font-weight:400;
  line-height:1.45;
  letter-spacing:.22mm;
  text-transform:uppercase;
}
.ev-onepage-title>span{
  display:block;
  margin-top:2mm;
  color:#999;
  font-size:2.65mm;
  font-weight:400;
  letter-spacing:.25mm;
  text-transform:uppercase;
}
.ev-onepage-metrics{
  display:grid;
  min-height:37mm;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 6mm;
}
.ev-onepage-metric{
  position:relative;
  display:flex;
  min-width:0;
  padding:1mm 5mm 0;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
}
.ev-onepage-metric+.ev-onepage-metric:before{
  content:"";
  position:absolute;
  left:0;
  top:2mm;
  width:.25mm;
  height:29mm;
  background:rgba(227,6,19,.23);
}
.ev-onepage-icon{
  position:relative;
  width:9mm;
  height:8mm;
  margin-bottom:1.8mm;
  color:#424242;
}
.ev-icon-bed:before{
  content:"";
  position:absolute;
  left:.7mm;right:.7mm;bottom:1.1mm;
  height:4.1mm;
  border:.35mm solid currentColor;
  border-radius:.4mm .4mm 0 0;
}
.ev-icon-bed:after{
  content:"";
  position:absolute;
  left:1.5mm;top:1.1mm;
  width:2.3mm;height:2.1mm;
  border:.3mm solid currentColor;
  box-shadow:3.1mm 0 0 -.05mm #fff,3.1mm 0 0 .25mm currentColor;
}
.ev-icon-bath:before{
  content:"";
  position:absolute;
  left:.6mm;right:.6mm;bottom:1.4mm;
  height:3.5mm;
  border:.35mm solid currentColor;
  border-top:0;
  border-radius:0 0 2mm 2mm;
}
.ev-icon-bath:after{
  content:"";
  position:absolute;
  left:2mm;top:.7mm;
  width:3mm;height:2.4mm;
  border-left:.35mm solid currentColor;
  border-top:.35mm solid currentColor;
  border-radius:1.3mm 0 0 0;
}
.ev-icon-area:before,.ev-icon-home:before,.ev-icon-mls:before{
  content:"";
  position:absolute;
  inset:.9mm 1.1mm;
  border:.35mm solid currentColor;
}
.ev-icon-area:after{
  content:"";
  position:absolute;
  right:.5mm;bottom:.4mm;
  width:3.2mm;height:3.2mm;
  border-left:.3mm solid currentColor;
  border-top:.3mm solid currentColor;
}
.ev-icon-price:before{
  content:"";
  position:absolute;
  left:.7mm;right:.7mm;top:2mm;
  height:4.2mm;
  border:.35mm solid currentColor;
  border-radius:.4mm;
}
.ev-icon-price:after{
  content:"$";
  position:absolute;
  left:50%;top:1.55mm;
  transform:translateX(-50%);
  font-size:3.8mm;
  line-height:1;
}
.ev-onepage-metric>span{
  display:block;
  color:#777;
  font-size:2.55mm;
  font-weight:400;
  letter-spacing:.18mm;
  line-height:1.2;
  text-transform:uppercase;
}
.ev-onepage-metric>strong{
  display:block;
  max-width:100%;
  margin-top:2mm;
  color:#252525;
  font-family:Georgia,"Times New Roman",serif;
  font-size:5mm;
  font-weight:400;
  line-height:1.15;
  overflow-wrap:anywhere;
}
.ev-onepage-footer{
  display:grid;
  min-height:30mm;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12mm;
  margin:5mm 6mm 0;
  padding-top:5mm;
  border-top:.25mm solid #ededed;
  align-items:center;
}
.ev-onepage-contact{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.ev-onepage-contact strong{
  margin-bottom:1.2mm;
  color:#272727;
  font-size:3.2mm;
  font-weight:500;
  letter-spacing:.08mm;
  text-transform:uppercase;
}
.ev-onepage-contact span{
  display:block;
  margin-top:.55mm;
  color:#666;
  font-size:2.65mm;
  font-weight:400;
  line-height:1.3;
}
.ev-onepage-contact small{
  display:block;
  max-width:118mm;
  margin-top:1.3mm;
  overflow:hidden;
  color:#999;
  font-size:2.15mm;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ev-onepage-qr{display:flex;align-items:center;gap:3mm}
.ev-onepage-qr>div{
  display:flex;
  width:24mm;
  height:16mm;
  padding:2.5mm;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:var(--ev-accent);
  color:#fff;
  text-align:center;
}
.ev-onepage-qr strong{font-size:2.55mm;font-weight:500;line-height:1.2;letter-spacing:.12mm}
.ev-onepage-qr span{margin-top:1mm;font-size:2.05mm;font-weight:400;line-height:1.2}
.ev-onepage-qr img{display:block!important;width:20mm!important;height:20mm!important;max-width:none!important}
.ev-onepage-legal{
  margin-top:auto;
  padding-top:3mm;
  color:#aaa;
  font-size:1.75mm;
  font-weight:400;
  line-height:1.35;
  text-align:center;
}

@media(max-width:850px){
  .ev-flyer-onepage{overflow:auto}
  .ev-onepage-sheet{transform-origin:top left}
}

@page{size:A4 portrait;margin:0}
@media print{
  html,body{width:210mm!important;height:297mm!important;margin:0!important;padding:0!important;background:#fff!important}
  body *{visibility:hidden!important}
  .ev-flyer-onepage,.ev-flyer-onepage *{visibility:visible!important}
  .ev-flyer-onepage{
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:210mm!important;
    height:297mm!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#fff!important;
    print-color-adjust:exact!important;
    -webkit-print-color-adjust:exact!important;
  }
  .ev-flyer-onepage .ev-flyer-actions{display:none!important}
  .ev-onepage-sheet{
    width:210mm!important;
    min-height:297mm!important;
    height:297mm!important;
    margin:0!important;
    padding:13mm 13mm 9mm!important;
    overflow:hidden!important;
    box-shadow:none!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
    page-break-after:avoid!important;
  }
}
.ev-onepage-title h1{width:100%}
.ev-onepage-title:not(.is-long) h1{white-space:nowrap}
.ev-onepage-title.is-long h1{font-size:7.6mm;line-height:1.08;text-wrap:balance}
.ev-onepage-title h1{white-space:nowrap}
.ev-onepage-title.is-long h1{white-space:normal}

/* ===== v14.8 feedback fixes ===== */
.ev-list-modern .ev-home-hero-inner p{
  color:#3c3734;
  font-weight:450;
  text-shadow:none!important;
}

/* Prevent any remaining text glow from recreating a soft-cover effect */
.ev-list-modern .ev-home-hero-inner h1{
  text-shadow:none!important;
}
.ev-site-nav a,
.ev-site-mobile-menu>div a{
  font-size:11px;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.ev-detail-modern .ev-mini-action{
  min-height:40px;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1;
  white-space:nowrap;
}
.ev-detail-modern .ev-property-photo-main img{
  object-fit:contain!important;
  background:#ebe7e3;
  transform:none!important;
}
.ev-detail-modern .ev-property-photo-thumb img{object-fit:cover!important}
.ev-detail-modern .ev-property-photo-main:hover img{transform:none!important;filter:none}

.ev-api-information .ev-api-fields{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:12px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
}
.ev-api-fields>div,
.ev-api-fields>div:nth-child(3n),
.ev-api-fields>div:nth-last-child(-n+3){
  min-width:0;
  padding:17px 18px;
  border:1px solid rgba(17,17,17,.07)!important;
  border-radius:14px;
  background:#fcfbfa;
}
.ev-api-fields span{margin-bottom:6px;color:#756d68}
.ev-api-fields strong{font-size:14px;line-height:1.45}

.ev-lead-status{
  padding:12px 14px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:12px;
  background:#f7f5f3;
  color:#423b37;
  font-size:13px;
  line-height:1.45;
}
.ev-lead-status.is-loading{background:#f7f5f3;color:#5e5651}
.ev-lead-status.is-success{border-color:rgba(36,125,75,.2);background:#f0f8f3;color:#236b43}
.ev-lead-status.is-error{border-color:rgba(190,35,48,.2);background:#fff2f3;color:#9f2630}
.ev-lead-form button:disabled{cursor:wait;opacity:.72}

@media(max-width:560px){
  .ev-api-information .ev-api-fields{grid-template-columns:1fr;gap:10px}
  .ev-api-fields>div{border:1px solid rgba(17,17,17,.07)!important}
}

/* ===== v14.9 Airbnb-inspired hero — clean image, no gradient/soft cover ===== */

/*
 * Design intent:
 * - Keep the hero photo completely untouched.
 * - Put the copy on an opaque white floating card instead of washing the image.
 * - Keep the rounded, search-first Airbnb visual language.
 * - Preserve the existing PHP/HTML markup; this is CSS-only.
 */

.ev-list-modern{
  background:#fff;
}

/* Main hero canvas */
.ev-list-modern .ev-home-hero{
  position:relative;
  display:flex;
  width:min(1480px,calc(100% - 32px));
  min-height:560px;
  margin:16px auto 0;
  align-items:center;
  overflow:hidden;
  border-radius:28px;
  background-color:#ececec;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  isolation:isolate;
}

/* Jim requested: absolutely no image cover, fade or gradient */
.ev-list-modern .ev-home-hero::after,
.ev-list-modern .ev-home-hero:after{
  content:none!important;
  display:none!important;
  background:none!important;
}

.ev-list-modern .ev-home-hero-overlay{
  display:none!important;
  background:none!important;
  opacity:0!important;
  filter:none!important;
  pointer-events:none!important;
}

/* Floating editorial card — the photo itself stays untouched */
.ev-list-modern .ev-home-hero-inner{
  position:relative;
  z-index:2;
  display:flex;
  width:min(560px,calc(100% - 96px))!important;
  min-height:0!important;
  max-width:560px!important;
  margin:0 0 24px clamp(32px,4vw,58px)!important;
  padding:36px 38px 38px!important;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(0,0,0,.06);
  border-radius:24px;
  background:#fff;
  box-shadow:
    0 2px 4px rgba(0,0,0,.04),
    0 18px 50px rgba(0,0,0,.16);
  transform:none!important;
}

/* Kicker */
.ev-list-modern .ev-home-hero .ev-mls-kicker{
  margin:0;
  color:var(--ev-accent)!important;
  font-size:10px;
  font-weight:500!important;
  line-height:1.3;
  letter-spacing:2.5px;
  text-transform:uppercase;
  text-shadow:none!important;
}

/* Hero headline */
.ev-list-modern .ev-home-hero-inner h1{
  max-width:500px;
  margin:13px 0 16px!important;
  color:#191919!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,4vw,58px)!important;
  font-weight:500!important;
  line-height:1.01!important;
  letter-spacing:-.052em!important;
  text-shadow:none!important;
}

/* Supporting copy */
.ev-list-modern .ev-home-hero-inner p{
  max-width:470px;
  margin:0!important;
  color:#555!important;
  font-size:15.5px!important;
  font-weight:400!important;
  line-height:1.62!important;
  text-shadow:none!important;
}

/* Small informational chips */
.ev-list-modern .ev-home-hero-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:24px!important;
}

.ev-list-modern .ev-home-hero-meta span{
  display:inline-flex;
  min-height:36px;
  padding:0 13px;
  align-items:center;
  border:1px solid #e5e5e5!important;
  border-radius:999px;
  background:#f7f7f7!important;
  color:#303030!important;
  font-size:10.5px!important;
  font-weight:500!important;
  line-height:1;
  letter-spacing:.055em!important;
  text-transform:uppercase;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:none!important;
}

/* Airbnb-style floating search surface */
.ev-list-modern .ev-search-sticky{
  position:relative;
  top:auto;
  z-index:8;
  width:min(1240px,calc(100% - 64px))!important;
  margin:-42px auto 30px!important;
}

.ev-list-modern .ev-mls-search{
  overflow:visible;
  border:1px solid #dedede!important;
  border-radius:32px!important;
  background:#fff!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:
    0 2px 4px rgba(0,0,0,.04),
    0 12px 34px rgba(0,0,0,.12)!important;
}

.ev-list-modern .ev-search-primary{
  min-height:76px;
  padding:8px!important;
}

.ev-list-modern .ev-search-field{
  padding:10px 22px!important;
  border-radius:24px!important;
}

.ev-list-modern .ev-search-field:hover,
.ev-list-modern .ev-search-field:focus-within{
  background:#f7f7f7!important;
}

.ev-list-modern .ev-search-field+.ev-search-field{
  border-left:1px solid #ebebeb!important;
}

.ev-list-modern .ev-search-field span,
.ev-list-modern .ev-search-advanced label>span{
  color:#222!important;
  font-size:10.5px!important;
  font-weight:500!important;
}

.ev-list-modern .ev-search-field input,
.ev-list-modern .ev-search-field select{
  color:#4a4a4a!important;
  font-size:14px!important;
}

.ev-list-modern .ev-search-field input::placeholder{
  color:#858585!important;
}

/* Search CTA */
.ev-list-modern .ev-search-submit{
  width:50px;
  height:50px;
  margin:0 4px;
  background:var(--ev-accent);
  box-shadow:0 7px 18px rgba(213,0,28,.24)!important;
}

.ev-list-modern .ev-search-submit:hover{
  background:#b80018;
  transform:scale(1.03);
}

/* Filters button */
.ev-list-modern .ev-filter-toggle{
  height:48px;
  margin:0 4px;
  padding:0 16px;
  border:1px solid #dedede!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#222!important;
  box-shadow:none!important;
}

.ev-list-modern .ev-filter-toggle:hover{
  border-color:#222!important;
}

/* Slightly cleaner transition from hero to listings */
.ev-list-modern .ev-mode-row{
  margin-top:24px;
}

.ev-list-modern .ev-mode-tabs a{
  border-color:#dedede;
  background:#fff;
  box-shadow:none;
}

.ev-list-modern .ev-mode-tabs a:hover{
  border-color:#222;
}

.ev-list-modern .ev-mode-tabs a.active{
  background:#111;
  color:#fff;
  box-shadow:none;
}

/* Tablet */
@media(max-width:1024px){
  .ev-list-modern .ev-home-hero{
    width:calc(100% - 28px);
    min-height:520px;
    margin-top:14px;
    border-radius:26px;
  }

  .ev-list-modern .ev-home-hero-inner{
    width:min(500px,calc(100% - 64px))!important;
    max-width:500px!important;
    margin-left:32px!important;
    padding:30px 32px 32px!important;
  }

  .ev-list-modern .ev-home-hero-inner h1{
    font-size:clamp(42px,5.2vw,52px)!important;
  }

  .ev-list-modern .ev-search-sticky{
    width:calc(100% - 48px)!important;
    margin-top:-34px!important;
  }

  .ev-list-modern .ev-search-primary{
    min-height:0;
  }
}

/* Mobile */
@media(max-width:680px){
  .ev-list-modern .ev-home-hero{
    display:flex;
    width:calc(100% - 24px);
    min-height:560px;
    margin-top:12px;
    align-items:flex-end;
    border-radius:22px;
    background-position:center center;
  }

  .ev-list-modern .ev-home-hero-inner{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    min-height:0!important;
    margin:0 14px 62px!important;
    padding:24px 24px 26px!important;
    border-radius:20px;
    box-shadow:
      0 2px 4px rgba(0,0,0,.04),
      0 14px 36px rgba(0,0,0,.17);
  }

  .ev-list-modern .ev-home-hero-inner h1{
    max-width:100%;
    margin:11px 0 13px!important;
    font-size:40px!important;
    line-height:1.01!important;
  }

  .ev-list-modern .ev-home-hero-inner p{
    max-width:100%;
    font-size:14.5px!important;
    line-height:1.55!important;
  }

  .ev-list-modern .ev-home-hero-meta{
    margin-top:20px!important;
  }

  .ev-list-modern .ev-home-hero-meta span{
    min-height:34px;
    padding:0 11px;
    font-size:9.5px!important;
  }

  .ev-list-modern .ev-search-sticky{
    width:calc(100% - 24px)!important;
    margin:-38px auto 24px!important;
  }

  .ev-list-modern .ev-mls-search{
    border-radius:24px!important;
  }

  .ev-list-modern .ev-search-primary{
    grid-template-columns:1fr!important;
    gap:6px!important;
    padding:8px!important;
  }

  .ev-list-modern .ev-search-field,
  .ev-list-modern .ev-search-field+.ev-search-field{
    padding:10px 14px!important;
    border:0!important;
    border-radius:16px!important;
  }

  .ev-list-modern .ev-search-submit,
  .ev-list-modern .ev-filter-toggle{
    width:100%!important;
    height:48px!important;
    margin:0!important;
    border-radius:16px!important;
  }
}

/* Small phones */
@media(max-width:420px){
  .ev-list-modern .ev-home-hero{
    min-height:540px;
  }

  .ev-list-modern .ev-home-hero-inner{
    margin-right:12px!important;
    margin-bottom:58px!important;
    margin-left:12px!important;
    width:calc(100% - 24px)!important;
    padding:22px!important;
  }

  .ev-list-modern .ev-home-hero-inner h1{
    font-size:36px!important;
  }

  .ev-list-modern .ev-home-hero-meta{
    gap:6px;
  }
}

/* ===== v15.0 consolidated Airbnb / Jim feedback ===== */

/* List page remains clean and search-led */
.ev-list-modern{
  max-width:none;
  padding:0 0 88px;
  background:#fff;
}

/* Hero: clean photography, absolutely no gradient / fade / soft cover */
.ev-list-modern .ev-home-hero{
  position:relative;
  display:flex;
  width:min(1480px,calc(100% - 32px));
  min-height:560px;
  margin:16px auto 0;
  align-items:center;
  overflow:hidden;
  border-radius:28px;
  background:#ececec;
  isolation:isolate;
}
.ev-list-modern .ev-home-hero::after,
.ev-list-modern .ev-home-hero:after,
.ev-list-modern .ev-home-hero-overlay{
  content:none!important;
  display:none!important;
  background:none!important;
  opacity:0!important;
  filter:none!important;
}
.ev-list-modern .ev-home-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#ececec;
}
.ev-list-modern .ev-home-hero-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:0;
  filter:none!important;
  transform:scale(1.002);
  transition:opacity .7s ease;
}
.ev-list-modern .ev-home-hero-image.is-active{opacity:1}
.ev-list-modern .ev-home-hero-dots{
  position:absolute;
  right:22px;
  bottom:22px;
  z-index:3;
  display:flex;
  gap:6px;
  padding:8px 10px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.12);
}
.ev-list-modern .ev-home-hero-dots i{width:6px;height:6px;border-radius:50%;background:#b8b8b8}
.ev-list-modern .ev-home-hero-dots i.is-active{background:#222}

/* Airbnb-like floating copy card: no tint over the photo itself */
.ev-list-modern .ev-home-hero-inner{
  position:relative;
  z-index:2;
  display:flex;
  width:min(560px,calc(100% - 96px))!important;
  min-height:0!important;
  max-width:560px!important;
  margin:0 0 28px clamp(32px,4vw,58px)!important;
  padding:36px 38px 38px!important;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(0,0,0,.06);
  border-radius:24px;
  background:#fff;
  box-shadow:0 3px 8px rgba(0,0,0,.05),0 18px 50px rgba(0,0,0,.16);
}
.ev-list-modern .ev-home-hero .ev-mls-kicker{
  margin:0;color:var(--ev-accent)!important;font-size:10px;font-weight:500!important;line-height:1.3;letter-spacing:2.5px;text-transform:uppercase;text-shadow:none!important
}
.ev-list-modern .ev-home-hero-inner h1{
  max-width:500px;margin:13px 0 16px!important;color:#191919!important;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,4vw,58px)!important;font-weight:500!important;line-height:1.01!important;letter-spacing:-.052em!important;text-shadow:none!important
}
.ev-list-modern .ev-home-hero-inner p{
  max-width:470px;margin:0!important;color:#555!important;font-size:15.5px!important;font-weight:400!important;line-height:1.62!important;text-shadow:none!important
}
.ev-list-modern .ev-home-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px!important}
.ev-list-modern .ev-home-hero-meta span{
  min-height:36px;padding:0 13px;border:1px solid #e5e5e5!important;border-radius:999px;background:#f7f7f7!important;color:#303030!important;font-size:10.5px!important;font-weight:500!important;letter-spacing:.055em!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important
}

/* Airbnb search surface */
.ev-list-modern .ev-search-sticky{position:relative;top:auto;z-index:8;width:min(1240px,calc(100% - 64px))!important;margin:-42px auto 30px!important}
.ev-list-modern .ev-mls-search{overflow:visible;border:1px solid #dedede!important;border-radius:32px!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 2px 4px rgba(0,0,0,.04),0 12px 34px rgba(0,0,0,.12)!important}
.ev-list-modern .ev-search-primary{min-height:76px;padding:8px!important}
.ev-list-modern .ev-search-field{padding:10px 22px!important;border-radius:24px!important}
.ev-list-modern .ev-search-field:hover,.ev-list-modern .ev-search-field:focus-within{background:#f7f7f7!important}
.ev-list-modern .ev-search-field+.ev-search-field{border-left:1px solid #ebebeb!important}
.ev-list-modern .ev-search-field span,.ev-list-modern .ev-search-advanced label>span{color:#222!important;font-size:10.5px!important;font-weight:500!important}
.ev-list-modern .ev-search-field input,.ev-list-modern .ev-search-field select{color:#4a4a4a!important;font-size:14px!important}
.ev-list-modern .ev-search-field input::placeholder{color:#858585!important}
.ev-list-modern .ev-search-submit{width:50px;height:50px;background:var(--ev-accent);box-shadow:0 7px 18px rgba(213,0,28,.24)!important}
.ev-list-modern .ev-filter-toggle{height:48px;border:1px solid #dedede!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
.ev-list-modern .ev-filter-toggle:hover{border-color:#222!important}

/* Card typography and gallery keep restrained Airbnb proportions */
.ev-list-modern .ev-mls-card{border:0;border-radius:0;background:#fff;box-shadow:none;overflow:visible}
.ev-list-modern .ev-mls-card:hover{transform:none;box-shadow:none}
.ev-list-modern .ev-card-gallery{border-radius:14px;background:#f2f2f2}
.ev-list-modern .ev-card-image{aspect-ratio:1.05/1}
.ev-list-modern .ev-card-content{padding:12px 2px 0}
.ev-list-modern .ev-card-title-row h3{font-family:inherit;font-size:15.5px;font-weight:500!important;line-height:1.3;letter-spacing:0}
.ev-list-modern .ev-card-price strong{font-size:15px;font-weight:500!important}
.ev-list-modern .ev-card-location,.ev-list-modern .ev-card-specs{font-size:13.5px}
.ev-list-modern .ev-card-badge{padding:6px 9px;font-size:10px;font-weight:500}

/* Detail gallery: cover for a true Airbnb gallery, contain only when AMPI gives one photo */
.ev-detail-modern .ev-property-photo-main img{object-fit:cover!important;background:#ebe7e3;transform:none!important}
.ev-detail-modern .ev-property-gallery-count-1 .ev-property-photo-main img{object-fit:contain!important}
.ev-detail-modern .ev-property-photo-main:hover img{transform:none!important;filter:none}
.ev-detail-modern .ev-property-photo-thumb img{object-fit:cover!important}
.ev-detail-modern .ev-mini-action{font-size:12px!important;font-weight:500!important;white-space:nowrap}
.ev-detail-modern .ev-mini-save.is-saved{border-color:#d5001c;color:#d5001c;background:#fff5f6}
.ev-detail-modern .ev-shop-address{display:block;margin-top:7px;color:var(--ev-muted);font-size:12px;line-height:1.45}

/* Public API information: only curated, human-readable fields reach this grid */
.ev-api-information .ev-api-fields{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;border:0;background:transparent;overflow:visible}
.ev-api-fields>div,.ev-api-fields>div:nth-child(3n),.ev-api-fields>div:nth-last-child(-n+3){padding:17px 18px;border:1px solid rgba(17,17,17,.07)!important;border-radius:14px;background:#fcfbfa}
.ev-api-fields strong{font-size:14px;font-weight:400!important;line-height:1.45}

/* Saved Homes profile */
body.ev-saved-open{overflow:hidden}
.ev-saved-modal[hidden]{display:none!important}
.ev-saved-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:20px}
.ev-saved-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.46)}
.ev-saved-dialog{position:relative;z-index:1;width:min(500px,100%);padding:34px;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.24)}
.ev-saved-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#f5f5f5;color:#222;font-size:26px;cursor:pointer}
.ev-saved-kicker{color:var(--ev-accent,#d5001c);font-size:10px;font-weight:500;letter-spacing:2px}
.ev-saved-dialog h2{margin:10px 44px 10px 0;font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:500;letter-spacing:-.03em}
.ev-saved-dialog>p{margin:0 0 22px;color:#666;font-size:14px;line-height:1.6}
.ev-saved-dialog form{display:grid;gap:10px}
.ev-saved-dialog input{width:100%;height:50px;padding:0 14px;border:1px solid #d9d9d9;border-radius:12px;outline:0}
.ev-saved-dialog input:focus{border-color:#222;box-shadow:0 0 0 1px #222}
.ev-saved-dialog form button{height:50px;border:0;border-radius:12px;background:#111;color:#fff;font-weight:500;cursor:pointer}
.ev-saved-dialog form button:hover{background:#000}
.ev-saved-dialog small{display:block;margin-top:16px;color:#888;font-size:11px;line-height:1.45}
.ev-saved-status{padding:10px 12px;border-radius:10px;background:#f7f7f7;color:#555;font-size:12px}
.ev-saved-status.is-error{background:#fff1f2;color:#9f2630}
.ev-saved-status.is-success{background:#eff8f2;color:#236b43}

@media(max-width:1024px){
  .ev-list-modern .ev-home-hero{width:calc(100% - 28px);min-height:520px;margin-top:14px;border-radius:26px}
  .ev-list-modern .ev-home-hero-inner{width:min(500px,calc(100% - 64px))!important;max-width:500px!important;margin-left:32px!important;padding:30px 32px 32px!important}
  .ev-list-modern .ev-home-hero-inner h1{font-size:clamp(42px,5.2vw,52px)!important}
  .ev-list-modern .ev-search-sticky{width:calc(100% - 48px)!important;margin-top:-34px!important}
}
@media(max-width:680px){
  .ev-list-modern .ev-home-hero{width:calc(100% - 24px);min-height:560px;margin-top:12px;align-items:flex-end;border-radius:22px}
  .ev-list-modern .ev-home-hero-inner{width:calc(100% - 28px)!important;max-width:none!important;margin:0 14px 62px!important;padding:24px 24px 26px!important;border-radius:20px}
  .ev-list-modern .ev-home-hero-inner h1{font-size:40px!important}
  .ev-list-modern .ev-home-hero-inner p{font-size:14.5px!important}
  .ev-list-modern .ev-search-sticky{width:calc(100% - 24px)!important;margin:-38px auto 24px!important}
  .ev-list-modern .ev-mls-search{border-radius:24px!important}
  .ev-list-modern .ev-search-primary{grid-template-columns:1fr!important;gap:6px!important;padding:8px!important}
  .ev-list-modern .ev-search-field,.ev-list-modern .ev-search-field+.ev-search-field{padding:10px 14px!important;border:0!important;border-radius:16px!important}
  .ev-list-modern .ev-search-submit,.ev-list-modern .ev-filter-toggle{width:100%!important;height:48px!important;margin:0!important;border-radius:16px!important}
  .ev-list-modern .ev-mls-grid{grid-template-columns:1fr;gap:30px}
  .ev-saved-dialog{padding:28px 22px;border-radius:20px}
  .ev-saved-dialog h2{font-size:30px}
}


/* Saved properties is a focused collection page, not another search hero. */
.ev-list-modern.ev-saved-view .ev-home-hero,
.ev-list-modern.ev-saved-view .ev-search-sticky,
.ev-list-modern.ev-saved-view .ev-mode-row{display:none!important}
.ev-list-modern.ev-saved-view .ev-results-head{padding-top:64px}
@media(max-width:680px){.ev-list-modern.ev-saved-view .ev-results-head{padding-top:38px}}
