.anre-full-app,.anre-app,.anre-submit-app,.anre-dashboard-app{font-family:'Poppins','Inter','Segoe UI',Roboto,'Helvetica Neue',Arial,'Koh Santepheap','Noto Sans Khmer',sans-serif;color:#0f172a;background:#f8fafc;box-sizing:border-box}.anre-full-app *,.anre-app *,.anre-submit-app *,.anre-dashboard-app *{box-sizing:border-box}.anre-ico{width:1.08em;height:1.08em;display:inline-block;vertical-align:-.15em;flex:none}.anre-loading,.anre-ui-empty{padding:34px;text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;color:#64748b}.anre-ui-empty.big{padding:70px 24px}.anre-ui-empty.big .anre-ico{width:56px;height:56px;color:#cbd5e1;margin-bottom:12px}.anre-ui-empty h2,.anre-ui-empty h3{color:#334155;margin:.2rem 0}.anre-ui-main button,.anre-ui-header button,.anre-ui-footer button{font:inherit}.anre-ui-btn,.anre-ui-main button[type=submit],.anre-submit-property-form button[type=submit],.anre-profile-form button[type=submit],.anre-login-form button,.anre-register-form button,.anre-inquiry-form button[type=submit]{border:0;border-radius:10px;background:#2563eb;color:#fff;font-weight:900;padding:12px 20px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 12px 24px rgba(37,99,235,.2);text-decoration:none}.anre-ui-btn:hover,.anre-ui-main button[type=submit]:hover{background:#1d4ed8}.anre-ui-btn--outline{background:#fff;color:#334155;border:1px solid #cbd5e1;box-shadow:none}.anre-ui-btn--outline:hover{background:#f8fafc;color:#2563eb}.anre-ui-toast{position:fixed;z-index:999999;right:22px;top:22px;background:#0f172a;color:#fff;border-left:5px solid #2563eb;border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:10px;font-weight:900;box-shadow:0 20px 50px rgba(15,23,42,.28);animation:anreSlide .2s ease}.anre-ui-toast--warning{background:#f59e0b;border-left-color:#b45309}.anre-ui-toast .anre-ico{color:#60a5fa}.anre-ui-toast--warning .anre-ico{color:#fff}@keyframes anreSlide{from{transform:translateY(-14px);opacity:0}to{transform:translateY(0);opacity:1}}

/* Header */
.anre-ui-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;box-shadow:0 3px 16px rgba(15,23,42,.05)}.anre-ui-header__inner{height:70px;max-width:1400px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.anre-ui-left,.anre-ui-right{display:flex;align-items:center;height:100%;gap:14px}.anre-ui-logo{border:0;background:transparent;display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:900;font-size:21px;color:#1e293b;white-space:nowrap}.anre-ui-logo .anre-ico{width:38px;height:38px;border:2px solid #2563eb;color:#2563eb;border-radius:999px;padding:7px}.anre-ui-logo b{color:#2563eb}.anre-ui-nav{height:100%;display:flex;align-items:center;gap:2px}.anre-ui-nav button,.anre-ui-link{border:0;background:transparent;color:#334155;font-size:13px;font-weight:900;cursor:pointer;padding:10px 11px}.anre-ui-nav button:hover,.anre-ui-link:hover{color:#2563eb}.anre-ui-user{border:0;background:transparent;display:flex;align-items:center;gap:10px;height:100%;padding:0 12px;font-weight:900;cursor:pointer;color:#1e293b}.anre-ui-user img{width:32px;height:32px;border-radius:999px;object-fit:cover}.anre-ui-add{border:0;background:#2563eb;color:#fff;height:70px;padding:0 22px;font-weight:900;display:flex;align-items:center;gap:8px;cursor:pointer}.anre-ui-mobile-toggle{display:none;border:0;background:transparent;color:#334155;cursor:pointer}.anre-ui-mobile{display:none;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 20px 35px rgba(15,23,42,.12)}.anre-ui-mobile button{display:block;width:100%;border:0;border-left:4px solid transparent;background:#fff;text-align:left;padding:14px 18px;font-weight:900;color:#475569}.anre-ui-mobile button:hover{border-left-color:#2563eb;background:#eff6ff;color:#2563eb}

/* Hero */
.anre-ui-hero{height:500px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.anre-ui-hero__bg{position:absolute;inset:0;background:linear-gradient(rgba(15,23,42,.62),rgba(15,23,42,.62)),url(https://images.unsplash.com/photo-1582407947304-fd86f028f716?auto=format&fit=crop&w=1920&q=80) center/cover no-repeat}.anre-ui-hero__content{position:relative;z-index:1;max-width:1000px;width:100%;padding:24px}.anre-ui-hero h1{color:#fff;text-align:center;font-size:clamp(34px,5vw,56px);line-height:1.05;font-weight:950;letter-spacing:-.04em;margin:0 0 30px;text-shadow:0 12px 30px rgba(0,0,0,.25)}.anre-ui-searchbox{background:#fff;border-radius:18px;box-shadow:0 26px 70px rgba(15,23,42,.3);padding:8px}.anre-ui-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.anre-ui-tabs button{border:0;background:transparent;padding:16px 30px;font-weight:900;color:#64748b;cursor:pointer;position:relative}.anre-ui-tabs button.is-active{color:#2563eb}.anre-ui-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#2563eb;border-radius:3px 3px 0 0}.anre-ui-search-row{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;padding:0 12px 12px}.anre-ui-search-row select,.anre-ui-filterbar select,.anre-ui-filterbar input,.anre-ui-field input,.anre-ui-field select,.anre-ui-field textarea,.anre-login-form input,.anre-register-form input,.anre-register-form select,.anre-inquiry-form input,.anre-inquiry-form textarea{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;padding:0 14px;font:inherit;box-shadow:0 1px 2px rgba(15,23,42,.06)}.anre-ui-field textarea,.anre-inquiry-form textarea{padding:13px 14px;line-height:1.45;resize:vertical}.anre-ui-search-row button{min-width:160px}

/* Sections */
.anre-ui-section,.anre-ui-listings,.anre-ui-detail,.anre-ui-dashboard,.anre-ui-add-page,.anre-ui-schema{max-width:1400px;margin:0 auto;padding:48px 18px}.anre-ui-section{padding-top:78px;padding-bottom:78px}.anre-ui-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:30px}.anre-ui-section-head h2{font-size:34px;line-height:1.1;letter-spacing:-.03em;margin:0 0 8px;color:#2d3e4e;font-weight:950}.anre-ui-section-head p{margin:0;color:#64748b;font-weight:700}.anre-ui-center{text-align:center;justify-content:center}.anre-ui-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.anre-ui-card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.anre-ui-locations{background:#f1f5f9;border-top:1px solid #e2e8f0;padding:78px 18px}.anre-ui-location-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.anre-ui-location{height:230px;border:0;border-radius:18px;overflow:hidden;cursor:pointer;position:relative;background:#1e293b;box-shadow:0 16px 36px rgba(15,23,42,.12)}.anre-ui-location:nth-child(1){background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05)),url(https://images.unsplash.com/photo-1582407947304-fd86f028f716?auto=format&fit=crop&w=700&q=80) center/cover}.anre-ui-location:nth-child(2){background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05)),url(https://images.unsplash.com/photo-1528181304800-259b08848526?auto=format&fit=crop&w=700&q=80) center/cover}.anre-ui-location:nth-child(3){background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05)),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=700&q=80) center/cover}.anre-ui-location:nth-child(4){background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05)),url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=700&q=80) center/cover}.anre-ui-location span{position:absolute;left:24px;bottom:24px;color:#fff;font-size:24px;font-weight:950;text-shadow:0 8px 20px rgba(0,0,0,.35)}

/* Cards */
.anre-ui-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.08);overflow:hidden;display:grid;grid-template-columns:260px minmax(0,1fr);cursor:pointer;transition:.2s ease}.anre-ui-card--grid{display:block}.anre-ui-card:hover{transform:translateY(-3px);box-shadow:0 22px 44px rgba(15,23,42,.12);border-color:#bfdbfe}.anre-ui-card__image{height:230px;background:#e2e8f0 center/cover no-repeat;position:relative;overflow:hidden}.anre-ui-card:not(.anre-ui-card--grid) .anre-ui-card__image{height:auto;min-height:220px}.anre-ui-badge{position:absolute;left:12px;top:12px;background:rgba(15,23,42,.86);color:#fff;text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.08em;padding:6px 10px;border-radius:8px}.anre-ui-badge--featured{background:#2563eb;top:42px}.anre-ui-heart{position:absolute;right:12px;top:12px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer}.anre-ui-heart.is-saved,.is-saved .anre-ico{color:#ef4444;fill:#ef4444}.anre-ui-card__body{padding:20px;display:flex;flex-direction:column;min-width:0}.anre-ui-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.anre-ui-card__top span{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.08em}.anre-ui-card__top b{font-size:22px;color:#2563eb;font-weight:950;line-height:1;text-align:right}.anre-ui-card__top small{display:block;font-size:12px;color:#64748b}.anre-ui-card h3{font-size:17px;line-height:1.3;margin:0 0 10px;color:#1e293b;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.anre-ui-card__loc{color:#64748b;font-weight:700;margin:0 0 14px;display:flex;align-items:center;gap:6px}.anre-ui-facts{display:flex;gap:14px;flex-wrap:wrap;border-top:1px solid #f1f5f9;padding-top:14px;margin-top:auto;color:#334155;font-size:13px;font-weight:900}.anre-ui-facts span{display:flex;align-items:center;gap:5px}.anre-ui-facts .anre-ico{color:#2563eb}.anre-ui-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.anre-ui-card__foot span{display:flex;align-items:center;gap:8px;min-width:0;color:#64748b;font-size:12px;font-weight:900}.anre-ui-card__foot img{width:28px;height:28px;border-radius:999px;object-fit:cover}.anre-ui-card__foot a{border:1px solid #2563eb;color:#2563eb;padding:7px 14px;border-radius:9px;text-decoration:none;font-size:12px;font-weight:900}.anre-ui-card__foot a:hover{background:#eff6ff}

/* Listings */
.anre-ui-filterbar{position:sticky;top:70px;z-index:500;background:#fff;border-bottom:1px solid #e5e7eb;margin:-48px calc(50% - 50vw) 34px;padding:12px max(18px,calc((100vw - 1400px)/2 + 18px));display:grid;grid-template-columns:130px minmax(250px,1fr) 190px 160px auto auto;gap:12px;box-shadow:0 6px 16px rgba(15,23,42,.05)}.anre-ui-input-icon{position:relative}.anre-ui-input-icon .anre-ico{position:absolute;left:13px;top:14px;color:#94a3b8}.anre-ui-input-icon input{padding-left:40px}.anre-ui-filterbar button{min-height:46px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-weight:900;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.anre-ui-filterbar button[type=submit]{background:#2563eb;color:#fff;border-color:#2563eb}.anre-ui-advanced{grid-column:1/-1;display:none;border-top:1px solid #f1f5f9;padding-top:12px;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:12px}.anre-ui-advanced.is-open{display:grid}.anre-ui-advanced label{font-size:12px;font-weight:900;color:#64748b;text-transform:uppercase}.anre-ui-advanced input{margin-top:6px}.anre-ui-results-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.anre-ui-results-wrap.has-map{grid-template-columns:minmax(0,60%) minmax(360px,40%)}.anre-ui-results-head{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #f1f5f9;padding-bottom:18px;margin-bottom:24px;gap:18px}.anre-ui-results-head h1{font-size:34px;line-height:1.1;letter-spacing:-.03em;color:#2d3e4e;margin:0 0 8px;font-weight:950}.anre-ui-results-head p{margin:0;color:#64748b;font-weight:700}.anre-ui-sort{display:flex;align-items:center;gap:12px}.anre-ui-sort select{height:38px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:9px;padding:0 12px;font-weight:800;color:#475569}.anre-ui-sort span{display:flex;border:1px solid #e2e8f0;background:#f8fafc;padding:4px;border-radius:12px;gap:4px}.anre-ui-sort button{border:0;background:transparent;color:#64748b;border-radius:9px;padding:8px 11px;font-weight:900;display:flex;gap:6px;align-items:center;cursor:pointer}.anre-ui-sort button.is-active{background:#fff;color:#2563eb;box-shadow:0 2px 8px rgba(15,23,42,.08)}.anre-ui-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.anre-ui-list-grid .anre-ui-card{display:block}.anre-ui-list-grid.map-mode{grid-template-columns:repeat(2,minmax(0,1fr))}.anre-ui-ad>div{position:sticky;top:150px;border-radius:20px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;box-shadow:0 20px 50px rgba(37,99,235,.25);padding:32px;text-align:center;overflow:hidden}.anre-ui-ad small{position:absolute;right:14px;top:14px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:3px 8px}.anre-ui-ad h3{font-size:28px;line-height:1.05;font-style:italic;margin:22px 0 0;font-weight:950}.anre-ui-ad b{display:block;font-size:56px;color:#bae6fd;line-height:1}.anre-ui-ad p{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);border-radius:8px;padding:10px 14px;font-weight:900}.anre-ui-ad ul{text-align:left;line-height:1.9;font-weight:800}.anre-ui-ad button{width:100%;background:#fff;color:#2563eb;border:0;border-radius:10px;padding:13px;font-weight:950;cursor:pointer}.anre-ui-map-card{height:calc(100vh - 180px);min-height:520px;position:sticky;top:150px;border-radius:20px;overflow:hidden;background:linear-gradient(rgba(241,245,249,.4),rgba(241,245,249,.4)),url(https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80) center/cover;border:1px solid #e2e8f0;box-shadow:0 16px 36px rgba(15,23,42,.12)}.anre-ui-pin{position:absolute;transform:translate(-50%,-50%);border:0;background:transparent;cursor:pointer;text-align:center}.anre-ui-pin b{display:block;background:#2563eb;color:#fff;border-radius:8px;padding:7px 12px;font-weight:950;box-shadow:0 12px 24px rgba(15,23,42,.18)}.anre-ui-pin span{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);width:180px;background:#fff;border-radius:12px;padding:10px;margin-bottom:10px;box-shadow:0 18px 45px rgba(15,23,42,.22);font-size:12px;font-weight:900;display:none}.anre-ui-pin:hover span{display:block}

/* Detail */
.anre-ui-breadcrumb{display:flex;align-items:center;gap:9px;color:#64748b;font-weight:700;border-bottom:1px solid #f1f5f9;padding-bottom:18px;margin-bottom:18px}.anre-ui-breadcrumb>div{margin-left:auto;display:flex;gap:12px;flex-wrap:wrap}.anre-ui-breadcrumb button{border:0;background:#fff;color:#475569;font-weight:900;display:flex;gap:7px;align-items:center;cursor:pointer;border-radius:9px;padding:9px 12px}.anre-ui-breadcrumb button:first-child{background:#2563eb;color:#fff}.anre-ui-gallery{height:480px;display:grid;grid-template-columns:2fr 1fr;gap:8px;background:#f1f5f9;border-radius:22px;overflow:hidden;padding:5px}.anre-ui-gallery .main,.anre-ui-gallery .side div{position:relative;background:#e2e8f0 center/cover no-repeat;border-radius:16px;overflow:hidden}.anre-ui-gallery .main>span{position:absolute;left:20px;top:20px;background:#2563eb;color:#fff;border-radius:8px;font-size:11px;font-weight:950;letter-spacing:.1em;padding:8px 12px}.anre-ui-gallery .side{display:grid;grid-template-rows:repeat(3,1fr);gap:8px}.anre-ui-gallery .tour{position:absolute;inset:0;margin:auto;width:150px;height:120px;border:0;border-radius:22px;background:rgba(15,23,42,.65);backdrop-filter:blur(8px);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:950;cursor:pointer}.anre-ui-gallery .tour .anre-ico{width:42px;height:42px}.media-nav{position:absolute;left:20px;bottom:20px;display:flex;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-radius:12px;box-shadow:0 20px 40px rgba(15,23,42,.18);overflow:hidden}.media-nav button{border:0;border-right:1px solid #e5e7eb;background:transparent;padding:13px 16px;font-weight:900;color:#1e293b;display:flex;gap:7px;align-items:center;cursor:pointer}.media-nav small{background:#f1f5f9;border-radius:999px;padding:2px 7px}.anre-ui-detail-grid{display:grid;grid-template-columns:minmax(0,68%) minmax(320px,32%);gap:44px;margin-top:44px}.anre-ui-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:34px}.anre-ui-detail-head h1{font-size:42px;line-height:1;letter-spacing:-.04em;color:#2d3e4e;margin:0 0 14px;font-weight:950}.anre-ui-detail-head p{color:#64748b;font-weight:800;display:flex;gap:8px;align-items:center;margin:0}.anre-ui-detail-head aside{background:#f8fafc;border:1px solid #f1f5f9;border-radius:18px;padding:20px;min-width:220px;text-align:right}.anre-ui-detail-head aside span{display:block;text-transform:uppercase;color:#64748b;font-weight:950;font-size:13px}.anre-ui-detail-head aside b{display:block;color:#2563eb;font-size:38px;font-weight:950}.anre-ui-detail-head aside p{justify-content:flex-end;font-size:14px}.anre-ui-info-boxes{display:flex;gap:12px;margin-top:24px}.anre-ui-info-boxes div{width:130px;border:1px solid #bfdbfe;border-radius:14px;overflow:hidden;text-align:center;background:#fff}.anre-ui-info-boxes b{display:block;font-size:25px;padding:18px 6px;color:#2d3e4e}.anre-ui-info-boxes span{display:block;background:#eff6ff;color:#1e40af;font-size:11px;text-transform:uppercase;font-weight:950;padding:9px 6px}.anre-ui-content-card{background:#fff;border:1px solid #f1f5f9;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.05);padding:28px;margin-bottom:34px}.anre-ui-content-card h2,.anre-ui-amenities h3,.anre-ui-units h3,.anre-ui-map-section h3,.anre-ui-floor h3,.anre-ui-video h3{font-size:26px;color:#2d3e4e;margin:0 0 18px;font-weight:950;letter-spacing:-.02em}.anre-ui-content-card p{white-space:pre-line;line-height:1.75;color:#475569;font-weight:650}.anre-ui-detail-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;background:#fff;border:1px solid #f1f5f9;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.05);padding:28px;margin-bottom:38px}.anre-ui-detail-facts div{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:start}.anre-ui-detail-facts .anre-ico{grid-row:1/3;color:#2563eb;background:#eff6ff;width:42px;height:42px;border-radius:12px;padding:10px}.anre-ui-detail-facts span{font-size:11px;color:#64748b;text-transform:uppercase;font-weight:950;letter-spacing:.08em}.anre-ui-detail-facts b{font-size:16px;color:#2d3e4e}.anre-ui-amenities{margin-bottom:36px}.anre-ui-amenities>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.anre-ui-amenities span{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:14px 18px;font-weight:850;color:#334155}.anre-ui-amenities .anre-ico{color:#2563eb}.anre-ui-units{margin-bottom:36px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.anre-ui-units h3{padding:20px 22px;margin:0}.anre-ui-units .tabs{display:flex;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.anre-ui-units .tabs button{flex:1;border:0;background:#f8fafc;color:#64748b;font-weight:950;padding:16px;cursor:pointer}.anre-ui-units .tabs button.is-active{background:#2563eb;color:#fff}.anre-ui-unit{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:18px;padding:16px;border-bottom:1px solid #f1f5f9;align-items:center}.anre-ui-unit img{width:140px;height:96px;border-radius:12px;object-fit:cover;background:#e2e8f0}.anre-ui-unit h4{margin:0 0 12px;color:#2d3e4e}.anre-ui-unit p{display:flex;gap:16px;flex-wrap:wrap;color:#64748b;font-weight:800;margin:0}.anre-ui-unit p span{display:flex;gap:5px;align-items:center}.anre-ui-unit>b{color:#2563eb;font-size:18px}.anre-ui-map-section>div{height:440px;background:linear-gradient(rgba(226,232,240,.5),rgba(226,232,240,.5)),url(https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80) center/cover;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:34px}.anre-ui-map-section .anre-ico{width:62px;height:62px;color:#fff;background:#2563eb;border-radius:999px;padding:14px;box-shadow:0 16px 36px rgba(37,99,235,.35)}.anre-ui-floor>div{background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:34px;text-align:center;color:#64748b;font-weight:800}.anre-ui-floor .anre-ico{width:48px;height:48px;color:#bfdbfe}.anre-ui-video>div{aspect-ratio:16/9;border-radius:18px;background:linear-gradient(rgba(15,23,42,.55),rgba(15,23,42,.55)),url(https://images.unsplash.com/photo-1582407947304-fd86f028f716?auto=format&fit=crop&w=900&q=80) center/cover;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.anre-ui-video .anre-ico{background:#dc2626;color:#fff;width:86px;height:60px;border-radius:16px;padding:15px;margin-bottom:24px}.anre-ui-video h4{font-size:38px;max-width:780px;font-weight:950;font-style:italic;text-transform:uppercase;letter-spacing:-.03em;margin:0}.anre-ui-contact{position:sticky;top:100px;align-self:start;background:#fff;border:1px solid #f1f5f9;border-radius:18px;box-shadow:0 26px 70px rgba(15,23,42,.13);overflow:hidden}.anre-ui-contact .head{background:#1e293b;color:#fff;text-align:center;font-weight:950;font-size:19px;padding:18px}.anre-ui-contact .body{padding:26px}.anre-ui-contact .agent{display:flex;align-items:center;gap:14px;border-bottom:1px solid #f1f5f9;padding-bottom:20px;margin-bottom:20px}.anre-ui-contact .agent img{width:64px;height:64px;border-radius:999px;object-fit:cover}.anre-ui-contact .agent h4{margin:0 0 4px;font-size:18px}.anre-ui-contact .agent p{margin:0;color:#2563eb;text-transform:uppercase;font-size:11px;font-weight:950}.anre-inquiry-form{display:grid;gap:12px}.anre-inquiry-form .split{display:grid;grid-template-columns:1fr 1fr;gap:10px}.anre-inquiry-form label{position:relative;display:block}.anre-inquiry-form label .anre-ico{position:absolute;left:13px;top:13px;color:#94a3b8}.anre-inquiry-form input,.anre-inquiry-form textarea{padding-left:38px;background:#f8fafc}.anre-form-status{font-weight:800;color:#b91c1c;margin-top:8px}.anre-ui-success{text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:18px;color:#047857;padding:28px}.anre-ui-success .anre-ico{width:52px;height:52px}.anre-ui-contact .or{display:flex;align-items:center;gap:12px;color:#94a3b8;text-transform:uppercase;font-size:11px;font-weight:950;letter-spacing:.08em;margin:24px 0}.anre-ui-contact .or:before,.anre-ui-contact .or:after{content:"";height:1px;background:#f1f5f9;flex:1}.anre-ui-contact a{display:flex;align-items:center;justify-content:center;gap:10px;border:2px solid #f1f5f9;border-radius:12px;padding:13px;color:#334155;text-decoration:none;font-weight:950;margin-top:10px}

/* Dashboard and forms */
.anre-ui-dashboard{display:grid;grid-template-columns:285px minmax(0,1fr);gap:28px}.anre-ui-dash-side{background:#fff;border:1px solid #f1f5f9;border-radius:22px;padding:24px;text-align:center;box-shadow:0 14px 40px rgba(15,23,42,.06);position:sticky;top:100px}.anre-ui-dash-side>img{width:112px;height:112px;border-radius:999px;object-fit:cover;border:4px solid #fff;box-shadow:0 14px 30px rgba(15,23,42,.14)}.anre-ui-dash-side h3{margin:14px 0 4px;font-size:22px}.anre-ui-dash-side p{text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:950;letter-spacing:.12em;margin:0 0 24px}.anre-ui-dash-side nav{border-top:1px solid #f1f5f9;padding-top:20px;display:grid;gap:8px}.anre-ui-dash-side nav button,.anre-ui-dash-side nav a{border:0;background:#fff;color:#475569;border-radius:13px;padding:13px 14px;text-decoration:none;font-weight:950;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer}.anre-ui-dash-side nav button:hover,.anre-ui-dash-side nav a:hover{background:#f8fafc;color:#2563eb}.anre-ui-dash-side nav button.is-active{background:#2563eb;color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.25)}.anre-ui-dash-main h2{font-size:34px;line-height:1.1;letter-spacing:-.03em;margin:0 0 8px}.anre-ui-dash-main>div>p{color:#64748b;font-weight:700}.anre-ui-panel{background:#fff;border:1px solid #f1f5f9;border-radius:22px;box-shadow:0 14px 40px rgba(15,23,42,.06);padding:28px}.anre-ui-panel h2{margin-bottom:26px}.anre-ui-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.anre-ui-panel-head h3{margin:0;font-size:20px}.anre-ui-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}.anre-ui-stats>div{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:22px;display:grid;grid-template-columns:auto 1fr;gap:4px 16px;align-items:center;box-shadow:0 10px 30px rgba(15,23,42,.05);cursor:pointer}.anre-ui-stats .anre-ico{grid-row:1/3;background:#eff6ff;color:#2563eb;width:56px;height:56px;border-radius:16px;padding:14px}.anre-ui-stats span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:950}.anre-ui-stats b{font-size:34px;line-height:1}.anre-ui-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.anre-ui-field{display:block;margin-bottom:16px}.anre-ui-field--full{grid-column:1/-1}.anre-ui-field span{display:block;font-size:13px;font-weight:950;color:#334155;margin-bottom:8px}.anre-ui-rows{display:grid;gap:12px}.anre-ui-row{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid #f1f5f9;border-radius:16px;padding:14px;background:#fff}.anre-ui-row img{width:92px;height:76px;border-radius:12px;object-fit:cover;background:#e2e8f0}.anre-ui-row h4{margin:6px 0 4px;color:#1e293b}.anre-ui-row p{margin:0;color:#64748b;font-weight:700}.anre-ui-row aside{display:flex;gap:8px}.anre-ui-row aside button{border:0;background:#eff6ff;color:#2563eb;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.anre-ui-row aside button:last-child{background:#fef2f2;color:#ef4444}.status{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;background:#f1f5f9;color:#475569}.status.approved{background:#dcfce7;color:#166534}.status.pending{background:#fef3c7;color:#92400e}.status.rejected{background:#fee2e2;color:#991b1b}.anre-ui-auth{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:60px 18px;background:#f8fafc}.anre-ui-auth>div{background:#fff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.11);max-width:900px;width:100%;padding:36px;text-align:center}.anre-ui-auth h2{font-size:34px;margin:0 0 10px}.anre-ui-auth p{color:#64748b;font-weight:700}.anre-ui-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px;text-align:left}.anre-login-form,.anre-register-form{border:1px solid #f1f5f9;border-radius:18px;padding:22px;display:grid;gap:12px}.anre-login-form h3,.anre-register-form h3{margin:0 0 8px}.anre-ui-note{font-size:13px}.anre-ui-add-page{max-width:900px}.anre-ui-add-head{text-align:center;margin-bottom:30px}.anre-ui-add-head h1{font-size:42px;letter-spacing:-.04em;margin:0 0 18px}.anre-ui-add-head>div{display:flex;align-items:center;justify-content:center;gap:20px;text-transform:uppercase;font-size:13px;font-weight:950;letter-spacing:.08em}.anre-ui-add-head span{border-bottom:2px solid transparent;color:#94a3b8;padding-bottom:8px}.anre-ui-add-head span.is-active{border-color:#2563eb;color:#2563eb}.anre-submit-property-form{background:#fff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.09);padding:36px}.anre-step{display:none}.anre-step.is-active{display:block}.anre-ui-upload{display:block;border:2px dashed #bfdbfe;background:#eff6ff;border-radius:22px;text-align:center;padding:40px;cursor:pointer;margin-bottom:22px}.anre-ui-upload span{display:flex;align-items:center;justify-content:center;gap:12px;color:#1e40af;font-weight:950;font-size:18px}.anre-ui-upload .anre-ico{width:42px;height:42px}.anre-ui-upload input{margin:16px auto;display:block}.anre-ui-upload small{color:#64748b;font-weight:700}.anre-ui-add-actions{border-top:1px solid #f1f5f9;margin-top:24px;padding-top:24px;display:flex;justify-content:space-between}.anre-ui-add-actions button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:12px;padding:14px 24px;font-weight:950;cursor:pointer}.anre-ui-add-actions button[type=submit],.anre-ui-add-actions [data-next-step]{background:#2563eb;color:#fff;border-color:#2563eb}.is-hidden{display:none!important}.anre-ui-schema pre{background:#0f172a;color:#86efac;border-radius:18px;padding:24px;overflow:auto;line-height:1.65}.anre-ui-schema h1{font-size:36px}

/* Legacy simple widgets */
.anre-legacy-search{display:grid;grid-template-columns:180px 1fr 220px 160px;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:24px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.anre-legacy-search input,.anre-legacy-search select{border:1px solid #cbd5e1;border-radius:10px;padding:0 14px;min-height:46px}.anre-legacy-search button{border:0;border-radius:10px;background:#2563eb;color:#fff;font-weight:950}.anre-legacy-card{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;text-decoration:none;color:#1e293b;box-shadow:0 10px 30px rgba(15,23,42,.06)}.anre-legacy-card img{width:100%;height:210px;object-fit:cover;background:#e2e8f0}.anre-legacy-card b,.anre-legacy-card span{display:block;padding:0 18px}.anre-legacy-card b{padding-top:16px}.anre-legacy-card span{padding-bottom:18px;color:#2563eb;font-weight:950;font-size:20px}

@media(max-width:1200px){.anre-ui-nav{display:none}.anre-ui-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anre-ui-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anre-ui-filterbar{grid-template-columns:1fr 1fr 1fr}.anre-ui-results-wrap,.anre-ui-results-wrap.has-map{grid-template-columns:1fr}.anre-ui-ad,.anre-ui-map{display:none}.anre-ui-detail-grid{grid-template-columns:1fr}.anre-ui-contact{position:static}.anre-ui-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.anre-ui-mobile-toggle{display:flex}.anre-ui-mobile{display:block}.anre-ui-add{display:none}.anre-ui-search-row,.anre-ui-filterbar,.anre-ui-advanced.is-open,.anre-ui-results-head,.anre-ui-detail-head{grid-template-columns:1fr;display:grid}.anre-ui-gallery{height:380px;grid-template-columns:1fr}.anre-ui-gallery .side{display:none}.media-nav{display:none}.anre-ui-dashboard{grid-template-columns:1fr}.anre-ui-dash-side{position:static}.anre-ui-stats{grid-template-columns:1fr}.anre-ui-form-grid,.anre-ui-auth-grid{grid-template-columns:1fr}.anre-ui-location-grid{grid-template-columns:1fr 1fr}.anre-ui-row{grid-template-columns:76px minmax(0,1fr)}.anre-ui-row aside{grid-column:2}.anre-legacy-search{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.anre-ui-header__inner{height:64px}.anre-ui-logo span{font-size:17px}.anre-ui-logo .anre-ico{width:34px;height:34px}.anre-ui-link,.anre-ui-user span{display:none}.anre-ui-hero{height:560px}.anre-ui-tabs button{padding:13px 15px}.anre-ui-search-row{padding:0 4px 4px}.anre-ui-card-grid,.anre-ui-card-grid.two,.anre-ui-list-grid,.anre-ui-list-grid.map-mode{grid-template-columns:1fr}.anre-ui-card{display:block}.anre-ui-card:not(.anre-ui-card--grid) .anre-ui-card__image{height:220px}.anre-ui-location-grid{grid-template-columns:1fr}.anre-ui-detail-facts,.anre-ui-amenities>div{grid-template-columns:1fr}.anre-ui-unit{grid-template-columns:1fr}.anre-ui-unit img{width:100%;height:180px}.anre-inquiry-form .split{grid-template-columns:1fr}.anre-ui-breadcrumb{display:block}.anre-ui-breadcrumb>div{margin-top:12px}.anre-submit-property-form,.anre-ui-auth>div,.anre-ui-panel{padding:22px}.anre-legacy-search{grid-template-columns:1fr}.anre-ui-footer__grid{grid-template-columns:1fr!important}}

/* Footer */
.anre-ui-footer{background:#0f172a;color:#fff;border-top:6px solid #2563eb;padding:58px 18px 28px}.anre-ui-footer__grid{max-width:1400px;margin:0 auto 38px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px}.anre-ui-footer-logo{display:flex;align-items:center;gap:12px;font-size:26px;margin-bottom:18px}.anre-ui-footer-logo .anre-ico{background:#2563eb;color:#fff;border-radius:12px;width:42px;height:42px;padding:9px}.anre-ui-footer p{color:#94a3b8;line-height:1.65;font-weight:650}.anre-ui-footer h3{font-size:18px;text-transform:uppercase;letter-spacing:.05em;margin:0 0 18px}.anre-ui-footer button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:#94a3b8;padding:7px 0;cursor:pointer;font-weight:750;text-align:left}.anre-ui-footer button:hover{color:#60a5fa}.anre-ui-footer p .anre-ico,.anre-ui-footer button .anre-ico{color:#3b82f6}.anre-ui-footer__bottom{max-width:1400px;margin:0 auto;border-top:1px solid #1e293b;padding-top:24px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#64748b;font-weight:700}.anre-ui-footer__bottom span:last-child{display:flex;gap:22px}


/* v0.2.1 clean embed mode */
.anre-full-app.anre-no-nav .anre-ui-main { padding-top: 0; }
.anre-full-app.anre-no-footer { margin-bottom: 0; }


/* v0.4.1 full-width embed fix: make the app fill the page, not the WordPress content column. */
.anre-full-app.anre-force-fullwidth{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important;padding:0!important;background:#f8fafc;display:block;clear:both;min-height:100vh}.anre-full-app.anre-force-fullwidth .anre-ui-header{left:0;right:0;width:100%;top:0}.anre-full-app.anre-force-fullwidth .anre-ui-main{width:100%;max-width:none;margin:0;padding:0}.anre-full-app.anre-force-fullwidth .anre-ui-hero{width:100vw;min-height:650px;height:auto;padding:120px 18px 110px;background:#0b2e3f}.anre-full-app.anre-force-fullwidth .anre-ui-hero__content{max-width:1400px;margin:0 auto;padding:0;width:100%}.anre-full-app.anre-force-fullwidth .anre-ui-hero h1{max-width:820px;margin-left:auto;margin-right:auto}.anre-full-app.anre-force-fullwidth .anre-ui-searchbox{max-width:980px;margin:0 auto}.anre-full-app.anre-force-fullwidth .anre-ui-section,.anre-full-app.anre-force-fullwidth .anre-ui-listings,.anre-full-app.anre-force-fullwidth .anre-ui-detail,.anre-full-app.anre-force-fullwidth .anre-ui-dashboard,.anre-full-app.anre-force-fullwidth .anre-ui-add-page,.anre-full-app.anre-force-fullwidth .anre-ui-schema{max-width:1400px;width:100%;margin-left:auto;margin-right:auto}.anre-full-app.anre-force-fullwidth .anre-ui-locations{width:100%;margin:0}.anre-full-app.anre-force-fullwidth .anre-ui-footer{width:100%;margin:0}.anre-full-app.anre-force-fullwidth .anre-ui-header__inner{max-width:1400px;width:100%}.anre-full-app.anre-force-fullwidth .anre-ui-nav{display:flex;align-items:center;gap:4px;white-space:nowrap;flex-wrap:nowrap}.anre-full-app.anre-force-fullwidth .anre-ui-nav button{white-space:nowrap}.anre-full-app.anre-force-fullwidth .anre-ui-left{min-width:0}.anre-full-app.anre-force-fullwidth .anre-ui-logo{flex:0 0 auto}.anre-full-app.anre-force-fullwidth .anre-ui-right{flex:0 0 auto}.anre-full-app.anre-force-fullwidth .anre-ui-mobile-toggle{display:none}@media(max-width:1200px){.anre-full-app.anre-force-fullwidth .anre-ui-nav{display:none}.anre-full-app.anre-force-fullwidth .anre-ui-mobile-toggle{display:flex}}@media(max-width:900px){.anre-full-app.anre-force-fullwidth .anre-ui-hero{min-height:600px;padding:90px 14px}.anre-full-app.anre-force-fullwidth .anre-ui-searchbox{max-width:100%}}@media(max-width:640px){.anre-full-app.anre-force-fullwidth .anre-ui-hero{padding:70px 12px;min-height:560px}}


/* v0.4.2 blue one-line navigation theme overrides */
.anre-full-app,.anre-app,.anre-submit-app,.anre-dashboard-app{background:#f5f8fd}
.anre-ui-btn,.anre-ui-main button[type=submit],.anre-submit-property-form button[type=submit],.anre-profile-form button[type=submit],.anre-login-form button,.anre-register-form button,.anre-inquiry-form button[type=submit]{background:#2f66e0;box-shadow:0 16px 30px rgba(47,102,224,.22)}
.anre-ui-btn:hover,.anre-ui-main button[type=submit]:hover{background:#1f4fb8}
.anre-ui-header{background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #dbe5f4;box-shadow:0 10px 24px rgba(13,38,76,.06)}
.anre-ui-header__inner{height:78px;max-width:1600px;padding:0 18px;gap:12px;flex-wrap:nowrap}
.anre-ui-left,.anre-ui-right{gap:10px;min-width:0;flex-wrap:nowrap}
.anre-ui-left{flex:1 1 auto}
.anre-ui-right{flex:0 0 auto}
.anre-ui-logo{font-size:18px;gap:10px;min-width:0;white-space:nowrap;color:#17345f}
.anre-ui-logo .anre-ico{width:40px;height:40px;border-color:#2f66e0;color:#2f66e0;background:#eff5ff}
.anre-ui-logo b{color:#2f66e0}
.anre-ui-nav{flex:1 1 auto;justify-content:center;gap:0;min-width:0;white-space:nowrap;flex-wrap:nowrap;overflow:hidden}
.anre-ui-nav button,.anre-ui-link{font-size:12px;padding:10px 10px;white-space:nowrap;color:#294161;border-radius:12px}
.anre-ui-nav button:hover,.anre-ui-link:hover{background:#eef4ff;color:#2f66e0}
.anre-ui-link--ghost{background:#f8fbff;border:1px solid #d7e3fb}
.anre-ui-user{height:auto;padding:10px 12px;white-space:nowrap;border-radius:14px;border:1px solid #e4ecf8;background:#fff;box-shadow:0 6px 16px rgba(13,38,76,.04)}
.anre-ui-user span{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.anre-ui-add{height:54px;padding:0 18px;white-space:nowrap;border-radius:16px;background:#2f66e0;box-shadow:0 14px 26px rgba(47,102,224,.24)}
.anre-ui-add span{white-space:nowrap}
.anre-ui-mobile-toggle{width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;background:#f5f8fd;border:1px solid #dbe5f4}
.anre-ui-hero{min-height:660px;height:auto;padding:120px 18px 110px;background:#0d2a4f}
.anre-ui-hero__bg{background:linear-gradient(90deg,rgba(8,31,63,.82),rgba(8,31,63,.58)),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80) center/cover no-repeat}
.anre-ui-hero__content{max-width:1200px;padding:0 24px}
.anre-ui-hero-copy{max-width:740px;margin:0 auto 28px;text-align:center}
.anre-ui-kicker{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1px solid rgba(147,197,253,.45);background:rgba(13,38,76,.35);color:#dbeafe;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.anre-ui-hero h1{margin:0 auto 18px;max-width:780px;font-size:clamp(42px,6vw,70px)}
.anre-ui-hero-copy p{margin:0 auto;color:#dbe8fb;font-size:24px;line-height:1.45;max-width:860px;font-weight:500}
.anre-ui-searchbox{max-width:980px;margin:0 auto;background:rgba(255,255,255,.96);border:1px solid rgba(219,229,244,.95);border-radius:24px;padding:10px 10px 12px;box-shadow:0 30px 70px rgba(8,31,63,.34)}
.anre-ui-tabs{margin-bottom:14px;border-bottom:1px solid #dbe5f4}
.anre-ui-tabs button{padding:16px 24px;font-size:15px;color:#51647f}
.anre-ui-tabs button.is-active{color:#2f66e0}
.anre-ui-tabs button.is-active:after{background:#2f66e0;height:4px}
.anre-ui-search-row{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;gap:14px;padding:0 8px 8px}
.anre-ui-search-row select,.anre-ui-filterbar select,.anre-ui-filterbar input,.anre-ui-field input,.anre-ui-field select,.anre-ui-field textarea,.anre-login-form input,.anre-register-form input,.anre-register-form select,.anre-inquiry-form input,.anre-inquiry-form textarea{border-color:#d6e0ef;border-radius:14px;min-height:50px}
.anre-ui-section,.anre-ui-listings,.anre-ui-detail,.anre-ui-dashboard,.anre-ui-add-page,.anre-ui-schema,.anre-ui-header__inner,.anre-ui-location-grid{max-width:1600px}
.anre-ui-section-head h2,.anre-ui-results-head h1{color:#17345f}
.anre-ui-location,.anre-ui-card,.anre-ui-panel,.anre-submit-property-form,.anre-ui-auth>div{border-color:#e1e9f4;box-shadow:0 18px 44px rgba(13,38,76,.08)}
.anre-ui-location:nth-child(1){background:linear-gradient(to top,rgba(8,31,63,.75),rgba(8,31,63,.08)),url(https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?auto=format&fit=crop&w=1200&q=80) center/cover}
.anre-ui-location:nth-child(2){background:linear-gradient(to top,rgba(8,31,63,.75),rgba(8,31,63,.08)),url(https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1200&q=80) center/cover}
.anre-ui-location:nth-child(3){background:linear-gradient(to top,rgba(8,31,63,.75),rgba(8,31,63,.08)),url(https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1200&q=80) center/cover}
.anre-ui-location:nth-child(4){background:linear-gradient(to top,rgba(8,31,63,.75),rgba(8,31,63,.08)),url(https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=1200&q=80) center/cover}
.anre-ui-card:hover{border-color:#cbdcf8;box-shadow:0 22px 48px rgba(13,38,76,.11)}
.anre-ui-badge--featured,.anre-ui-filterbar button[type=submit],.anre-ui-pin b,.anre-ui-sort button.is-active,.anre-ui-dash-side nav button.is-active,.anre-ui-add-head span.is-active,.anre-ui-add-actions button[type=submit],.anre-ui-add-actions [data-next-step]{background:#2f66e0;border-color:#2f66e0;color:#fff}
.anre-ui-card__top b,.anre-ui-facts .anre-ico,.anre-ui-nav button.is-active,.anre-ui-add-head span.is-active{color:#2f66e0}
.anre-ui-filterbar{top:78px;background:rgba(255,255,255,.97);border-bottom:1px solid #dbe5f4;grid-template-columns:130px minmax(240px,1fr) 180px 150px auto auto;padding:14px max(18px,calc((100vw - 1600px)/2 + 18px));box-shadow:0 12px 28px rgba(13,38,76,.06)}
.anre-ui-results-wrap{grid-template-columns:minmax(0,1fr)}
.anre-ui-results-wrap.has-map{grid-template-columns:minmax(0,60%) minmax(360px,40%)}
.anre-ui-results-wrap.no-ad{grid-template-columns:minmax(0,1fr)}
.anre-ui-results-main{min-width:0}
.anre-ui-ad{display:none!important}
.anre-ui-list-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.anre-ui-list-grid.map-mode{grid-template-columns:repeat(2,minmax(0,1fr))}
.anre-ui-map-card{top:164px;border-color:#dbe5f4;background:linear-gradient(rgba(241,245,249,.34),rgba(241,245,249,.34)),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1200&q=80) center/cover}
.anre-ui-footer{background:#0f2748;color:#e5efff}
.anre-ui-footer h3,.anre-ui-footer-logo,.anre-ui-footer button,.anre-ui-footer a{color:#fff}
.anre-ui-footer button:hover{color:#8fb2ff}
.anre-full-app.anre-force-fullwidth{background:#f5f8fd}
.anre-full-app.anre-force-fullwidth .anre-ui-header__inner{max-width:1600px}
.anre-full-app.anre-force-fullwidth .anre-ui-nav{display:flex;align-items:center;justify-content:center;gap:0;white-space:nowrap;flex-wrap:nowrap}
.anre-full-app.anre-force-fullwidth .anre-ui-nav button,.anre-full-app.anre-force-fullwidth .anre-ui-add,.anre-full-app.anre-force-fullwidth .anre-ui-user{white-space:nowrap}
.anre-full-app.anre-force-fullwidth .anre-ui-right{gap:10px}
.anre-force-fullwidth + h1,.anre-force-fullwidth + h2{display:none!important}
@media(max-width:1400px){.anre-ui-nav button,.anre-ui-link{padding:10px 7px;font-size:11px}.anre-ui-logo{font-size:16px}.anre-ui-user span{max-width:90px}.anre-ui-add{padding:0 14px}.anre-ui-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1200px){.anre-ui-nav{display:none}.anre-ui-mobile-toggle{display:flex}.anre-ui-header__inner{height:72px}.anre-ui-filterbar{grid-template-columns:1fr 1fr 1fr;top:72px}.anre-ui-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.anre-ui-add{display:none}.anre-ui-search-row,.anre-ui-filterbar,.anre-ui-advanced.is-open,.anre-ui-results-head,.anre-ui-detail-head{grid-template-columns:1fr}.anre-ui-hero{padding:90px 14px 70px}.anre-ui-hero-copy p{font-size:18px}.anre-ui-filterbar{top:72px}}
@media(max-width:640px){.anre-ui-header__inner{height:64px;padding:0 12px}.anre-ui-logo span{font-size:15px}.anre-ui-user{padding:8px 10px}.anre-ui-user span,.anre-ui-link{display:none}.anre-ui-hero{min-height:560px;padding:78px 12px 60px}.anre-ui-hero-copy p{font-size:16px}.anre-ui-search-row{grid-template-columns:1fr}.anre-ui-list-grid,.anre-ui-list-grid.map-mode{grid-template-columns:1fr}}


/* v0.4.3 closer realestate.com.kh spacing + bilingual Khmer/English navigation */
.anre-full-app,.anre-app,.anre-submit-app,.anre-dashboard-app{
  --anre-blue:#2f66e0;
  --anre-blue-dark:#0c2f5f;
  --anre-blue-soft:#eaf2ff;
  --anre-ink:#26364f;
  --anre-muted:#6b7a90;
  background:#f7f8fa;
}
.anre-ui-header{
  background:#fff!important;
  border-bottom:1px solid #e7ebf2!important;
  box-shadow:0 2px 8px rgba(20,36,64,.05)!important;
}
.anre-ui-header__inner{
  height:62px!important;
  max-width:1180px!important;
  padding:0 12px!important;
  gap:18px!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
}
.anre-ui-left{flex:1 1 auto!important;gap:22px!important;min-width:0!important}
.anre-ui-right{flex:0 0 auto!important;gap:16px!important}
.anre-ui-logo{
  flex:0 0 auto!important;
  gap:8px!important;
  font-size:18px!important;
  letter-spacing:-.02em!important;
  color:var(--anre-ink)!important;
  white-space:nowrap!important;
}
.anre-ui-logo .anre-ico{
  width:36px!important;
  height:36px!important;
  border:2px solid var(--anre-blue)!important;
  color:var(--anre-blue)!important;
  background:#fff!important;
  padding:7px!important;
}
.anre-ui-logo .brand-title{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  min-width:0!important;
}
.anre-ui-logo .brand-title b{color:var(--anre-blue)!important}
.anre-ui-logo .brand-title small{
  font-size:10px!important;
  color:#9aa6b8!important;
  font-weight:800!important;
  margin-left:3px!important;
}
.anre-ui-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:18px!important;
  height:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
}
.anre-ui-nav button,
.anre-ui-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  padding:5px 0!important;
  min-height:auto!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#2e384b!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:800!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.anre-ui-nav button:hover,
.anre-ui-link:hover{
  background:transparent!important;
  color:var(--anre-blue)!important;
}
.anre-ui-nav .km,
.anre-ui-link .km,
.anre-ui-add .km{
  font-family:system-ui,"Noto Sans Khmer","Khmer OS",sans-serif!important;
  font-size:10px!important;
  font-weight:700!important;
  color:#7b8798!important;
  margin-left:2px!important;
  letter-spacing:0!important;
}
.anre-ui-nav .km.only,
.anre-ui-link .km.only{font-size:13px!important;color:#2e384b!important}
.anre-ui-link--ghost{
  border-left:1px solid #e5eaf2!important;
  padding-left:16px!important;
}
.anre-ui-user{
  height:40px!important;
  padding:0 10px!important;
  border:1px solid #e8edf5!important;
  border-radius:3px!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  background:#fff!important;
}
.anre-ui-user span{max-width:86px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.anre-ui-add{
  height:42px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:0!important;
  background:var(--anre-blue)!important;
  color:#fff!important;
  box-shadow:none!important;
  gap:8px!important;
  white-space:nowrap!important;
}
.anre-ui-add .anre-ico{width:18px!important;height:18px!important}
.anre-ui-add .en{font-size:14px!important}
.anre-ui-add .km{display:none!important;color:rgba(255,255,255,.78)!important}
.anre-ui-mobile-toggle{
  width:40px!important;
  height:40px!important;
  border-radius:3px!important;
  border:1px solid #e1e8f2!important;
  background:#fff!important;
  align-items:center!important;
  justify-content:center!important;
}

/* hero closer to the realestate.com.kh landing-page spacing */
.anre-ui-hero--portal{
  min-height:580px!important;
  padding:76px 18px 62px!important;
  background:#092b49!important;
}
.anre-ui-hero--portal .anre-ui-hero__bg{
  background:
    linear-gradient(90deg,rgba(4,26,49,.78) 0%,rgba(4,38,70,.62) 46%,rgba(4,38,70,.28) 100%),
    url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80) center/cover no-repeat!important;
}
.anre-ui-hero--portal .anre-ui-hero__content{
  max-width:1180px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.85fr)!important;
  gap:34px!important;
  align-items:center!important;
  padding:0!important;
}
.anre-ui-hero-copy{
  text-align:left!important;
  margin:0!important;
  max-width:650px!important;
}
.anre-ui-kicker{
  background:rgba(47,102,224,.24)!important;
  border:1px solid rgba(147,197,253,.55)!important;
  color:#eef6ff!important;
  font-size:12px!important;
  letter-spacing:.08em!important;
  padding:9px 15px!important;
  margin-bottom:22px!important;
}
.anre-ui-hero--portal h1{
  text-align:left!important;
  max-width:720px!important;
  margin:0 0 18px!important;
  font-size:clamp(42px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}
.anre-ui-hero-copy p{
  text-align:left!important;
  color:#e6f0ff!important;
  font-size:22px!important;
  line-height:1.45!important;
  max-width:680px!important;
  margin:0!important;
  font-weight:500!important;
}
.anre-ui-hero--portal .anre-ui-searchbox{
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:rgba(7,29,53,.72)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.28)!important;
}
.anre-ui-searchbox h2{
  margin:0!important;
  padding:22px 22px 12px!important;
  color:#fff!important;
  text-align:center!important;
  font-size:26px!important;
  line-height:1.1!important;
  letter-spacing:.03em!important;
  font-weight:900!important;
}
.anre-ui-tabs--portal{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-left:0!important;
  border-right:0!important;
  margin:0 22px 18px!important;
}
.anre-ui-tabs--portal button{
  min-height:40px!important;
  padding:8px 12px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.7)!important;
  background:rgba(11,43,73,.92)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
}
.anre-ui-tabs--portal button:last-child{border-right:0!important}
.anre-ui-tabs--portal button.is-active{
  background:var(--anre-blue)!important;
  color:#fff!important;
}
.anre-ui-tabs--portal button:after{display:none!important}
.anre-ui-tabs--portal button span{
  display:block!important;
  font-size:10px!important;
  color:rgba(255,255,255,.78)!important;
  margin-top:1px!important;
}
.anre-ui-hero--portal .anre-ui-search-row{
  grid-template-columns:minmax(0,1fr) 170px 60px!important;
  gap:0!important;
  padding:0 22px 18px!important;
}
.anre-ui-hero--portal .anre-ui-search-row select{
  border-radius:0!important;
  min-height:54px!important;
  border:0!important;
  border-right:1px solid #e5e7eb!important;
  box-shadow:none!important;
  font-size:15px!important;
}
.anre-ui-hero--portal .anre-ui-search-row button{
  min-width:60px!important;
  min-height:54px!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:var(--anre-blue)!important;
  padding:0!important;
}
.anre-ui-hero--portal .anre-ui-search-row button .anre-ico{
  width:24px!important;
  height:24px!important;
}
.anre-ui-hero--portal .anre-ui-input-icon .anre-ico{
  left:15px!important;
  top:18px!important;
  color:#5a6576!important;
}
.anre-ui-hero--portal .anre-ui-input-icon select{padding-left:44px!important}
.anre-ui-concierge{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0!important;
  padding:14px 20px 18px!important;
  color:#e8f2ff!important;
  font-size:14px!important;
  font-weight:800!important;
}

/* homepage card strips like portal rows */
.anre-ui-section{
  max-width:1180px!important;
  padding:46px 12px!important;
}
.anre-ui-section--locations{
  padding-top:42px!important;
  padding-bottom:24px!important;
}
.anre-ui-section--strip{
  padding-top:34px!important;
  padding-bottom:36px!important;
}
.anre-ui-section-head{
  margin-bottom:18px!important;
  align-items:center!important;
}
.anre-ui-section-head h2{
  color:#2e384b!important;
  font-size:28px!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  margin-bottom:4px!important;
}
.anre-ui-section-head p{
  color:#818b9a!important;
  font-size:13px!important;
  font-weight:700!important;
}
.anre-ui-home-strip{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
.anre-ui-home-strip .anre-ui-card,
.anre-ui-card-grid .anre-ui-card{
  border-radius:0!important;
  border:1px solid #d8dde5!important;
  box-shadow:0 2px 6px rgba(0,0,0,.12)!important;
}
.anre-ui-home-strip .anre-ui-card:hover,
.anre-ui-card-grid .anre-ui-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 6px 14px rgba(0,0,0,.14)!important;
}
.anre-ui-home-strip .anre-ui-card__image,
.anre-ui-card-grid .anre-ui-card__image{
  height:150px!important;
}
.anre-ui-home-strip .anre-ui-card__body,
.anre-ui-card-grid .anre-ui-card__body{
  padding:8px 10px 10px!important;
}
.anre-ui-home-strip .anre-ui-card__top,
.anre-ui-card-grid .anre-ui-card__top{
  margin-bottom:4px!important;
}
.anre-ui-home-strip .anre-ui-card__top span,
.anre-ui-card-grid .anre-ui-card__top span{
  font-size:10px!important;
}
.anre-ui-home-strip .anre-ui-card__top b,
.anre-ui-card-grid .anre-ui-card__top b{
  font-size:14px!important;
}
.anre-ui-home-strip .anre-ui-card h3,
.anre-ui-card-grid .anre-ui-card h3{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:15px!important;
  margin-bottom:5px!important;
}
.anre-ui-home-strip .anre-ui-card__loc,
.anre-ui-card-grid .anre-ui-card__loc{
  font-size:12px!important;
  margin-bottom:0!important;
}
.anre-ui-home-strip .anre-ui-facts,
.anre-ui-home-strip .anre-ui-card__foot,
.anre-ui-card-grid .anre-ui-facts,
.anre-ui-card-grid .anre-ui-card__foot{
  display:none!important;
}
.anre-ui-locations{
  background:#f7f8fa!important;
  border-top:0!important;
}
.anre-ui-location-grid{
  max-width:1180px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.anre-ui-location{
  height:150px!important;
  border-radius:0!important;
  box-shadow:0 2px 6px rgba(0,0,0,.12)!important;
}
.anre-ui-location span{
  left:14px!important;
  bottom:12px!important;
  font-size:20px!important;
}

/* listings stay full width, without ad column */
.anre-ui-listings,
.anre-ui-detail,
.anre-ui-dashboard,
.anre-ui-add-page,
.anre-ui-schema{
  max-width:1180px!important;
}
.anre-ui-results-wrap.no-ad,
.anre-ui-results-wrap{
  grid-template-columns:minmax(0,1fr)!important;
}
.anre-ui-ad{display:none!important}
.anre-ui-list-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

/* responsive */
@media(max-width:1250px){
  .anre-ui-header__inner{max-width:100%!important}
  .anre-ui-nav{display:none!important}
  .anre-ui-mobile-toggle{display:flex!important}
  .anre-ui-hero--portal .anre-ui-hero__content{
    grid-template-columns:1fr!important;
    max-width:900px!important;
  }
  .anre-ui-hero-copy{text-align:center!important;margin:0 auto!important}
  .anre-ui-hero--portal h1,.anre-ui-hero-copy p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
}
@media(max-width:1024px){
  .anre-ui-home-strip,.anre-ui-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .anre-ui-location-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .anre-ui-header__inner{height:60px!important}
  .anre-ui-logo .brand-title small{display:none!important}
  .anre-ui-link,.anre-ui-add{display:none!important}
  .anre-ui-hero--portal{padding:52px 12px 44px!important;min-height:560px!important}
  .anre-ui-hero--portal .anre-ui-search-row{grid-template-columns:1fr!important;gap:8px!important}
  .anre-ui-hero--portal .anre-ui-search-row select,
  .anre-ui-hero--portal .anre-ui-search-row button{border-radius:0!important;border-right:0!important}
  .anre-ui-home-strip,.anre-ui-list-grid,.anre-ui-location-grid{grid-template-columns:1fr!important}
  .anre-ui-home-strip .anre-ui-card__image,.anre-ui-location{height:210px!important}
}


/* v0.4.5 bilingual language controls + Koh Santepheap Khmer font */
.anre-full-app[data-lang="kh"],
.anre-full-app[data-lang="kh"] .km,
.anre-full-app[data-lang="bi"] .km,
.anre-app[data-lang="kh"],
.anre-dashboard-app[data-lang="kh"],
.anre-submit-app[data-lang="kh"]{
  font-family:"Koh Santepheap","Noto Serif Khmer","Khmer OS Battambang",serif;
}
.anre-full-app .km,
.anre-ui-nav .km,
.anre-ui-add .km,
.anre-ui-mobile .km{
  font-family:"Koh Santepheap","Noto Serif Khmer","Khmer OS Battambang",serif;
}
.anre-lang-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px;
  background:#eef4ff;
  border:1px solid #d7e5ff;
  border-radius:999px;
  white-space:nowrap;
  flex:0 0 auto;
}
.anre-lang-switch button{
  border:0;
  background:transparent;
  color:#27415f;
  font-size:11px;
  font-weight:800;
  padding:7px 9px;
  border-radius:999px;
  cursor:pointer;
  line-height:1;
}
.anre-lang-switch button.is-active{
  background:#2f66e0;
  color:#fff;
  box-shadow:0 5px 14px rgba(47,102,224,.24);
}
.anre-full-app[data-lang="en"] .km{display:none!important}
.anre-full-app[data-lang="kh"] .en{display:none!important}
.anre-full-app[data-lang="kh"] .km.only,
.anre-full-app[data-lang="kh"] .km{display:inline!important}
.anre-full-app[data-lang="bi"] .en,
.anre-full-app[data-lang="bi"] .km{display:block}
.anre-full-app[data-lang="bi"] .anre-ui-nav .en,
.anre-full-app[data-lang="bi"] .anre-ui-nav .km,
.anre-full-app[data-lang="bi"] .anre-ui-add .en,
.anre-full-app[data-lang="bi"] .anre-ui-add .km{
  display:block;
}
.anre-full-app[data-lang="bi"] .anre-ui-nav .km{
  font-size:10px;
  line-height:1.15;
  opacity:.82;
  margin-top:2px;
}
.anre-full-app[data-lang="kh"] .anre-ui-nav button{
  font-family:"Koh Santepheap","Noto Serif Khmer",serif;
  font-size:12px;
}
.anre-full-app[data-lang="bi"] .anre-ui-nav button{
  min-width:72px;
  padding-left:7px;
  padding-right:7px;
}
.anre-full-app[data-lang="bi"] .anre-ui-nav button:nth-child(3){
  min-width:96px;
}
.anre-full-app[data-lang="bi"] .anre-ui-add .km{
  font-size:11px;
  line-height:1.15;
  opacity:.95;
}
@media(max-width:1450px){
  .anre-lang-switch button{font-size:10px;padding:6px 7px}
  .anre-full-app[data-lang="bi"] .anre-ui-nav button{min-width:auto;padding-left:6px;padding-right:6px}
  .anre-full-app[data-lang="bi"] .anre-ui-nav .en{font-size:11px}
  .anre-full-app[data-lang="bi"] .anre-ui-nav .km{font-size:9px}
}
@media(max-width:1200px){
  .anre-lang-switch{margin-left:auto}
}

/* v0.4.6 Houzez full-page blue pattern compatibility */
.anre-full-app.anre-theme-houzez{
  --anre-primary:var(--anre-blue,#2563eb);
  --anre-primary-dark:#1d4ed8;
  --anre-primary-soft:#eff6ff;
  --anre-houzez-ink:#0f2748;
  min-height:100vh;
  background:#f5f8ff!important;
}
.anre-full-app.anre-color-navy{--anre-blue:#0f3a75;--anre-primary:#0f3a75;--anre-primary-dark:#0a2a56;--anre-primary-soft:#e9f1ff}
.anre-full-app.anre-color-light{--anre-blue:#3b82f6;--anre-primary:#3b82f6;--anre-primary-dark:#2563eb;--anre-primary-soft:#eff6ff}
.anre-theme-houzez.anre-force-fullwidth{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
body:has(.anre-theme-houzez.anre-force-fullwidth) #main-wrap,
body:has(.anre-theme-houzez.anre-force-fullwidth) #section-body,
body:has(.anre-theme-houzez.anre-force-fullwidth) .main-content-area,
body:has(.anre-theme-houzez.anre-force-fullwidth) .houzez-main-content,
body:has(.anre-theme-houzez.anre-force-fullwidth) .container,
body:has(.anre-theme-houzez.anre-force-fullwidth) .container-fluid{max-width:none!important;width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}
body:has(.anre-theme-houzez.anre-hide-page-title) .page-title-wrap,
body:has(.anre-theme-houzez.anre-hide-page-title) .breadcrumb-wrap,
body:has(.anre-theme-houzez.anre-hide-page-title) .houzez-page-title{display:none!important}
.anre-theme-houzez .anre-ui-header{top:0!important;background:#fff!important;border-bottom:1px solid #dbe7ff!important;box-shadow:0 6px 22px rgba(15,39,72,.08)!important}
.anre-theme-houzez .anre-ui-header__inner{max-width:1320px!important;height:68px!important}
.anre-theme-houzez .anre-ui-logo .anre-ico,.anre-theme-houzez .anre-ui-logo b{color:var(--anre-primary)!important;border-color:var(--anre-primary)!important}
.anre-theme-houzez .anre-ui-add,
.anre-theme-houzez .anre-ui-btn,
.anre-theme-houzez .anre-ui-main button[type=submit],
.anre-theme-houzez .anre-submit-property-form button[type=submit],
.anre-theme-houzez .anre-profile-form button[type=submit],
.anre-theme-houzez .anre-login-form button,
.anre-theme-houzez .anre-register-form button,
.anre-theme-houzez .anre-inquiry-form button[type=submit],
.anre-theme-houzez .anre-ui-filterbar button[type=submit],
.anre-theme-houzez .anre-ui-tabs button.is-active:after,
.anre-theme-houzez .anre-ui-badge--featured,
.anre-theme-houzez .anre-ui-pin b,
.anre-theme-houzez .anre-ui-units .tabs button.is-active{background:var(--anre-primary)!important;border-color:var(--anre-primary)!important;color:#fff!important}
.anre-theme-houzez .anre-ui-add:hover,
.anre-theme-houzez .anre-ui-btn:hover,
.anre-theme-houzez .anre-ui-main button[type=submit]:hover{background:var(--anre-primary-dark)!important}
.anre-theme-houzez .anre-ui-nav button:hover,
.anre-theme-houzez .anre-ui-link:hover,
.anre-theme-houzez .anre-ui-tabs button.is-active,
.anre-theme-houzez .anre-ui-card__top b,
.anre-theme-houzez .anre-ui-detail-head aside b,
.anre-theme-houzez .anre-ui-detail-facts .anre-ico,
.anre-theme-houzez .anre-ui-amenities .anre-ico,
.anre-theme-houzez .anre-ui-contact .agent p{color:var(--anre-primary)!important}
.anre-theme-houzez .anre-ui-searchbox,
.anre-theme-houzez .anre-ui-card,
.anre-theme-houzez .anre-ui-panel,
.anre-theme-houzez .anre-ui-content-card,
.anre-theme-houzez .anre-ui-detail-facts,
.anre-theme-houzez .anre-ui-contact,
.anre-theme-houzez .anre-submit-property-form,
.anre-theme-houzez .anre-ui-auth>div{border-color:#dbe7ff!important;box-shadow:0 18px 48px rgba(15,39,72,.09)!important}
.anre-theme-houzez .anre-ui-card:hover{border-color:#b8d2ff!important;box-shadow:0 24px 52px rgba(15,39,72,.14)!important}
.anre-theme-houzez .anre-ui-hero__bg{background:linear-gradient(90deg,rgba(8,31,63,.78),rgba(37,99,235,.54)),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80) center/cover no-repeat!important}
.anre-theme-houzez .anre-ui-filterbar{border-color:#dbe7ff!important;box-shadow:0 12px 32px rgba(15,39,72,.08)!important}
.anre-theme-houzez .anre-lang-switch button.is-active{background:var(--anre-primary)!important;border-color:var(--anre-primary)!important;color:#fff!important}
.anre-theme-houzez .anre-ui-footer{background:#0f2748!important;color:#eaf2ff!important}
@media(max-width:1200px){.anre-theme-houzez .anre-ui-header__inner{height:64px!important}.anre-theme-houzez .anre-ui-nav{display:none!important}.anre-theme-houzez .anre-ui-mobile-toggle{display:flex!important}}



/* v0.4.7 fixed two-language switcher: English / Khmer */
.anre-lang-switch{
  position:relative;
  z-index:50;
  pointer-events:auto;
  display:inline-flex!important;
  align-items:center;
  gap:5px;
  padding:5px;
  min-width:176px;
  justify-content:center;
  background:#eef4ff;
  border:1px solid #d4e3ff;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(37,99,235,.08) inset;
}
.anre-lang-switch button{
  pointer-events:auto;
  min-width:78px;
  border:0!important;
  background:transparent!important;
  color:#223a5c!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.anre-lang-switch button.is-active{
  background:var(--anre-primary,#2563eb)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(37,99,235,.28)!important;
}
.anre-full-app[data-lang="en"] .km{display:none!important;}
.anre-full-app[data-lang="en"] .en{display:inline!important;}
.anre-full-app[data-lang="kh"] .en{display:none!important;}
.anre-full-app[data-lang="kh"] .km{display:inline!important;}
.anre-full-app[data-lang="kh"] .anre-ui-nav button,
.anre-full-app[data-lang="kh"] .anre-ui-add,
.anre-full-app[data-lang="kh"] .anre-ui-mobile button{
  font-family:"Koh Santepheap","Noto Serif Khmer","Khmer OS Battambang",serif!important;
}
@media(max-width:1400px){.anre-lang-switch{min-width:158px}.anre-lang-switch button{min-width:70px;font-size:12px!important;padding:9px 10px!important}}
@media(max-width:1200px){.anre-lang-switch{margin-left:auto}}


/* v0.4.8 polish: Inter English font, Koh Santepheap Khmer font, fit + beauty pass */
.anre-full-app,
.anre-app,
.anre-submit-app,
.anre-dashboard-app{
  --anre-font-en:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --anre-font-kh:"Koh Santepheap","Noto Serif Khmer","Khmer OS Battambang",serif;
  --anre-blue:#2563eb;
  --anre-blue-dark:#1746a2;
  --anre-soft:#f7faff;
  --anre-border:#dbe7fb;
  --anre-text:#10233f;
  font-family:var(--anre-font-en);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.anre-full-app[data-lang="en"],
.anre-full-app[data-lang="en"] .en,
.anre-app,
.anre-submit-app,
.anre-dashboard-app{
  font-family:var(--anre-font-en);
}
.anre-full-app[data-lang="kh"],
.anre-full-app[data-lang="kh"] .km,
.anre-full-app .km{
  font-family:var(--anre-font-kh);
}
.anre-full-app[data-lang="kh"] .brand-title span,
.anre-full-app[data-lang="kh"] .brand-title b{
  display:none!important;
}
.anre-full-app[data-lang="kh"] .brand-title small{
  display:inline!important;
  font-family:var(--anre-font-kh);
  font-size:18px;
  color:var(--anre-blue);
}
.anre-ui-header{
  border-bottom:1px solid var(--anre-border);
  box-shadow:0 12px 32px rgba(16,35,63,.07);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
}
.anre-ui-header__inner{
  max-width:1680px;
  height:76px;
  padding:0 clamp(14px,2vw,32px);
  gap:10px;
  flex-wrap:nowrap;
}
.anre-ui-left{
  flex:1 1 auto;
  min-width:0;
  gap:12px;
}
.anre-ui-right{
  flex:0 0 auto;
  min-width:0;
  gap:8px;
}
.anre-ui-logo{
  flex:0 0 auto;
  min-width:0;
  max-width:300px;
  letter-spacing:-.03em;
}
.anre-ui-logo .anre-ico{
  background:#eef5ff;
  box-shadow:0 8px 22px rgba(37,99,235,.16);
}
.brand-title{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
.brand-title small{
  display:block;
  margin-top:1px;
  font-size:10px;
  letter-spacing:0;
  color:#64748b;
}
.anre-ui-nav{
  flex:1 1 auto;
  min-width:0;
  gap:2px;
  justify-content:center;
  overflow:hidden;
  white-space:nowrap;
}
.anre-ui-nav button{
  flex:0 1 auto;
  padding:9px clamp(6px,.72vw,12px);
  border-radius:12px;
  font-size:clamp(10px,.72vw,13px);
  line-height:1.1;
  color:#1f3553;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.anre-ui-nav button:hover{
  background:#eef5ff;
  color:var(--anre-blue);
  transform:translateY(-1px);
}
.anre-full-app[data-lang="kh"] .anre-ui-nav button{
  font-size:clamp(11px,.75vw,13px);
  font-family:var(--anre-font-kh);
}
.anre-lang-switch{
  position:relative;
  z-index:4;
  padding:4px;
  background:#eef5ff;
  border:1px solid #cfe0ff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 22px rgba(37,99,235,.09);
}
.anre-lang-switch button{
  min-width:78px;
  min-height:36px;
  padding:8px 13px;
  font-size:12px;
  line-height:1;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.anre-lang-switch button:hover{
  transform:translateY(-1px);
}
.anre-lang-switch button.is-active{
  background:linear-gradient(135deg,var(--anre-blue),#3979ff);
  color:#fff;
  box-shadow:0 8px 20px rgba(37,99,235,.28);
}
.anre-full-app[data-lang="kh"] .anre-lang-switch button[data-lang-set="kh"]{
  font-family:var(--anre-font-kh);
}
.anre-ui-link,
.anre-ui-user{
  border-radius:14px;
}
.anre-ui-add{
  min-width:140px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--anre-blue),#3b82f6);
  box-shadow:0 14px 28px rgba(37,99,235,.24);
}
.anre-ui-add:hover{
  background:linear-gradient(135deg,#1d4ed8,var(--anre-blue));
  transform:translateY(-1px);
}
.anre-ui-hero{
  min-height:620px;
  height:auto;
  padding:96px 18px 110px;
}
.anre-ui-hero__bg{
  background:
    radial-gradient(circle at 20% 15%,rgba(96,165,250,.42),transparent 30%),
    linear-gradient(90deg,rgba(8,31,63,.88),rgba(13,54,101,.72)),
    url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80) center/cover no-repeat!important;
}
.anre-ui-hero__content{
  max-width:1160px;
}
.anre-ui-hero-copy{
  max-width:850px;
  margin:0 auto 28px;
}
.anre-ui-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border:1px solid rgba(191,219,254,.55);
  border-radius:999px;
  background:rgba(15,23,42,.28);
  color:#dbeafe;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.anre-ui-hero h1{
  font-size:clamp(42px,6vw,72px);
  letter-spacing:-.055em;
  margin-bottom:18px;
}
.anre-ui-hero-copy p{
  max-width:780px;
  margin:0 auto;
  color:#dbe8fb;
  text-align:center;
  font-size:clamp(17px,2vw,23px);
  line-height:1.52;
  font-weight:500;
}
.anre-ui-searchbox{
  max-width:980px;
  margin:0 auto;
  border-radius:22px;
  border:1px solid rgba(219,231,251,.9);
  box-shadow:0 36px 80px rgba(8,31,63,.32);
}
.anre-ui-searchbox h2{
  color:var(--anre-text);
  letter-spacing:-.035em;
}
.anre-ui-tabs--portal{
  justify-content:center;
}
.anre-ui-tabs button{
  border-radius:12px 12px 0 0;
}
.anre-ui-search-row{
  grid-template-columns:minmax(220px,1.2fr) minmax(190px,.8fr) 72px;
  gap:12px;
}
.anre-ui-search-row select,
.anre-ui-filterbar select,
.anre-ui-filterbar input,
.anre-ui-field input,
.anre-ui-field select,
.anre-ui-field textarea,
.anre-login-form input,
.anre-register-form input,
.anre-register-form select,
.anre-inquiry-form input,
.anre-inquiry-form textarea{
  border-color:var(--anre-border);
  border-radius:14px;
  background:#fff;
  min-height:50px;
  box-shadow:0 1px 0 rgba(255,255,255,.85),0 8px 20px rgba(16,35,63,.04);
}
.anre-ui-search-row select:focus,
.anre-ui-filterbar select:focus,
.anre-ui-filterbar input:focus,
.anre-ui-field input:focus,
.anre-ui-field select:focus,
.anre-ui-field textarea:focus,
.anre-login-form input:focus,
.anre-register-form input:focus,
.anre-inquiry-form input:focus,
.anre-inquiry-form textarea:focus{
  outline:0;
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(37,99,235,.13),0 8px 20px rgba(16,35,63,.04);
}
.anre-ui-section,
.anre-ui-listings,
.anre-ui-detail,
.anre-ui-dashboard,
.anre-ui-add-page,
.anre-ui-schema{
  max-width:1600px;
  padding-left:clamp(16px,2.1vw,34px);
  padding-right:clamp(16px,2.1vw,34px);
}
.anre-ui-section-head h2,
.anre-ui-results-head h1,
.anre-ui-detail-head h1,
.anre-ui-add-head h1,
.anre-ui-dash-main h2{
  color:var(--anre-text);
  letter-spacing:-.04em;
}
.anre-ui-card-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,1.5vw,24px);
}
.anre-ui-home-strip{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:clamp(14px,1.4vw,22px);
}
.anre-ui-home-strip .anre-ui-card,
.anre-ui-card-grid .anre-ui-card,
.anre-ui-list-grid .anre-ui-card{
  min-width:0;
  height:100%;
}
.anre-ui-card{
  border:1px solid #e1e9f6;
  border-radius:20px;
  box-shadow:0 16px 36px rgba(16,35,63,.08);
}
.anre-ui-card:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 58px rgba(16,35,63,.14);
  border-color:#c5d7f7;
}
.anre-ui-card__image{
  min-height:220px;
}
.anre-ui-card__body{
  padding:18px;
}
.anre-ui-card h3{
  color:#10233f;
  line-height:1.28;
}
.anre-ui-card__top b{
  color:var(--anre-blue);
}
.anre-ui-badge,
.anre-ui-badge--featured{
  border-radius:999px;
  letter-spacing:.06em;
}
.anre-ui-location{
  border-radius:22px;
  box-shadow:0 22px 48px rgba(16,35,63,.12);
}
.anre-ui-location:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(9,31,63,.75),transparent 55%);
  pointer-events:none;
}
.anre-ui-location span{
  z-index:1;
}
.anre-ui-filterbar{
  top:76px;
  max-width:none;
  padding-left:max(18px,calc((100vw - 1600px)/2 + 24px));
  padding-right:max(18px,calc((100vw - 1600px)/2 + 24px));
  border-bottom:1px solid var(--anre-border);
  box-shadow:0 12px 28px rgba(16,35,63,.07);
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(12px);
}
.anre-ui-results-wrap.no-ad{
  grid-template-columns:1fr!important;
}
.anre-ui-ad{
  display:none!important;
}
.anre-ui-list-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.anre-ui-list-grid.map-mode{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.anre-ui-panel,
.anre-ui-auth>div,
.anre-submit-property-form,
.anre-ui-contact,
.anre-ui-subunits,
.anre-ui-amenities>div>div,
.anre-ui-details-grid{
  border-color:#e1e9f6!important;
  border-radius:22px!important;
  box-shadow:0 18px 42px rgba(16,35,63,.08)!important;
}
.anre-ui-dash-side{
  border-radius:24px;
  border:1px solid #e1e9f6;
  box-shadow:0 18px 42px rgba(16,35,63,.08);
}
.anre-ui-dash-side nav button,
.anre-ui-dash-side nav a{
  border-radius:14px;
}
.anre-ui-add-head span{
  border-radius:999px;
}
.anre-ui-footer{
  background:linear-gradient(135deg,#0b2040,#123c75);
}
.anre-ui-footer-logo{
  letter-spacing:-.03em;
}
@media(max-width:1500px){
  .anre-ui-logo{max-width:245px;font-size:18px}
  .anre-ui-nav button{font-size:11px;padding-left:7px;padding-right:7px}
  .anre-lang-switch button{min-width:66px;padding-left:9px;padding-right:9px}
  .anre-ui-add{min-width:122px;padding-left:14px;padding-right:14px}
  .anre-ui-home-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
  .anre-ui-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1200px){
  .anre-ui-header__inner{height:70px}
  .anre-ui-filterbar{top:70px}
  .anre-ui-home-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .anre-ui-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .anre-ui-hero{min-height:560px;padding:78px 14px 72px}
  .anre-ui-search-row{grid-template-columns:1fr}
  .anre-ui-search-row button{width:100%;min-width:0}
  .anre-ui-tabs button{flex:1 1 0;text-align:center;padding-left:10px;padding-right:10px}
  .anre-lang-switch{margin-left:auto}
  .anre-ui-card-grid,
  .anre-ui-home-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .anre-ui-card-grid,
  .anre-ui-home-strip,
  .anre-ui-list-grid,
  .anre-ui-list-grid.map-mode{grid-template-columns:1fr}
  .anre-lang-switch button{min-width:58px;font-size:11px}
  .anre-ui-logo{max-width:220px}
  .anre-ui-logo .brand-title small{display:none}
}


/* v0.4.9 header fit + solid blue squared buttons */
:root{
  --anre-solid-blue:#2563eb;
  --anre-solid-blue-hover:#1d4ed8;
  --anre-button-radius:4px;
}
.anre-full-app,.anre-app,.anre-submit-app,.anre-dashboard-app{
  --anre-blue:var(--anre-solid-blue);
  --anre-primary:var(--anre-solid-blue);
}

/* Make desktop header fit on one line and stop clipping text */
.anre-ui-header__inner{
  max-width:100%!important;
  width:100%!important;
  padding:0 16px!important;
  gap:10px!important;
  justify-content:space-between!important;
}
.anre-ui-left{
  flex:1 1 auto!important;
  min-width:0!important;
  gap:14px!important;
}
.anre-ui-right{
  flex:0 0 auto!important;
  min-width:0!important;
  gap:8px!important;
}
.anre-ui-logo{
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:320px!important;
  gap:8px!important;
  font-size:16px!important;
}
.anre-ui-logo .brand-title{
  min-width:0!important;
}
.anre-ui-logo .brand-title .en,
.anre-ui-logo .brand-title .km,
.anre-ui-logo .brand-title .only{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.anre-ui-nav{
  flex:1 1 auto!important;
  min-width:0!important;
  justify-content:flex-start!important;
  gap:6px!important;
  overflow:visible!important;
  white-space:nowrap!important;
}
.anre-ui-nav button,
.anre-ui-link{
  flex:0 0 auto!important;
  min-width:auto!important;
  padding:8px 7px!important;
  font-size:12px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.anre-ui-nav button .en,
.anre-ui-nav button .km.only,
.anre-ui-link .en,
.anre-ui-link .km.only{
  overflow:visible!important;
  text-overflow:clip!important;
}
.anre-ui-link--ghost{
  padding-left:10px!important;
  border-left:1px solid #dbe5f4!important;
}
.anre-lang-switch{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:auto!important;
  padding:3px!important;
  border-radius:6px!important;
  background:#eff6ff!important;
  border:1px solid #bfdbfe!important;
  box-shadow:none!important;
}
.anre-lang-switch button{
  min-width:74px!important;
  min-height:38px!important;
  padding:8px 12px!important;
  font-size:12px!important;
  border-radius:4px!important;
  border:1px solid transparent!important;
  white-space:nowrap!important;
}
.anre-lang-switch button.is-active{
  background:var(--anre-solid-blue)!important;
  border-color:var(--anre-solid-blue)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.anre-ui-user,
.anre-ui-link,
.anre-ui-mobile-toggle{
  height:42px!important;
  min-height:42px!important;
  border-radius:var(--anre-button-radius)!important;
}
.anre-ui-user{
  padding:0 10px!important;
  white-space:nowrap!important;
}
.anre-ui-user span{
  max-width:100px!important;
}
.anre-ui-add{
  flex:0 0 auto!important;
  min-width:178px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:var(--anre-button-radius)!important;
  border:1px solid var(--anre-solid-blue)!important;
  background:var(--anre-solid-blue)!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}
.anre-ui-add:hover,
.anre-ui-add:focus{
  background:var(--anre-solid-blue-hover)!important;
  border-color:var(--anre-solid-blue-hover)!important;
  transform:none!important;
  box-shadow:none!important;
}
.anre-ui-add .en,
.anre-ui-add .km.only{
  white-space:nowrap!important;
}

/* Make all important buttons use same blue and same corner style */
.anre-ui-btn,
.anre-ui-main button[type=submit],
.anre-submit-property-form button[type=submit],
.anre-profile-form button[type=submit],
.anre-login-form button,
.anre-register-form button,
.anre-inquiry-form button[type=submit],
.anre-ui-filterbar button[type=submit],
.anre-ui-add-actions button[type=submit],
.anre-ui-add-actions [data-next-step],
.anre-ui-dash-side nav button.is-active,
.anre-ui-sort button.is-active,
.anre-ui-mobile button:hover{
  background:var(--anre-solid-blue)!important;
  background-image:none!important;
  border:1px solid var(--anre-solid-blue)!important;
  color:#fff!important;
  border-radius:var(--anre-button-radius)!important;
  box-shadow:none!important;
}
.anre-ui-btn:hover,
.anre-ui-main button[type=submit]:hover,
.anre-submit-property-form button[type=submit]:hover,
.anre-profile-form button[type=submit]:hover,
.anre-login-form button:hover,
.anre-register-form button:hover,
.anre-inquiry-form button[type=submit]:hover,
.anre-ui-filterbar button[type=submit]:hover,
.anre-ui-add-actions button[type=submit]:hover,
.anre-ui-add-actions [data-next-step]:hover{
  background:var(--anre-solid-blue-hover)!important;
  border-color:var(--anre-solid-blue-hover)!important;
}
.anre-ui-btn--outline,
.anre-ui-add-actions button:not([type=submit]):not([data-next-step]){
  border-radius:var(--anre-button-radius)!important;
}
.anre-ui-btn--outline{
  color:var(--anre-solid-blue)!important;
  border:1px solid var(--anre-solid-blue)!important;
  background:#fff!important;
}
.anre-ui-btn--outline:hover{
  background:#eff6ff!important;
}

/* Responsive fine-tuning so text still fits */
@media (max-width:1600px){
  .anre-ui-logo{max-width:280px!important;font-size:15px!important;}
  .anre-ui-nav button,.anre-ui-link{font-size:11.5px!important;padding-left:6px!important;padding-right:6px!important;}
  .anre-lang-switch button{min-width:68px!important;font-size:11.5px!important;padding-left:10px!important;padding-right:10px!important;}
  .anre-ui-add{min-width:166px!important;padding-left:14px!important;padding-right:14px!important;}
}
@media (max-width:1366px){
  .anre-ui-header__inner{padding:0 12px!important;gap:8px!important;}
  .anre-ui-left{gap:10px!important;}
  .anre-ui-right{gap:6px!important;}
  .anre-ui-logo{max-width:235px!important;font-size:14px!important;}
  .anre-ui-logo .brand-title small{display:none!important;}
  .anre-ui-nav{gap:4px!important;}
  .anre-ui-nav button,.anre-ui-link{font-size:10.8px!important;padding:8px 5px!important;}
  .anre-lang-switch button{min-width:60px!important;font-size:11px!important;padding:8px 8px!important;}
  .anre-ui-user span{max-width:82px!important;}
  .anre-ui-add{min-width:150px!important;font-size:13px!important;padding:0 12px!important;}
}
@media (max-width:1200px){
  .anre-ui-nav{display:none!important;}
  .anre-ui-mobile-toggle{display:flex!important;}
}
@media (max-width:900px){
  .anre-ui-add{display:none!important;}
}


/* v0.5.0 Houzez property-detail inspired style
   Clean white cards, blue square buttons, property overview blocks, sticky enquiry sidebar. */
.anre-theme-houzez,
.anre-theme-houzez .anre-ui-main{
  background:#f7f8fb!important;
}
.anre-theme-houzez .anre-ui-header{
  border-bottom:1px solid #e5eaf2!important;
  box-shadow:0 2px 10px rgba(16,24,40,.05)!important;
}
.anre-theme-houzez .anre-ui-detail{
  max-width:1320px!important;
  padding:28px 20px 70px!important;
  background:#f7f8fb!important;
}
.anre-theme-houzez .anre-ui-breadcrumb{
  border:0!important;
  margin:0 0 22px!important;
  padding:0!important;
  font-size:13px!important;
  color:#6b7280!important;
}
.anre-theme-houzez .anre-ui-breadcrumb > span,
.anre-theme-houzez .anre-ui-breadcrumb > strong{
  color:#4b5563!important;
}
.anre-theme-houzez .anre-ui-breadcrumb > div button{
  min-height:38px!important;
  border:1px solid #dce3ee!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#1f2937!important;
  box-shadow:none!important;
  padding:8px 12px!important;
}
.anre-theme-houzez .anre-ui-breadcrumb > div button:first-child,
.anre-theme-houzez .anre-ui-breadcrumb > div button:hover{
  background:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
  border-color:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
  color:#fff!important;
}

.anre-theme-houzez .anre-ui-gallery{
  height:520px!important;
  display:grid!important;
  grid-template-columns:2fr 1fr!important;
  gap:10px!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  overflow:visible!important;
  margin-bottom:28px!important;
}
.anre-theme-houzez .anre-ui-gallery .main,
.anre-theme-houzez .anre-ui-gallery .side div{
  border-radius:4px!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-gallery .side{
  gap:10px!important;
}
.anre-theme-houzez .anre-ui-gallery .main > span{
  top:18px!important;
  left:18px!important;
  border-radius:3px!important;
  background:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
}
.anre-theme-houzez .media-nav{
  left:18px!important;
  bottom:18px!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:4px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.18)!important;
}
.anre-theme-houzez .media-nav button{
  border-right:1px solid #e5e7eb!important;
  border-radius:0!important;
  min-height:42px!important;
}
.anre-theme-houzez .anre-ui-gallery .tour{
  border-radius:4px!important;
  width:150px!important;
  height:112px!important;
}

.anre-theme-houzez .anre-ui-detail-grid{
  grid-template-columns:minmax(0,1fr) 370px!important;
  gap:30px!important;
  margin-top:0!important;
  align-items:start!important;
}
.anre-theme-houzez .anre-ui-detail-grid > main > section,
.anre-theme-houzez .anre-ui-content-card,
.anre-theme-houzez .anre-ui-detail-facts,
.anre-theme-houzez .anre-ui-amenities,
.anre-theme-houzez .anre-ui-units,
.anre-theme-houzez .anre-ui-floor,
.anre-theme-houzez .anre-ui-map-section,
.anre-theme-houzez .anre-ui-video{
  background:#fff!important;
  border:1px solid #e6ebf2!important;
  border-radius:4px!important;
  box-shadow:0 2px 8px rgba(16,24,40,.04)!important;
  margin-bottom:24px!important;
}
.anre-theme-houzez .anre-ui-detail-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:18px!important;
  background:#fff!important;
  border:1px solid #e6ebf2!important;
  border-radius:4px!important;
  box-shadow:0 2px 8px rgba(16,24,40,.04)!important;
  padding:28px 30px!important;
  margin:0 0 24px!important;
}
.anre-theme-houzez .anre-ui-detail-head h1{
  font-size:34px!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
  margin:0 0 12px!important;
  color:#1f2937!important;
}
.anre-theme-houzez .anre-ui-detail-head p{
  color:#6b7280!important;
  font-size:14px!important;
  font-weight:600!important;
}
.anre-theme-houzez .anre-ui-detail-head aside{
  min-width:230px!important;
  border:0!important;
  border-left:1px solid #edf1f7!important;
  border-radius:0!important;
  background:transparent!important;
  padding:2px 0 2px 24px!important;
  text-align:right!important;
}
.anre-theme-houzez .anre-ui-detail-head aside span{
  color:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
  font-size:12px!important;
  margin-bottom:8px!important;
}
.anre-theme-houzez .anre-ui-detail-head aside b{
  color:#111827!important;
  font-size:34px!important;
  line-height:1.05!important;
}
.anre-theme-houzez .anre-ui-info-boxes div{
  border-radius:4px!important;
  border-color:#dbeafe!important;
}

.anre-theme-houzez .anre-ui-content-card,
.anre-theme-houzez .anre-ui-floor,
.anre-theme-houzez .anre-ui-map-section,
.anre-theme-houzez .anre-ui-video{
  padding:28px 30px!important;
}
.anre-theme-houzez .anre-ui-content-card h2,
.anre-theme-houzez .anre-ui-amenities h3,
.anre-theme-houzez .anre-ui-units h3,
.anre-theme-houzez .anre-ui-map-section h3,
.anre-theme-houzez .anre-ui-floor h3,
.anre-theme-houzez .anre-ui-video h3{
  font-size:22px!important;
  line-height:1.2!important;
  color:#111827!important;
  margin:0 0 18px!important;
  padding-bottom:16px!important;
  border-bottom:1px solid #eef2f7!important;
}
.anre-theme-houzez .anre-ui-content-card p{
  color:#4b5563!important;
  font-size:15px!important;
  line-height:1.8!important;
  font-weight:500!important;
}

.anre-theme-houzez .anre-ui-detail-facts{
  position:relative!important;
  padding:72px 30px 28px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px 20px!important;
}
.anre-theme-houzez .anre-ui-detail-facts:before{
  content:"Property Overview";
  position:absolute;
  left:30px;
  right:30px;
  top:0;
  height:58px;
  display:flex;
  align-items:center;
  border-bottom:1px solid #eef2f7;
  color:#111827;
  font-size:22px;
  font-weight:900;
}
.anre-theme-houzez .anre-ui-detail-facts div{
  grid-template-columns:auto 1fr!important;
  gap:2px 12px!important;
  padding:0!important;
}
.anre-theme-houzez .anre-ui-detail-facts .anre-ico{
  width:40px!important;
  height:40px!important;
  border-radius:4px!important;
  background:#eef5ff!important;
  color:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
}
.anre-theme-houzez .anre-ui-detail-facts span{
  color:#6b7280!important;
  font-size:12px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.anre-theme-houzez .anre-ui-detail-facts b{
  color:#111827!important;
  font-size:15px!important;
  font-weight:800!important;
}

.anre-theme-houzez .anre-ui-amenities{
  padding:28px 30px!important;
}
.anre-theme-houzez .anre-ui-amenities > div{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 18px!important;
}
.anre-theme-houzez .anre-ui-amenities span{
  padding:10px 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  color:#374151!important;
  font-size:14px!important;
  font-weight:600!important;
}
.anre-theme-houzez .anre-ui-amenities .anre-ico{
  width:18px!important;
  height:18px!important;
  color:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
}

.anre-theme-houzez .anre-ui-units{
  padding:0!important;
}
.anre-theme-houzez .anre-ui-units h3{
  padding:22px 30px 18px!important;
  border-bottom:1px solid #eef2f7!important;
}
.anre-theme-houzez .anre-ui-units .tabs button{
  border-radius:0!important;
  background:#f8fafc!important;
  color:#4b5563!important;
}
.anre-theme-houzez .anre-ui-units .tabs button.is-active{
  background:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-unit{
  grid-template-columns:120px minmax(0,1fr) auto!important;
  padding:18px 30px!important;
}
.anre-theme-houzez .anre-ui-unit img{
  width:120px!important;
  height:86px!important;
  border-radius:4px!important;
}

.anre-theme-houzez .anre-ui-map-section > div,
.anre-theme-houzez .anre-ui-video > div,
.anre-theme-houzez .anre-ui-floor > div{
  border-radius:4px!important;
}
.anre-theme-houzez .anre-ui-map-section > div{
  margin-bottom:0!important;
}

.anre-theme-houzez .anre-ui-contact{
  position:sticky!important;
  top:96px!important;
  border:1px solid #e6ebf2!important;
  border-radius:4px!important;
  box-shadow:0 2px 8px rgba(16,24,40,.05)!important;
  overflow:hidden!important;
}
.anre-theme-houzez .anre-ui-contact .head{
  background:#111827!important;
  font-size:18px!important;
  padding:18px!important;
}
.anre-theme-houzez .anre-ui-contact .body{
  padding:24px!important;
}
.anre-theme-houzez .anre-ui-contact .agent img{
  width:58px!important;
  height:58px!important;
}
.anre-theme-houzez .anre-inquiry-form input,
.anre-theme-houzez .anre-inquiry-form textarea,
.anre-theme-houzez .anre-login-form input,
.anre-theme-houzez .anre-register-form input,
.anre-theme-houzez .anre-register-form select,
.anre-theme-houzez .anre-ui-field input,
.anre-theme-houzez .anre-ui-field select,
.anre-theme-houzez .anre-ui-field textarea,
.anre-theme-houzez .anre-ui-filterbar select,
.anre-theme-houzez .anre-ui-filterbar input{
  border-radius:4px!important;
  border-color:#dbe2ec!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-contact a{
  border-radius:4px!important;
}

/* Houzez-like listing cards and layout */
.anre-theme-houzez .anre-ui-card{
  border-radius:4px!important;
  border:1px solid #e6ebf2!important;
  box-shadow:0 2px 8px rgba(16,24,40,.04)!important;
}
.anre-theme-houzez .anre-ui-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 24px rgba(16,24,40,.10)!important;
}
.anre-theme-houzez .anre-ui-card__image{
  border-radius:0!important;
}
.anre-theme-houzez .anre-ui-card__body{
  padding:18px!important;
}
.anre-theme-houzez .anre-ui-card h3{
  color:#111827!important;
  font-size:17px!important;
}
.anre-theme-houzez .anre-ui-badge,
.anre-theme-houzez .anre-ui-badge--featured,
.anre-theme-houzez .status{
  border-radius:3px!important;
}
.anre-theme-houzez .anre-ui-heart{
  border-radius:4px!important;
}

/* Buttons: all solid blue, small-square corners */
.anre-theme-houzez .anre-ui-btn,
.anre-theme-houzez .anre-ui-main button[type=submit],
.anre-theme-houzez .anre-submit-property-form button[type=submit],
.anre-theme-houzez .anre-profile-form button[type=submit],
.anre-theme-houzez .anre-login-form button,
.anre-theme-houzez .anre-register-form button,
.anre-theme-houzez .anre-inquiry-form button[type=submit],
.anre-theme-houzez .anre-ui-filterbar button[type=submit],
.anre-theme-houzez .anre-ui-add,
.anre-theme-houzez .anre-ui-add-actions button[type=submit],
.anre-theme-houzez .anre-ui-add-actions [data-next-step]{
  border-radius:4px!important;
  background:var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
  background-image:none!important;
  border:1px solid var(--anre-solid-blue,var(--anre-primary,#2563eb))!important;
  color:#fff!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-btn:hover,
.anre-theme-houzez .anre-ui-main button[type=submit]:hover,
.anre-theme-houzez .anre-inquiry-form button[type=submit]:hover,
.anre-theme-houzez .anre-ui-add:hover{
  background:#1d4ed8!important;
  border-color:#1d4ed8!important;
}

@media(max-width:1200px){
  .anre-theme-houzez .anre-ui-detail-grid{grid-template-columns:1fr!important;}
  .anre-theme-houzez .anre-ui-contact{position:static!important;}
  .anre-theme-houzez .anre-ui-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:900px){
  .anre-theme-houzez .anre-ui-gallery{height:400px!important;grid-template-columns:1fr!important;}
  .anre-theme-houzez .anre-ui-gallery .side{display:none!important;}
  .anre-theme-houzez .media-nav{display:none!important;}
  .anre-theme-houzez .anre-ui-detail-head{grid-template-columns:1fr!important;}
  .anre-theme-houzez .anre-ui-detail-head aside{text-align:left!important;border-left:0!important;border-top:1px solid #edf1f7!important;padding:18px 0 0!important;}
}
@media(max-width:640px){
  .anre-theme-houzez .anre-ui-detail{padding-left:14px!important;padding-right:14px!important;}
  .anre-theme-houzez .anre-ui-detail-facts{grid-template-columns:1fr!important;}
  .anre-theme-houzez .anre-ui-amenities > div{grid-template-columns:1fr!important;}
  .anre-theme-houzez .anre-ui-unit{grid-template-columns:1fr!important;}
  .anre-theme-houzez .anre-ui-unit img{width:100%!important;height:180px!important;}
}


/* v0.5.1 Houzez header refinement */
.anre-theme-houzez .anre-ui-header--houzez{
  background:#fff!important;
  border-bottom:1px solid #dbe4ef!important;
  box-shadow:0 8px 26px rgba(15,23,42,.06)!important;
}
.anre-theme-houzez .anre-ui-topbar{
  background:#fff!important;
  border-bottom:1px solid #e8eef5!important;
}
.anre-theme-houzez .anre-ui-topbar__inner,
.anre-theme-houzez .anre-ui-navbar{
  max-width:1400px;
  margin:0 auto;
  width:100%;
}
.anre-theme-houzez .anre-ui-topbar__inner{
  min-height:118px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.anre-theme-houzez .anre-ui-logo{
  flex:0 0 auto;
  gap:12px!important;
  color:#0f4c81!important;
  font-size:24px!important;
  font-weight:900!important;
}
.anre-theme-houzez .anre-ui-logo .anre-ico{
  width:42px!important;
  height:42px!important;
  padding:8px!important;
  border:3px solid #2ea3f2!important;
  color:#2ea3f2!important;
  background:#fff!important;
}
.anre-theme-houzez .anre-ui-logo .brand-title{
  display:flex;
  flex-direction:column;
  line-height:1.02;
}
.anre-theme-houzez .anre-ui-logo .brand-title > span,
.anre-theme-houzez .anre-ui-logo .brand-title > b{
  font-size:24px!important;
  letter-spacing:-.03em;
}
.anre-theme-houzez .anre-ui-logo small{
  display:block;
  margin-top:5px;
  font-size:11px;
  font-weight:700;
  color:#7c90a8;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.anre-theme-houzez .anre-ui-topinfo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex:1 1 auto;
  min-width:0;
}
.anre-theme-houzez .anre-ui-topitem{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.anre-theme-houzez .anre-ui-topitem .anre-ico{
  width:34px;
  height:34px;
  color:#0f4c81;
}
.anre-theme-houzez .anre-ui-topitem div{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.anre-theme-houzez .anre-ui-topitem strong{
  color:#0f4c81;
  font-size:17px;
  font-weight:900;
  white-space:nowrap;
}
.anre-theme-houzez .anre-ui-topitem span{
  color:#43637e;
  font-size:14px;
  white-space:nowrap;
}
.anre-theme-houzez .anre-ui-social{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.anre-theme-houzez .anre-ui-social-btn{
  width:34px;
  height:34px;
  border:1px solid transparent;
  background:transparent;
  color:#0f4c81;
  font-size:18px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  cursor:pointer;
}
.anre-theme-houzez .anre-ui-social-btn:hover{
  background:#eff6ff;
  border-color:#bfdbfe;
}
.anre-theme-houzez .anre-ui-navwrap{
  background:#074b82!important;
  border-top:1px solid rgba(255,255,255,.08);
}
.anre-theme-houzez .anre-ui-navbar{
  min-height:78px;
  padding:0 0 0 0;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:16px;
}
.anre-theme-houzez .anre-ui-nav{
  height:auto!important;
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  flex:1 1 auto;
  min-width:0;
  overflow:visible;
}
.anre-theme-houzez .anre-ui-nav button{
  flex:0 0 auto;
  min-width:auto;
  height:78px;
  padding:0 20px!important;
  color:#fff!important;
  background:transparent!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.12)!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:-.01em;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}
.anre-theme-houzez .anre-ui-nav button:hover,
.anre-theme-houzez .anre-ui-nav button:focus{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-right{
  height:auto!important;
  gap:16px!important;
  padding:0 18px;
  flex:0 0 auto;
}
.anre-theme-houzez .anre-lang-switch{
  min-width:168px;
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.18)!important;
}
.anre-theme-houzez .anre-lang-switch button{
  min-width:76px;
  padding:10px 16px!important;
  font-size:15px!important;
  font-weight:900!important;
}
.anre-theme-houzez .anre-lang-switch button:not(.is-active){
  color:#d8eaff!important;
}
.anre-theme-houzez .anre-ui-link,
.anre-theme-houzez .anre-ui-user{
  color:#fff!important;
  font-size:17px!important;
  font-weight:900!important;
  padding:0!important;
  height:78px!important;
  background:transparent!important;
}
.anre-theme-houzez .anre-ui-link:hover,
.anre-theme-houzez .anre-ui-user:hover{
  color:#dbeafe!important;
}
.anre-theme-houzez .anre-ui-link--fav{
  display:flex!important;
  gap:10px;
  align-items:center;
}
.anre-theme-houzez .anre-ui-link--fav small{
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#0f4c81;
  font-size:13px;
  font-weight:900;
}
.anre-theme-houzez .anre-ui-add{
  height:56px!important;
  padding:0 26px!important;
  border-radius:6px!important;
  background:#2ea3f2!important;
  border:1px solid #2ea3f2!important;
  box-shadow:none!important;
  font-size:18px!important;
  font-weight:900!important;
}
.anre-theme-houzez .anre-ui-add:hover{
  background:#1991e6!important;
  border-color:#1991e6!important;
}
.anre-theme-houzez .anre-ui-mobile-toggle{
  color:#fff!important;
  height:78px;
}
.anre-theme-houzez .anre-ui-mobile{
  background:#0b4f87!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.anre-theme-houzez .anre-ui-mobile button{
  background:transparent!important;
  color:#fff!important;
  border-left:4px solid transparent!important;
  font-size:17px!important;
}
.anre-theme-houzez .anre-ui-mobile button:hover{
  background:rgba(255,255,255,.08)!important;
  border-left-color:#2ea3f2!important;
}

@media(max-width:1500px){
  .anre-theme-houzez .anre-ui-topinfo{gap:18px;}
  .anre-theme-houzez .anre-ui-nav button{padding:0 14px!important;font-size:16px!important;}
  .anre-theme-houzez .anre-ui-right{gap:12px!important;padding:0 14px;}
  .anre-theme-houzez .anre-ui-link,.anre-theme-houzez .anre-ui-user{font-size:15px!important;}
}
@media(max-width:1280px){
  .anre-theme-houzez .anre-ui-topbar__inner{min-height:96px;padding:16px 18px;}
  .anre-theme-houzez .anre-ui-topinfo{gap:12px;}
  .anre-theme-houzez .anre-ui-topitem strong{font-size:15px;}
  .anre-theme-houzez .anre-ui-topitem span{font-size:13px;}
  .anre-theme-houzez .anre-lang-switch{display:none;}
  .anre-theme-houzez .anre-ui-nav button{padding:0 12px!important;font-size:15px!important;}
}
@media(max-width:1200px){
  .anre-theme-houzez .anre-ui-topbar__inner{flex-wrap:wrap;justify-content:space-between;}
  .anre-theme-houzez .anre-ui-topinfo{order:3;width:100%;justify-content:space-between;padding-top:6px;}
  .anre-theme-houzez .anre-ui-nav{display:none!important;}
  .anre-theme-houzez .anre-ui-mobile-toggle{display:flex!important;}
  .anre-theme-houzez .anre-ui-navbar{min-height:72px;}
  .anre-theme-houzez .anre-ui-link--fav{display:none!important;}
}
@media(max-width:760px){
  .anre-theme-houzez .anre-ui-topbar__inner{padding:14px 12px;min-height:auto;gap:12px;}
  .anre-theme-houzez .anre-ui-logo{font-size:18px!important;}
  .anre-theme-houzez .anre-ui-logo .brand-title > span,
  .anre-theme-houzez .anre-ui-logo .brand-title > b{font-size:18px!important;}
  .anre-theme-houzez .anre-ui-social{display:none;}
  .anre-theme-houzez .anre-ui-topinfo{display:none;}
  .anre-theme-houzez .anre-ui-navwrap{position:relative;}
  .anre-theme-houzez .anre-ui-navbar{min-height:66px;padding:0 12px;}
  .anre-theme-houzez .anre-ui-right{gap:10px!important;padding:0;}
  .anre-theme-houzez .anre-ui-link{display:none!important;}
  .anre-theme-houzez .anre-ui-add{display:none!important;}
}


/* v0.5.2 header cleanup: remove social icons, functional language select, larger Houzez navigation */
.anre-theme-houzez .anre-ui-social,
.anre-theme-houzez .anre-ui-social-btn{
  display:none !important;
}

.anre-theme-houzez .anre-ui-topbar__inner{
  max-width:1600px !important;
  min-height:116px !important;
  padding:18px 22px !important;
  gap:28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
}

.anre-theme-houzez .anre-ui-logo{
  min-width:280px !important;
}

.anre-theme-houzez .anre-ui-topinfo{
  flex:1 1 auto !important;
  justify-content:flex-end !important;
  gap:32px !important;
  margin-left:auto !important;
}

.anre-theme-houzez .anre-ui-topitem{
  min-width:0 !important;
}

.anre-theme-houzez .anre-ui-topitem .anre-ico{
  width:38px !important;
  height:38px !important;
}

.anre-theme-houzez .anre-ui-topitem strong{
  font-size:18px !important;
  line-height:1.15 !important;
}

.anre-theme-houzez .anre-ui-topitem span{
  font-size:15px !important;
  line-height:1.35 !important;
}

.anre-theme-houzez .anre-ui-navwrap{
  background:#0b4b82 !important;
}

.anre-theme-houzez .anre-ui-navbar{
  max-width:1600px !important;
  min-height:78px !important;
  padding:0 18px !important;
  display:flex !important;
  align-items:stretch !important;
  gap:14px !important;
}

.anre-theme-houzez .anre-ui-nav{
  flex:1 1 auto !important;
  min-width:0 !important;
  gap:0 !important;
  overflow:hidden !important;
}

.anre-theme-houzez .anre-ui-nav button{
  height:78px !important;
  padding:0 18px !important;
  font-size:18px !important;
  font-weight:800 !important;
  color:#ffffff !important;
  border-left:1px solid rgba(255,255,255,.1) !important;
  border-right:0 !important;
}

.anre-theme-houzez .anre-ui-nav button:first-child{
  border-left:1px solid rgba(255,255,255,.1) !important;
}

.anre-theme-houzez .anre-ui-nav button:hover,
.anre-theme-houzez .anre-ui-nav button:focus,
.anre-theme-houzez .anre-ui-nav button.is-active{
  background:rgba(255,255,255,.08) !important;
  color:#ffffff !important;
}

.anre-theme-houzez .anre-ui-nav button .km,
.anre-theme-houzez .anre-ui-link .km,
.anre-theme-houzez .anre-ui-add .km{
  color:rgba(255,255,255,.82) !important;
}

.anre-theme-houzez .anre-ui-right{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  padding-left:10px !important;
}

.anre-theme-houzez .anre-lang-control{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:6px !important;
  min-width:150px !important;
  margin-right:4px !important;
}

.anre-theme-houzez .anre-lang-label{
  display:block !important;
  color:#e7f0ff !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
  line-height:1 !important;
}

.anre-theme-houzez .anre-lang-select-wrap{
  position:relative !important;
  width:100% !important;
}

.anre-theme-houzez .anre-lang-select{
  width:100% !important;
  min-width:150px !important;
  height:42px !important;
  padding:0 40px 0 14px !important;
  border:1px solid rgba(255,255,255,.3) !important;
  border-radius:8px !important;
  background:#ffffff !important;
  color:#17345f !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:40px !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  cursor:pointer !important;
  box-shadow:none !important;
}

.anre-theme-houzez .anre-lang-select-wrap:after{
  content:'▾' !important;
  position:absolute !important;
  right:14px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  color:#17345f !important;
  font-size:14px !important;
  pointer-events:none !important;
}

.anre-theme-houzez .anre-ui-link,
.anre-theme-houzez .anre-ui-user,
.anre-theme-houzez .anre-ui-link--fav{
  height:78px !important;
  padding:0 14px !important;
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:800 !important;
  border-left:1px solid rgba(255,255,255,.1) !important;
  border-radius:0 !important;
  background:transparent !important;
}

.anre-theme-houzez .anre-ui-user img{
  width:34px !important;
  height:34px !important;
}

.anre-theme-houzez .anre-ui-link:hover,
.anre-theme-houzez .anre-ui-user:hover,
.anre-theme-houzez .anre-ui-link--fav:hover{
  background:rgba(255,255,255,.08) !important;
  color:#ffffff !important;
}

.anre-theme-houzez .anre-ui-link--ghost{
  border-left:1px solid rgba(255,255,255,.1) !important;
  padding-left:14px !important;
}

.anre-theme-houzez .anre-ui-link--fav small{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:22px !important;
  height:22px !important;
  margin-left:8px !important;
  padding:0 6px !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#0b4b82 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

.anre-theme-houzez .anre-ui-add{
  min-width:192px !important;
  height:56px !important;
  padding:0 24px !important;
  border-radius:6px !important;
  background:#1da1f2 !important;
  color:#ffffff !important;
  font-size:17px !important;
  font-weight:800 !important;
  box-shadow:none !important;
}

.anre-theme-houzez .anre-ui-add:hover,
.anre-theme-houzez .anre-ui-add:focus{
  background:#1693df !important;
  color:#ffffff !important;
}

@media (max-width: 1400px){
  .anre-theme-houzez .anre-ui-topinfo{gap:18px !important;}
  .anre-theme-houzez .anre-ui-nav button{padding:0 14px !important;font-size:16px !important;}
  .anre-theme-houzez .anre-ui-link,.anre-theme-houzez .anre-ui-user{padding:0 10px !important;font-size:15px !important;}
  .anre-theme-houzez .anre-ui-add{min-width:170px !important;padding:0 18px !important;}
}

@media (max-width: 1200px){
  .anre-theme-houzez .anre-ui-topbar__inner{min-height:96px !important;padding:16px 18px !important;}
  .anre-theme-houzez .anre-ui-topinfo{gap:12px !important;}
  .anre-theme-houzez .anre-ui-topitem strong{font-size:16px !important;}
  .anre-theme-houzez .anre-ui-topitem span{font-size:14px !important;}
  .anre-theme-houzez .anre-lang-control{display:none !important;}
  .anre-theme-houzez .anre-ui-nav button{padding:0 12px !important;font-size:15px !important;}
}

@media (max-width: 1024px){
  .anre-theme-houzez .anre-ui-topbar__inner{flex-wrap:wrap !important;justify-content:space-between !important;}
  .anre-theme-houzez .anre-ui-topinfo{order:3 !important;width:100% !important;justify-content:space-between !important;padding-top:6px !important;}
}

@media (max-width: 900px){
  .anre-theme-houzez .anre-ui-topbar__inner{padding:14px 12px !important;min-height:auto !important;gap:12px !important;}
  .anre-theme-houzez .anre-ui-topinfo{display:none !important;}
  .anre-theme-houzez .anre-ui-navwrap{position:relative !important;}
  .anre-theme-houzez .anre-ui-navbar{min-height:66px !important;padding:0 12px !important;}
  .anre-theme-houzez .anre-ui-right{gap:10px !important;padding-left:0 !important;}
  .anre-theme-houzez .anre-ui-link,.anre-theme-houzez .anre-ui-user,.anre-theme-houzez .anre-ui-link--fav{height:66px !important;padding:0 10px !important;font-size:14px !important;}
  .anre-theme-houzez .anre-ui-add{display:none !important;}
}


/* v0.5.3 applied header + hero style from supplied mockup */
.anre-theme-houzez.anre-full-app,
.anre-theme-houzez .anre-ui-main{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.anre-theme-houzez .anre-ui-header--houzez{
  background:#fff!important;
  border-bottom:1px solid #e5e7eb!important;
  box-shadow:0 2px 10px rgba(15,23,42,.04)!important;
}
.anre-theme-houzez .anre-ui-topbar{
  background:#fff!important;
  border-bottom:1px solid #eef2f7!important;
}
.anre-theme-houzez .anre-ui-topbar__inner{
  max-width:1280px!important;
  min-height:118px!important;
  padding:18px 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  flex-wrap:nowrap!important;
}
.anre-theme-houzez .anre-ui-logo{
  flex:0 0 auto!important;
  min-width:230px!important;
  gap:14px!important;
  color:#1e3a8a!important;
}
.anre-theme-houzez .anre-ui-logo .anre-ico{
  width:54px!important;
  height:54px!important;
  padding:12px!important;
  border:2px solid #3b82f6!important;
  color:#3b82f6!important;
  background:rgba(239,246,255,.7)!important;
  border-radius:999px!important;
}
.anre-theme-houzez .anre-ui-logo .brand-title{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  line-height:1.06!important;
}
.anre-theme-houzez .anre-ui-logo .brand-title>span,
.anre-theme-houzez .anre-ui-logo .brand-title>b{
  font-size:26px!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  color:#1e3a8a!important;
}
.anre-theme-houzez .anre-ui-logo .brand-title small{
  margin-top:8px!important;
  font-size:12px!important;
  color:#9ca3af!important;
  letter-spacing:.16em!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.anre-theme-houzez .anre-ui-topinfo{
  flex:1 1 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:42px!important;
  min-width:0!important;
}
.anre-theme-houzez .anre-ui-topitem{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  min-width:0!important;
}
.anre-theme-houzez .anre-ui-topitem .anre-ico{
  width:25px!important;
  height:25px!important;
  color:#1e3a8a!important;
  flex:0 0 auto!important;
}
.anre-theme-houzez .anre-ui-topitem strong{
  display:block!important;
  color:#111827!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.anre-theme-houzez .anre-ui-topitem span{
  display:block!important;
  color:#6b7280!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}
.anre-theme-houzez .anre-ui-top-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
}
.anre-theme-houzez .anre-lang-top-toggle{
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  border:1px solid #e5e7eb!important;
  border-radius:4px!important;
  background:#f3f4f6!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-lang-top-toggle button{
  min-width:78px!important;
  height:34px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#4b5563!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-lang-top-toggle button.is-active{
  background:#2563eb!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-navwrap{
  background:#0f3c70!important;
  box-shadow:0 2px 12px rgba(15,23,42,.14)!important;
}
.anre-theme-houzez .anre-ui-navbar{
  max-width:1280px!important;
  height:72px!important;
  min-height:72px!important;
  padding:0 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
.anre-theme-houzez .anre-ui-nav{
  flex:1 1 auto!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  gap:28px!important;
  overflow:hidden!important;
  min-width:0!important;
}
.anre-theme-houzez .anre-ui-nav button{
  height:auto!important;
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.015em!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-nav button:hover,
.anre-theme-houzez .anre-ui-nav button:focus{
  color:#bfdbfe!important;
  background:transparent!important;
}
.anre-theme-houzez .anre-ui-right{
  flex:0 0 auto!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  gap:28px!important;
  padding:0!important;
}
.anre-theme-houzez .anre-ui-link,
.anre-theme-houzez .anre-ui-user,
.anre-theme-houzez .anre-ui-link--fav{
  height:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  white-space:nowrap!important;
}
.anre-theme-houzez .anre-ui-user img{
  width:36px!important;
  height:36px!important;
  border-radius:999px!important;
  object-fit:cover!important;
  border:1px solid rgba(255,255,255,.55)!important;
  box-shadow:0 2px 6px rgba(15,23,42,.12)!important;
}
.anre-theme-houzez .anre-ui-link--fav small{
  width:25px!important;
  height:25px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#0f3c70!important;
  font-size:13px!important;
  font-weight:900!important;
  margin-left:0!important;
}
.anre-theme-houzez .anre-ui-add{
  height:42px!important;
  min-width:170px!important;
  padding:0 18px!important;
  border:1px solid #3b9df8!important;
  border-radius:4px!important;
  background:#3b9df8!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-size:16px!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-add:hover{
  background:#2b8de8!important;
  border-color:#2b8de8!important;
}
.anre-theme-houzez .anre-ui-add .anre-ico{
  width:18px!important;
  height:18px!important;
}
.anre-theme-houzez .anre-ui-mobile-toggle{
  color:#fff!important;
  display:none!important;
}

/* Hero section matching uploaded HTML */
.anre-theme-houzez .anre-ui-hero--applied{
  min-height:650px!important;
  padding:76px 24px 88px!important;
  background:#0f3c70!important;
  color:#fff!important;
  position:relative!important;
  overflow:hidden!important;
}
.anre-theme-houzez .anre-ui-hero--applied .anre-ui-hero__bg{
  background-image:linear-gradient(90deg,rgba(15,60,112,.86),rgba(15,60,112,.72)),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80)!important;
  background-size:cover!important;
  background-position:center!important;
}
.anre-theme-houzez .anre-ui-hero__content--applied{
  max-width:1280px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(480px,560px)!important;
  align-items:center!important;
  gap:56px!important;
  position:relative!important;
  z-index:2!important;
}
.anre-theme-houzez .anre-ui-hero-copy--applied{
  max-width:640px!important;
  margin:0!important;
  text-align:left!important;
}
.anre-theme-houzez .anre-ui-kicker{
  display:inline-block!important;
  padding:9px 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.12)!important;
  color:#dbeafe!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
  margin-bottom:24px!important;
}
.anre-theme-houzez .anre-ui-hero-copy--applied h1{
  color:#fff!important;
  margin:0 0 26px!important;
  font-size:clamp(56px,6.2vw,92px)!important;
  line-height:1.05!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  max-width:660px!important;
}
.anre-theme-houzez .anre-ui-hero-copy--applied p{
  color:rgba(219,234,254,.92)!important;
  margin:0!important;
  font-size:24px!important;
  line-height:1.45!important;
  font-weight:400!important;
  max-width:600px!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied{
  width:100%!important;
  max-width:560px!important;
  margin:0!important;
  padding:28px!important;
  border-radius:2px!important;
  border:1px solid rgba(255,255,255,.3)!important;
  background:rgba(38,55,77,.96)!important;
  box-shadow:0 28px 80px rgba(15,23,42,.28)!important;
  backdrop-filter:blur(8px)!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied h2{
  text-align:center!important;
  color:#fff!important;
  font-size:34px!important;
  line-height:1.15!important;
  margin:0 0 24px!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
.anre-theme-houzez .anre-ui-tabs--portal{
  display:flex!important;
  align-items:flex-end!important;
  gap:0!important;
  margin:0!important;
  border:0!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button{
  flex:1!important;
  height:58px!important;
  border:0!important;
  background:#142031!important;
  color:#e5e7eb!important;
  font-size:16px!important;
  font-weight:900!important;
  border-left:1px solid rgba(255,255,255,.08)!important;
  border-radius:8px 8px 0 0!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button.is-active{
  background:#3b82f6!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:after{
  display:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{
  display:grid!important;
  grid-template-columns:1.35fr 1fr 72px!important;
  gap:0!important;
  padding:0!important;
  background:#fff!important;
  color:#1f2937!important;
  border-radius:0 0 8px 8px!important;
  overflow:hidden!important;
  box-shadow:0 15px 30px rgba(15,23,42,.20)!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-input-icon,
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
  height:64px!important;
  border:0!important;
  border-right:1px solid #e5e7eb!important;
  background:#fff!important;
  color:#1f2937!important;
  display:flex!important;
  align-items:center!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-input-icon{
  padding:0 16px!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-input-icon .anre-ico{
  width:22px!important;
  height:22px!important;
  color:#6b7280!important;
  margin-right:10px!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied select{
  width:100%!important;
  height:64px!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  background:#fff!important;
  color:#1f2937!important;
  font-size:16px!important;
  font-weight:700!important;
  padding:0 18px!important;
  border-radius:0!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
  width:72px!important;
  height:64px!important;
  border:0!important;
  border-radius:0!important;
  background:#3b82f6!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico{
  width:28px!important;
  height:28px!important;
}
.anre-theme-houzez .anre-ui-concierge{
  margin:28px 0 0!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
}
.anre-theme-houzez .anre-ui-concierge .anre-ico{
  width:18px!important;
  height:18px!important;
  color:#fff!important;
}

@media(max-width:1400px){
  .anre-theme-houzez .anre-ui-topinfo{gap:24px!important}
  .anre-theme-houzez .anre-ui-nav{gap:22px!important}
  .anre-theme-houzez .anre-ui-nav button{font-size:14px!important}
  .anre-theme-houzez .anre-ui-right{gap:20px!important}
}
@media(max-width:1200px){
  .anre-theme-houzez .anre-ui-topbar__inner{min-height:96px!important;gap:16px!important}
  .anre-theme-houzez .anre-ui-topinfo{gap:16px!important}
  .anre-theme-houzez .anre-ui-topitem span{max-width:190px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .anre-theme-houzez .anre-ui-nav{display:none!important}
  .anre-theme-houzez .anre-ui-mobile-toggle{display:flex!important}
  .anre-theme-houzez .anre-ui-navbar{height:66px!important;min-height:66px!important}
}
@media(max-width:1024px){
  .anre-theme-houzez .anre-ui-topbar__inner{flex-wrap:wrap!important}
  .anre-theme-houzez .anre-ui-topinfo{order:3;width:100%!important;justify-content:space-between!important}
  .anre-theme-houzez .anre-ui-hero__content--applied{grid-template-columns:1fr!important;gap:38px!important}
  .anre-theme-houzez .anre-ui-hero-copy--applied{text-align:center!important;margin:0 auto!important}
  .anre-theme-houzez .anre-ui-hero-copy--applied p{margin:0 auto!important}
  .anre-theme-houzez .anre-ui-searchbox--applied{margin:0 auto!important}
}
@media(max-width:760px){
  .anre-theme-houzez .anre-ui-topbar__inner{padding:14px 12px!important;min-height:auto!important}
  .anre-theme-houzez .anre-ui-logo{min-width:0!important}
  .anre-theme-houzez .anre-ui-logo .brand-title>span,
  .anre-theme-houzez .anre-ui-logo .brand-title>b{font-size:20px!important}
  .anre-theme-houzez .anre-ui-logo .anre-ico{width:46px!important;height:46px!important}
  .anre-theme-houzez .anre-ui-topinfo{display:none!important}
  .anre-theme-houzez .anre-lang-top-toggle button{min-width:70px!important}
  .anre-theme-houzez .anre-ui-right{gap:10px!important}
  .anre-theme-houzez .anre-ui-link,
  .anre-theme-houzez .anre-ui-user,
  .anre-theme-houzez .anre-ui-link--fav{display:none!important}
  .anre-theme-houzez .anre-ui-add{display:none!important}
  .anre-theme-houzez .anre-ui-hero--applied{padding:60px 14px!important;min-height:560px!important}
  .anre-theme-houzez .anre-ui-hero-copy--applied h1{font-size:48px!important}
  .anre-theme-houzez .anre-ui-hero-copy--applied p{font-size:18px!important}
  .anre-theme-houzez .anre-ui-searchbox--applied{padding:18px!important}
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{grid-template-columns:1fr!important}
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-input-icon,
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{border-right:0!important;border-bottom:1px solid #e5e7eb!important}
  .anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{width:100%!important}
}


/* v0.5.4 auto-hide top information header on scroll */
.anre-theme-houzez .anre-ui-header--houzez{
  top:0!important;
  transition:box-shadow .25s ease!important;
}
.anre-theme-houzez .anre-ui-topbar{
  overflow:hidden!important;
  max-height:160px!important;
  opacity:1!important;
  transform:translateY(0)!important;
  transition:max-height .32s ease, opacity .22s ease, transform .32s ease, border-color .22s ease!important;
  will-change:max-height, transform, opacity!important;
}
.anre-theme-houzez.anre-topbar-hidden .anre-ui-topbar{
  max-height:0!important;
  opacity:0!important;
  transform:translateY(-100%)!important;
  border-bottom-color:transparent!important;
  pointer-events:none!important;
}
.anre-theme-houzez.anre-topbar-hidden .anre-ui-header--houzez{
  box-shadow:0 10px 28px rgba(15,23,42,.16)!important;
}
.anre-theme-houzez.anre-topbar-hidden .anre-ui-navwrap{
  border-top:0!important;
}
@media (prefers-reduced-motion: reduce){
  .anre-theme-houzez .anre-ui-topbar{
    transition:none!important;
  }
}


/* v0.5.5 readability fixes: smaller responsive hero heading + lighter navigation text */
.anre-theme-houzez .anre-ui-hero h1,
.anre-theme-houzez .anre-ui-hero-copy h1,
.anre-ui-hero h1,
.anre-ui-hero-copy h1{
  font-size:clamp(2rem, 4vw, 3rem) !important; /* 32px mobile, max 48px desktop */
  line-height:1.12 !important;
  letter-spacing:-0.025em !important;
  font-weight:800 !important;
  max-width:720px !important;
}

.anre-theme-houzez .anre-ui-hero-copy{
  max-width:620px !important;
}

.anre-theme-houzez .anre-ui-hero-copy p,
.anre-ui-hero-copy p{
  font-size:clamp(1rem, 1.6vw, 1.25rem) !important;
  line-height:1.55 !important;
  max-width:620px !important;
}

.anre-theme-houzez .anre-ui-nav button,
.anre-theme-houzez .anre-ui-link,
.anre-theme-houzez .anre-ui-user,
.anre-ui-nav button,
.anre-ui-link{
  font-weight:400 !important;
}

.anre-theme-houzez .anre-ui-nav button{
  font-size:17px !important;
  letter-spacing:0 !important;
}

.anre-theme-houzez .anre-ui-link,
.anre-theme-houzez .anre-ui-user{
  font-size:16px !important;
}

@media (max-width: 768px){
  .anre-theme-houzez .anre-ui-hero h1,
  .anre-theme-houzez .anre-ui-hero-copy h1,
  .anre-ui-hero h1,
  .anre-ui-hero-copy h1{
    font-size:2rem !important; /* 32px */
    line-height:1.18 !important;
    max-width:100% !important;
  }

  .anre-theme-houzez .anre-ui-hero-copy p,
  .anre-ui-hero-copy p{
    font-size:1rem !important;
  }
}


/* v0.5.6 performance + readability patch
   - Replaces max-height topbar collapse with transform-only sticky header movement.
   - Stops scroll jank/reflow caused by animating max-height.
   - Forces the hero heading to fit on desktop/mobile.
   - Makes navigation lighter and cleaner. */
.anre-theme-houzez{
  --anre-topbar-shift:116px;
}

.anre-theme-houzez .anre-ui-header--houzez{
  position:sticky!important;
  top:0!important;
  z-index:10000!important;
  transform:translate3d(0,0,0)!important;
  transition:transform .24s cubic-bezier(.22,.61,.36,1), box-shadow .2s ease!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
  contain:paint!important;
}

.anre-theme-houzez .anre-ui-topbar{
  max-height:160px!important;
  opacity:1!important;
  transform:none!important;
  overflow:visible!important;
  transition:opacity .16s ease!important;
  will-change:opacity!important;
}

.anre-theme-houzez.anre-topbar-hidden .anre-ui-header--houzez{
  transform:translate3d(0,calc(-1 * var(--anre-topbar-shift)),0)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.12)!important;
}

.anre-theme-houzez.anre-topbar-hidden .anre-ui-topbar{
  max-height:160px!important;
  opacity:0!important;
  transform:none!important;
  border-bottom-color:transparent!important;
  pointer-events:none!important;
}

.anre-theme-houzez.anre-topbar-hidden .anre-ui-navwrap{
  border-top-color:transparent!important;
}

/* Smaller, responsive hero heading. Very specific to beat older rules. */
.anre-full-app.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied .anre-ui-hero-copy.anre-ui-hero-copy--applied h1,
.anre-full-app .anre-ui-hero .anre-ui-hero-copy h1,
.anre-ui-hero.anre-ui-hero--applied h1{
  font-size:clamp(2rem,3.25vw,3rem)!important;
  line-height:1.14!important;
  letter-spacing:-.02em!important;
  font-weight:800!important;
  max-width:680px!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

.anre-full-app.anre-theme-houzez .anre-ui-hero-copy--applied{
  max-width:620px!important;
}

.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied h2{
  font-size:clamp(1.65rem,2.35vw,2.35rem)!important;
  line-height:1.15!important;
}

/* Lighter navigation text. */
.anre-full-app.anre-theme-houzez .anre-ui-nav button,
.anre-full-app.anre-theme-houzez .anre-ui-link,
.anre-full-app.anre-theme-houzez .anre-ui-user,
.anre-theme-houzez .anre-ui-nav button,
.anre-theme-houzez .anre-ui-link,
.anre-theme-houzez .anre-ui-user{
  font-weight:400!important;
  letter-spacing:0!important;
}

.anre-full-app.anre-theme-houzez .anre-ui-nav button{
  font-size:16px!important;
}

@media(max-width:1200px){
  .anre-theme-houzez{--anre-topbar-shift:96px;}
}

@media(max-width:900px){
  .anre-theme-houzez{--anre-topbar-shift:0px;}
  .anre-theme-houzez.anre-topbar-hidden .anre-ui-header--houzez{
    transform:translate3d(0,0,0)!important;
  }
}

@media(max-width:768px){
  .anre-full-app.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied .anre-ui-hero-copy.anre-ui-hero-copy--applied h1,
  .anre-full-app .anre-ui-hero .anre-ui-hero-copy h1,
  .anre-ui-hero.anre-ui-hero--applied h1{
    font-size:2rem!important;
    line-height:1.18!important;
    max-width:100%!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .anre-theme-houzez .anre-ui-header--houzez,
  .anre-theme-houzez .anre-ui-topbar{
    transition:none!important;
  }
}


/* v0.5.7 Firebase auth polish */
.anre-ui-auth-grid form h3::after{
  content:'Firebase Auth';
  display:inline-flex;
  margin-left:10px;
  padding:4px 8px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:11px;
  font-weight:700;
  vertical-align:middle;
}
.anre-login-form input[type="email"],
.anre-register-form input[type="email"],
.anre-login-form input[type="password"],
.anre-register-form input[type="password"]{
  border-color:#dbeafe!important;
}
.anre-form-status{
  min-height:20px;
  color:#0f3c70;
  font-weight:600;
}

/* v0.6.0 publish + multiple image upload improvements */
.anre-file-preview{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.anre-file-preview b{
  width:100%;
  color:#17345f;
  font-size:14px;
}
.anre-file-preview span,
.anre-file-preview small{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef5ff;
  color:#1e4b85;
  border:1px solid #d7e7ff;
  font-size:12px;
  font-weight:700;
}
.anre-submit-property-form .anre-form-status{
  white-space:pre-wrap;
}

/* v0.6.4 compact footer refresh - smaller, centered feel, blue pattern, lighter typography */
.anre-ui-footer.anre-ui-footer--compact,
.anre-theme-houzez .anre-ui-footer.anre-ui-footer--compact{
  position:relative!important;
  background-color:#243651!important;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(118,166,255,.16) 0, rgba(118,166,255,0) 34%),
    linear-gradient(135deg, rgba(255,255,255,.04) 0, rgba(255,255,255,0) 40%),
    linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px),
    linear-gradient(135deg, #31486b 0%, #273b59 52%, #20324c 100%)!important;
  background-size:auto, auto, 24px 24px, 24px 24px, auto!important;
  color:#eef4ff!important;
  border-top:0!important;
  padding:26px 16px 20px!important;
  min-height:146px!important;
  overflow:hidden!important;
}
.anre-ui-footer--compact .anre-ui-footer__inner{
  max-width:1460px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:36px!important;
}
.anre-ui-footer--compact .anre-ui-footer__brand{
  flex:0 0 40%!important;
  min-width:320px!important;
}
.anre-ui-footer--compact .anre-ui-footer-logo{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 14px!important;
  color:#ffffff!important;
  font-size:18px!important;
  line-height:1.06!important;
  letter-spacing:-.02em!important;
}
.anre-ui-footer--compact .anre-ui-footer-logo .anre-ico{
  width:50px!important;
  height:50px!important;
  padding:8px!important;
  color:#82b6ff!important;
  background:rgba(255,255,255,.03)!important;
  border:3px solid #82b6ff!important;
  border-radius:999px!important;
}
.anre-ui-footer--compact .anre-ui-footer-logo b{
  color:#ffffff!important;
  font-size:18px!important;
  font-weight:500!important;
}
.anre-ui-footer--compact .anre-ui-footer-logo em{
  color:#8cc2ff!important;
  font-size:18px!important;
  font-style:normal!important;
  font-weight:500!important;
}
.anre-ui-footer--compact .anre-ui-footer-logo small{
  display:block!important;
  margin-top:4px!important;
  color:#cad8ee!important;
  font-size:10.5px!important;
  font-weight:400!important;
  letter-spacing:.02em!important;
}
.anre-ui-footer--compact .anre-ui-footer__contact{
  display:grid!important;
  gap:6px!important;
}
.anre-ui-footer--compact .anre-ui-footer__contact p,
.anre-ui-footer--compact .anre-ui-footer p{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#eef4ff!important;
  line-height:1.24!important;
  font-size:12.5px!important;
  font-weight:400!important;
}
.anre-ui-footer--compact .anre-ui-footer__contact .anre-ico{
  width:17px!important;
  height:17px!important;
  color:#a8c8ff!important;
}
.anre-ui-footer--compact .anre-ui-footer__links{
  flex:1 1 auto!important;
  min-width:0!important;
  padding-top:6px!important;
}
.anre-ui-footer--compact .anre-ui-footer__topnav,
.anre-ui-footer--compact .anre-ui-footer__partners{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:0!important;
}
.anre-ui-footer--compact .anre-ui-footer__topnav button,
.anre-ui-footer--compact .anre-ui-footer__partners button{
  display:inline-flex!important;
  align-items:center!important;
  border:0!important;
  background:transparent!important;
  color:#f4f8ff!important;
  padding:0!important;
  margin:0 10px!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  font-weight:400!important;
  text-align:left!important;
  box-shadow:none!important;
  min-height:0!important;
  cursor:pointer!important;
}
.anre-ui-footer--compact .anre-ui-footer__topnav button:hover,
.anre-ui-footer--compact .anre-ui-footer__partners button:hover{
  color:#9cc5ff!important;
}
.anre-ui-footer--compact .anre-ui-footer__divider{
  height:1px!important;
  margin:15px 0 14px!important;
  background:rgba(146,180,233,.26)!important;
  box-shadow:none!important;
}
.anre-ui-footer--compact .anre-ui-footer__partners{
  justify-content:flex-start!important;
}
.anre-ui-footer--compact .anre-ui-footer__partners button{
  margin:0 10px 0 0!important;
  color:#edf4ff!important;
}
.anre-ui-footer--compact .anre-ui-footer__partners i{
  display:block!important;
  width:1px!important;
  height:12px!important;
  margin:0 10px 0 0!important;
  background:rgba(244,248,255,.75)!important;
  opacity:.85!important;
}
.anre-ui-footer--compact .anre-ui-footer__float-search{
  position:absolute!important;
  right:18px!important;
  bottom:18px!important;
  width:56px!important;
  height:56px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg, #6aa4ff 0%, #4878f1 100%)!important;
  color:#ffffff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 10px 24px rgba(13,28,56,.24)!important;
  cursor:pointer!important;
}
.anre-ui-footer--compact .anre-ui-footer__float-search .anre-ico{
  width:28px!important;
  height:28px!important;
  color:#ffffff!important;
}
.anre-ui-footer--compact .anre-ui-footer__grid,
.anre-ui-footer--compact .anre-ui-footer__bottom{
  display:none!important;
}
@media(max-width:1100px){
  .anre-ui-footer--compact .anre-ui-footer__inner{gap:22px!important}
  .anre-ui-footer--compact .anre-ui-footer__brand{flex-basis:38%!important;min-width:280px!important}
  .anre-ui-footer--compact .anre-ui-footer__topnav{justify-content:flex-start!important}
  .anre-ui-footer--compact .anre-ui-footer__topnav button,
  .anre-ui-footer--compact .anre-ui-footer__partners button{font-size:12px!important;margin-right:8px!important;margin-left:0!important}
}
@media(max-width:780px){
  .anre-ui-footer.anre-ui-footer--compact{padding:22px 14px 78px!important;min-height:0!important}
  .anre-ui-footer--compact .anre-ui-footer__inner{display:block!important}
  .anre-ui-footer--compact .anre-ui-footer__brand{min-width:0!important;margin-bottom:18px!important}
  .anre-ui-footer--compact .anre-ui-footer-logo{font-size:16px!important}
  .anre-ui-footer--compact .anre-ui-footer-logo .anre-ico{width:44px!important;height:44px!important}
  .anre-ui-footer--compact .anre-ui-footer-logo b,
  .anre-ui-footer--compact .anre-ui-footer-logo em{font-size:16px!important}
  .anre-ui-footer--compact .anre-ui-footer__contact p{font-size:12px!important}
  .anre-ui-footer--compact .anre-ui-footer__topnav,
  .anre-ui-footer--compact .anre-ui-footer__partners{justify-content:flex-start!important}
  .anre-ui-footer--compact .anre-ui-footer__float-search{right:14px!important;bottom:14px!important;width:50px!important;height:50px!important}
  .anre-ui-footer--compact .anre-ui-footer__float-search .anre-ico{width:24px!important;height:24px!important}
}

/* v0.6.2 chunky search bar: real input, full search button, no cropped text */
.anre-theme-houzez .anre-ui-hero__content--applied,
.anre-full-app.anre-theme-houzez .anre-ui-hero__content--applied{
  max-width:1280px!important;
  grid-template-columns:1fr!important;
  gap:34px!important;
}
.anre-theme-houzez .anre-ui-hero-copy--applied,
.anre-full-app.anre-theme-houzez .anre-ui-hero-copy--applied{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.anre-theme-houzez .anre-ui-hero-copy--applied h1,
.anre-theme-houzez .anre-ui-hero-copy--applied p,
.anre-full-app.anre-theme-houzez .anre-ui-hero-copy--applied h1,
.anre-full-app.anre-theme-houzez .anre-ui-hero-copy--applied p{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied{
  width:min(100%,1120px)!important;
  max-width:1120px!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  color:#1f2937!important;
  overflow:hidden!important;
  box-shadow:0 24px 60px rgba(15,23,42,.22)!important;
  backdrop-filter:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied h2,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied h2{
  display:none!important;
}
.anre-theme-houzez .anre-ui-tabs--portal,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  width:100%!important;
  margin:0!important;
  border:0!important;
  background:#142031!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button{
  height:72px!important;
  min-height:72px!important;
  padding:16px 24px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.08)!important;
  border-radius:0!important;
  background:#142031!important;
  color:#dbe2ee!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:first-child,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:first-child{
  border-top-left-radius:14px!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:last-child,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:last-child{
  border-right:0!important;
  border-top-right-radius:14px!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button.is-active,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button.is-active{
  background:#3b82f6!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:after,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:after{
  display:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{
  display:grid!important;
  grid-template-columns:minmax(0,1.38fr) minmax(260px,.92fr) 136px!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  border-radius:0 0 14px 14px!important;
  overflow:hidden!important;
  color:#1f2937!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
  height:82px!important;
  min-height:82px!important;
  border:0!important;
  border-right:1px solid #e5e7eb!important;
  border-radius:0!important;
  background:#fff!important;
  color:#1f2937!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  padding:16px 86px 16px 78px!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico{
  position:absolute!important;
  left:30px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:30px!important;
  height:30px!important;
  color:#697386!important;
  margin:0!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input{
  width:100%!important;
  min-width:0!important;
  height:50px!important;
  min-height:50px!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
  color:#1f2937!important;
  font:inherit!important;
  font-size:21px!important;
  font-weight:850!important;
  line-height:1.2!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input::placeholder,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input::placeholder{
  color:#4b5563!important;
  opacity:1!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret{
  position:absolute!important;
  right:24px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:48px!important;
  height:48px!important;
  border:2px solid #2563eb!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#334155!important;
  pointer-events:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret .anre-ico,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret .anre-ico{
  position:static!important;
  width:22px!important;
  height:22px!important;
  color:#334155!important;
  transform:rotate(90deg)!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
  width:100%!important;
  font-size:21px!important;
  font-weight:850!important;
  padding:16px 46px 16px 32px!important;
  appearance:auto!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"],
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
  width:136px!important;
  min-width:136px!important;
  height:82px!important;
  min-height:82px!important;
  padding:0!important;
  border:0!important;
  border-radius:0 0 14px 0!important;
  background:#3b82f6!important;
  color:#fff!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico{
  width:40px!important;
  height:40px!important;
  color:#fff!important;
}
@media(max-width:900px){
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{
    grid-template-columns:minmax(0,1.2fr) minmax(220px,.9fr) 112px!important;
  }
  .anre-theme-houzez .anre-ui-tabs--portal button,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button{
    height:64px!important;
    min-height:64px!important;
    font-size:18px!important;
    padding:14px 18px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
  .anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"],
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
    height:74px!important;
    min-height:74px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
    font-size:19px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"],
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
    width:112px!important;
    min-width:112px!important;
  }
}
@media(max-width:640px){
  .anre-theme-houzez .anre-ui-searchbox--applied,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied{
    width:100%!important;
    border-radius:14px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{
    grid-template-columns:1fr!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
    width:100%!important;
    border-right:0!important;
    border-bottom:1px solid #e5e7eb!important;
    height:68px!important;
    min-height:68px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field{
    padding:12px 56px 12px 62px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico{
    left:22px!important;
    width:26px!important;
    height:26px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret{
    right:18px!important;
    width:36px!important;
    height:36px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
    font-size:17px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
    padding:12px 42px 12px 22px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"],
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
    width:100%!important;
    min-width:0!important;
    height:64px!important;
    min-height:64px!important;
    border-radius:0 0 14px 14px!important;
  }
}


/* v0.6.3 compact centered home search: smaller realestate.com.kh-style overlay */
.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied,
.anre-full-app.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied{
  min-height:560px!important;
  padding:96px 16px 88px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.anre-theme-houzez .anre-ui-hero__content--applied,
.anre-full-app.anre-theme-houzez .anre-ui-hero__content--applied{
  width:100%!important;
  max-width:960px!important;
  min-height:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-template-columns:1fr!important;
  gap:0!important;
}
.anre-theme-houzez .anre-ui-hero-copy--applied,
.anre-full-app.anre-theme-houzez .anre-ui-hero-copy--applied{
  display:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied{
  width:min(92vw,690px)!important;
  max-width:690px!important;
  margin:0 auto!important;
  padding:24px 24px 16px!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(32,38,39,.78)!important;
  color:#fff!important;
  overflow:visible!important;
  box-shadow:0 18px 38px rgba(0,0,0,.22)!important;
  backdrop-filter:none!important;
  box-sizing:border-box!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied *,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied *{
  box-sizing:border-box!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied h2,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied h2{
  display:block!important;
  margin:0 0 18px!important;
  padding:0!important;
  color:#fff!important;
  text-align:center!important;
  font-size:24px!important;
  line-height:1.15!important;
  letter-spacing:.02em!important;
  font-weight:900!important;
}
.anre-theme-houzez .anre-ui-tabs--portal,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  width:100%!important;
  margin:0 0 18px!important;
  border:1px solid rgba(255,255,255,.88)!important;
  background:#183b3f!important;
  overflow:hidden!important;
  border-radius:0!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button{
  height:40px!important;
  min-height:40px!important;
  padding:0 12px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.88)!important;
  border-radius:0!important;
  background:#183b3f!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:40px!important;
  text-align:center!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:last-child,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:last-child{
  border-right:0!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:first-child,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:first-child,
.anre-theme-houzez .anre-ui-tabs--portal button:last-child,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:last-child{
  border-radius:0!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button.is-active,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button.is-active{
  background:#2563eb!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-tabs--portal button:after,
.anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button:after{
  display:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 72px!important;
  gap:0!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  border-radius:0!important;
  overflow:hidden!important;
  color:#4b5563!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row>select{
  display:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  min-height:58px!important;
  padding:0 16px 0 62px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#4b5563!important;
  box-shadow:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico{
  position:absolute!important;
  left:20px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:24px!important;
  height:24px!important;
  color:#1f2937!important;
  opacity:.82!important;
  margin:0!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input{
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  min-height:58px!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
  color:#4b5563!important;
  font:inherit!important;
  font-size:17px!important;
  font-weight:500!important;
  line-height:58px!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input::placeholder,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input::placeholder{
  color:#6b7280!important;
  opacity:1!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-caret{
  display:none!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"],
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
  width:72px!important;
  min-width:72px!important;
  height:58px!important;
  min-height:58px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#2563eb!important;
  color:#fff!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico,
.anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico{
  width:27px!important;
  height:27px!important;
  color:#fff!important;
}
.anre-theme-houzez .anre-ui-concierge,
.anre-full-app.anre-theme-houzez .anre-ui-concierge{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:18px 0 0!important;
  padding:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:700!important;
  text-align:center!important;
}
.anre-theme-houzez .anre-ui-concierge .anre-ico,
.anre-full-app.anre-theme-houzez .anre-ui-concierge .anre-ico{
  width:28px!important;
  height:28px!important;
  color:#2563eb!important;
  flex:0 0 auto!important;
}
@media(max-width:900px){
  .anre-theme-houzez .anre-ui-searchbox--applied,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied{
    width:min(94vw,650px)!important;
    padding:22px 20px 16px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied h2,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied h2{
    font-size:22px!important;
  }
  .anre-theme-houzez .anre-ui-tabs--portal button,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button{
    height:38px!important;
    min-height:38px!important;
    line-height:38px!important;
    font-size:14px!important;
  }
}
@media(max-width:640px){
  .anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied,
  .anre-full-app.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied{
    min-height:500px!important;
    padding:76px 12px 64px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied{
    width:100%!important;
    max-width:420px!important;
    padding:18px 14px 14px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied h2,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied h2{
    font-size:19px!important;
    margin-bottom:14px!important;
  }
  .anre-theme-houzez .anre-ui-tabs--portal,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal{
    margin-bottom:14px!important;
  }
  .anre-theme-houzez .anre-ui-tabs--portal button,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button{
    height:36px!important;
    min-height:36px!important;
    line-height:36px!important;
    font-size:13px!important;
    padding:0 8px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-search-row{
    grid-template-columns:minmax(0,1fr) 58px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field{
    height:52px!important;
    min-height:52px!important;
    padding-left:50px!important;
    padding-right:12px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-field>.anre-ico{
    left:16px!important;
    width:22px!important;
    height:22px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied .anre-ui-location-input{
    height:52px!important;
    min-height:52px!important;
    line-height:52px!important;
    font-size:15px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"],
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"]{
    width:58px!important;
    min-width:58px!important;
    height:52px!important;
    min-height:52px!important;
  }
  .anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico,
  .anre-full-app.anre-theme-houzez .anre-ui-searchbox--applied button[type="submit"] .anre-ico{
    width:23px!important;
    height:23px!important;
  }
  .anre-theme-houzez .anre-ui-concierge,
  .anre-full-app.anre-theme-houzez .anre-ui-concierge{
    font-size:12.5px!important;
    margin-top:14px!important;
  }
}


/* v0.6.7 site-wide Poppins font setting from reference nav */
body,
button,
input,
select,
textarea,
.anre-full-app,
.anre-full-app *,
.anre-app,
.anre-app *,
.anre-submit-app,
.anre-submit-app *,
.anre-dashboard-app,
.anre-dashboard-app *{
  font-family:'Poppins','Inter','Segoe UI',Roboto,'Helvetica Neue',Arial,'Koh Santepheap','Noto Sans Khmer',sans-serif!important;
}

.anre-ui-header,
.anre-ui-header *,
.anre-ui-nav button,
.anre-ui-right button,
.anre-ui-mobile-menu button,
.anre-full-app .anre-ui-nav button,
.anre-full-app .anre-ui-header button{
  font-family:'Poppins','Inter','Segoe UI',Roboto,'Helvetica Neue',Arial,'Koh Santepheap','Noto Sans Khmer',sans-serif!important;
  font-weight:400!important;
  letter-spacing:0!important;
}

.anre-ui-nav button,
.anre-ui-right button{
  font-size:18px!important;
  line-height:1.25!important;
}

.anre-ui-logo,
.anre-ui-logo *,
.anre-ui-card h3,
.anre-ui-card h4,
.anre-ui-section h2,
.anre-ui-listings h1,
.anre-ui-detail h1,
.anre-ui-searchbox--applied h2{
  font-family:'Poppins','Inter','Segoe UI',Roboto,'Helvetica Neue',Arial,'Koh Santepheap','Noto Sans Khmer',sans-serif!important;
}

.anre-ui-main button,
.anre-ui-footer button,
.anre-ui-filterbar select,
.anre-ui-filterbar input,
.anre-ui-search-row select,
.anre-ui-field input,
.anre-ui-field select,
.anre-ui-field textarea{
  font-family:'Poppins','Inter','Segoe UI',Roboto,'Helvetica Neue',Arial,'Koh Santepheap','Noto Sans Khmer',sans-serif!important;
}


/* v0.6.8 publish compatibility: no remote font import, site-wide Poppins-style stack */
.anre-full-app,
.anre-app,
.anre-submit-app,
.anre-dashboard-app,
.anre-full-app *,
.anre-app *,
.anre-submit-app *,
.anre-dashboard-app *,
.anre-theme-houzez,
.anre-theme-houzez *,
.anre-ui-header,
.anre-ui-header *,
.anre-ui-footer,
.anre-ui-footer * {
  font-family:'Poppins','Inter','Segoe UI',Roboto,'Helvetica Neue',Arial,'Koh Santepheap','Noto Sans Khmer',sans-serif!important;
}


/* v0.6.9 smaller filter action buttons */
.anre-ui-filterbar button,
.anre-ui-advanced button,
.anre-ui-empty [data-action="clear-filters"]{
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:0!important;
  padding:12px 16px!important;
  min-height:44px!important;
  box-sizing:border-box!important;
}
.anre-ui-filterbar button[data-action="advanced"],
.anre-ui-advanced button[data-action="clear-filters"],
.anre-ui-empty [data-action="clear-filters"]{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.anre-ui-filterbar button .anre-ico,
.anre-ui-advanced button .anre-ico,
.anre-ui-empty [data-action="clear-filters"] .anre-ico{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
}
@media(max-width:900px){
  .anre-ui-filterbar button,
  .anre-ui-advanced button,
  .anre-ui-empty [data-action="clear-filters"]{
    font-size:13px!important;
    padding:11px 14px!important;
    min-height:42px!important;
  }
}

/* v0.7.2 launch fix: never show a stuck text loader; render app immediately with fallback demo data. */
.anre-js-mounting{display:block;min-height:0;background:transparent;border:0;padding:0;margin:0}
.anre-loading{font-size:0;line-height:0;min-height:0;padding:0;border:0;background:transparent;color:transparent}


/* v0.7.4 exact polished Sign In / Sign Up UI from provided React design */
.anre-ui-auth.anre-ui-auth--polished{
  min-height:100vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:clamp(16px,3vw,32px)!important;
  background:#0f172a!important;
  color:#0f172a!important;
  box-sizing:border-box!important;
}
.anre-ui-auth--polished *,
.anre-ui-auth--polished *::before,
.anre-ui-auth--polished *::after{box-sizing:border-box!important;}
.anre-ui-auth--polished .anre-auth-card{
  position:relative!important;
  width:100%!important;
  max-width:1024px!important;
  margin:0 auto!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid rgba(226,232,240,.92)!important;
  border-radius:32px!important;
  box-shadow:0 20px 60px -15px rgba(0,0,0,.5)!important;
  text-align:initial!important;
  animation:anreAuthSlideUp .8s cubic-bezier(.16,1,.3,1) both!important;
}
.anre-ui-auth--polished .anre-auth-topline{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:4px!important;
  background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb)!important;
}
.anre-ui-auth--polished .anre-auth-head{
  position:relative!important;
  text-align:center!important;
  padding:48px 24px 32px!important;
  background:#fff!important;
  animation:anreAuthFadePop .6s cubic-bezier(.16,1,.3,1) .2s both!important;
}
.anre-ui-auth--polished .anre-auth-brand-icon{
  display:inline-flex!important;
  width:60px!important;
  height:60px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 20px!important;
  border-radius:16px!important;
  background:#2563eb!important;
  color:#fff!important;
  box-shadow:0 18px 30px rgba(37,99,235,.22)!important;
}
.anre-ui-auth--polished .anre-auth-brand-icon .anre-ico{width:32px!important;height:32px!important;stroke-width:1.5!important;}
.anre-ui-auth--polished h1{
  margin:0 0 16px!important;
  color:#0f172a!important;
  font-size:clamp(30px,3.5vw,36px)!important;
  line-height:1.15!important;
  letter-spacing:-.045em!important;
  font-weight:300!important;
}
.anre-ui-auth--polished h1 strong{
  display:inline-block!important;
  font-weight:800!important;
  color:#1d4ed8!important;
  background:linear-gradient(90deg,#1d4ed8,#3b82f6)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.anre-ui-auth--polished .anre-auth-head p{
  max-width:672px!important;
  margin:0 auto!important;
  color:#64748b!important;
  font-size:16px!important;
  line-height:1.625!important;
  font-weight:500!important;
}
.anre-ui-auth--polished .anre-auth-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  margin:0!important;
  border-top:1px solid #f1f5f9!important;
}
.anre-ui-auth--polished .anre-auth-panel{
  min-width:0!important;
  padding:48px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-align:left!important;
}
.anre-ui-auth--polished .anre-auth-panel--login{
  background:rgba(248,250,252,.5)!important;
  border-right:1px solid #f1f5f9!important;
  animation:anreAuthFadePop .6s cubic-bezier(.16,1,.3,1) .35s both!important;
}
.anre-ui-auth--polished .anre-auth-panel--register{
  background:#fff!important;
  animation:anreAuthFadePop .6s cubic-bezier(.16,1,.3,1) .5s both!important;
}
.anre-ui-auth--polished .anre-auth-panel-inner{
  width:100%!important;
  max-width:384px!important;
  margin:0 auto!important;
}
.anre-ui-auth--polished .anre-login-form,
.anre-ui-auth--polished .anre-register-form{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:grid!important;
  gap:24px!important;
  background:transparent!important;
  text-align:left!important;
}
.anre-ui-auth--polished .anre-auth-panel h2,
.anre-ui-auth--polished .anre-login-form h2,
.anre-ui-auth--polished .anre-register-form h2{
  margin:0 0 8px!important;
  color:#0f172a!important;
  font-size:24px!important;
  line-height:1.18!important;
  letter-spacing:-.04em!important;
  font-weight:650!important;
}
.anre-ui-auth--polished .anre-auth-field{display:grid!important;gap:10px!important;margin:0!important;}
.anre-ui-auth--polished .anre-auth-field>span,
.anre-ui-auth--polished .anre-auth-row b{
  display:block!important;
  color:#334155!important;
  font-size:12px!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.18em!important;
  font-weight:800!important;
}
.anre-ui-auth--polished .anre-auth-field small{
  color:#94a3b8!important;
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.anre-ui-auth--polished .anre-auth-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
}
.anre-ui-auth--polished .anre-auth-row a{
  color:#2563eb!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.anre-ui-auth--polished .anre-auth-row a:hover{color:#1d4ed8!important;text-decoration:none!important;}
.anre-ui-auth--polished .anre-auth-control{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
}
.anre-ui-auth--polished .anre-auth-control input,
.anre-ui-auth--polished .anre-auth-control select{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-height:56px!important;
  border:1px solid #e2e8f0!important;
  border-radius:14px!important;
  background:#f8fafc!important;
  color:#0f172a!important;
  padding:14px 16px!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:500!important;
  outline:0!important;
  box-shadow:none!important;
  transition:background .3s ease,border-color .3s ease,box-shadow .3s ease!important;
}
.anre-ui-auth--polished .anre-auth-control input::placeholder{color:#94a3b8!important;font-weight:500!important;opacity:1!important;}
.anre-ui-auth--polished .anre-auth-control:has(.anre-auth-input-icon) input{padding-left:48px!important;}
.anre-ui-auth--polished .anre-auth-input-icon + input{padding-left:48px!important;}
.anre-ui-auth--polished .anre-auth-control input:focus,
.anre-ui-auth--polished .anre-auth-control select:focus{
  background:#fff!important;
  border-color:#2563eb!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.1)!important;
}
.anre-ui-auth--polished .anre-auth-input-icon{
  position:absolute!important;
  left:16px!important;
  z-index:1!important;
  width:20px!important;
  height:20px!important;
  color:#94a3b8!important;
  pointer-events:none!important;
  transition:color .3s ease!important;
}
.anre-ui-auth--polished .anre-auth-control:focus-within .anre-auth-input-icon{color:#2563eb!important;}
.anre-ui-auth--polished .anre-auth-select select{
  padding-right:48px!important;
  cursor:pointer!important;
}
.anre-ui-auth--polished .anre-auth-select-icon{
  position:absolute!important;
  right:16px!important;
  z-index:1!important;
  width:20px!important;
  height:20px!important;
  color:#94a3b8!important;
  pointer-events:none!important;
  transition:color .3s ease!important;
}
.anre-ui-auth--polished .anre-auth-control:focus-within .anre-auth-select-icon{color:#2563eb!important;}
.anre-ui-auth--polished .anre-auth-two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;}
.anre-ui-auth--polished .anre-auth-primary,
.anre-ui-auth--polished .anre-auth-secondary{
  width:100%!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:16px!important;
  border-radius:14px!important;
  padding:16px 20px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  cursor:pointer!important;
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease,color .3s ease!important;
}
.anre-ui-auth--polished .anre-auth-primary{
  border:1px solid #2563eb!important;
  background:#2563eb!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(37,99,235,.25)!important;
}
.anre-ui-auth--polished .anre-auth-primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(37,99,235,.4)!important;}
.anre-ui-auth--polished .anre-auth-secondary{
  border:2px solid #e2e8f0!important;
  background:#fff!important;
  color:#334155!important;
  box-shadow:0 4px 10px rgba(15,23,42,.04)!important;
}
.anre-ui-auth--polished .anre-auth-secondary:hover{background:#f8fafc!important;border-color:#cbd5e1!important;color:#0f172a!important;transform:translateY(-1px)!important;}
.anre-ui-auth--polished .anre-auth-button-icon{width:16px!important;height:16px!important;transition:transform .2s ease!important;}
.anre-ui-auth--polished .anre-auth-primary:hover .anre-auth-button-icon{transform:translateX(4px)!important;}
.anre-ui-auth--polished button[disabled]{opacity:.65!important;cursor:not-allowed!important;transform:none!important;}
.anre-ui-auth--polished .anre-form-status{
  min-height:20px!important;
  color:#0f3c70!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.45!important;
}
@keyframes anreAuthSlideUp{from{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes anreAuthFadePop{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:640px){
  .anre-ui-auth--polished .anre-auth-head{padding-left:48px!important;padding-right:48px!important;}
}
@media(max-width:900px){
  .anre-ui-auth.anre-ui-auth--polished{padding:24px!important;align-items:flex-start!important;}
  .anre-ui-auth--polished .anre-auth-card{border-radius:28px!important;}
  .anre-ui-auth--polished .anre-auth-grid{grid-template-columns:1fr!important;}
  .anre-ui-auth--polished .anre-auth-panel--login{border-right:0!important;border-bottom:1px solid #f1f5f9!important;}
  .anre-ui-auth--polished .anre-auth-panel{padding:32px!important;}
}
@media(max-width:640px){
  .anre-ui-auth.anre-ui-auth--polished{padding:16px!important;}
  .anre-ui-auth--polished .anre-auth-head{padding:40px 20px 28px!important;}
  .anre-ui-auth--polished .anre-auth-brand-icon{width:56px!important;height:56px!important;border-radius:18px!important;}
  .anre-ui-auth--polished h1{font-size:30px!important;}
  .anre-ui-auth--polished .anre-auth-head p{font-size:14px!important;}
  .anre-ui-auth--polished .anre-auth-two{grid-template-columns:1fr!important;gap:24px!important;}
  .anre-ui-auth--polished .anre-auth-panel{padding:28px 20px!important;}
  .anre-ui-auth--polished .anre-auth-control input,.anre-ui-auth--polished .anre-auth-control select{min-height:54px!important;}
}
@media(prefers-reduced-motion:reduce){
  .anre-ui-auth--polished .anre-auth-card,
  .anre-ui-auth--polished .anre-auth-head,
  .anre-ui-auth--polished .anre-auth-panel--login,
  .anre-ui-auth--polished .anre-auth-panel--register{animation:none!important;}
}


/* v0.7.5 compact auth screen: same design, smaller footprint on desktop and mobile */
.anre-ui-auth.anre-ui-auth--polished{
  padding:clamp(14px,2.2vw,24px)!important;
}
.anre-ui-auth--polished .anre-auth-card{
  max-width:880px!important;
  border-radius:26px!important;
  box-shadow:0 18px 48px -18px rgba(0,0,0,.5)!important;
}
.anre-ui-auth--polished .anre-auth-head{
  padding:34px 22px 24px!important;
}
.anre-ui-auth--polished .anre-auth-brand-icon{
  width:50px!important;
  height:50px!important;
  margin-bottom:14px!important;
  border-radius:15px!important;
  box-shadow:0 14px 24px rgba(37,99,235,.2)!important;
}
.anre-ui-auth--polished .anre-auth-brand-icon .anre-ico{
  width:27px!important;
  height:27px!important;
}
.anre-ui-auth--polished h1{
  margin-bottom:10px!important;
  font-size:clamp(26px,3vw,31px)!important;
  line-height:1.12!important;
}
.anre-ui-auth--polished .anre-auth-head p{
  max-width:620px!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.anre-ui-auth--polished .anre-auth-panel{
  padding:36px 40px!important;
}
.anre-ui-auth--polished .anre-auth-panel-inner{
  max-width:340px!important;
}
.anre-ui-auth--polished .anre-login-form,
.anre-ui-auth--polished .anre-register-form{
  gap:18px!important;
}
.anre-ui-auth--polished .anre-auth-panel h2,
.anre-ui-auth--polished .anre-login-form h2,
.anre-ui-auth--polished .anre-register-form h2{
  margin-bottom:4px!important;
  font-size:22px!important;
}
.anre-ui-auth--polished .anre-auth-field{
  gap:8px!important;
}
.anre-ui-auth--polished .anre-auth-field>span,
.anre-ui-auth--polished .anre-auth-row b{
  font-size:11px!important;
  letter-spacing:.17em!important;
}
.anre-ui-auth--polished .anre-auth-two{
  gap:18px!important;
}
.anre-ui-auth--polished .anre-auth-control input,
.anre-ui-auth--polished .anre-auth-control select{
  min-height:48px!important;
  border-radius:12px!important;
  padding:12px 14px!important;
  font-size:15px!important;
}
.anre-ui-auth--polished .anre-auth-control:has(.anre-auth-input-icon) input,
.anre-ui-auth--polished .anre-auth-input-icon + input{
  padding-left:42px!important;
}
.anre-ui-auth--polished .anre-auth-input-icon{
  left:14px!important;
  width:18px!important;
  height:18px!important;
}
.anre-ui-auth--polished .anre-auth-select select{
  padding-right:42px!important;
}
.anre-ui-auth--polished .anre-auth-select-icon{
  right:14px!important;
  width:18px!important;
  height:18px!important;
}
.anre-ui-auth--polished .anre-auth-primary,
.anre-ui-auth--polished .anre-auth-secondary{
  min-height:48px!important;
  margin-top:10px!important;
  border-radius:12px!important;
  padding:13px 18px!important;
  font-size:13px!important;
}
@media(min-width:640px){
  .anre-ui-auth--polished .anre-auth-head{
    padding-left:36px!important;
    padding-right:36px!important;
  }
}
@media(max-width:900px){
  .anre-ui-auth.anre-ui-auth--polished{
    padding:18px!important;
  }
  .anre-ui-auth--polished .anre-auth-card{
    max-width:620px!important;
    border-radius:22px!important;
  }
  .anre-ui-auth--polished .anre-auth-head{
    padding:30px 20px 22px!important;
  }
  .anre-ui-auth--polished .anre-auth-panel{
    padding:28px!important;
  }
}
@media(max-width:640px){
  .anre-ui-auth.anre-ui-auth--polished{
    padding:12px!important;
    align-items:flex-start!important;
  }
  .anre-ui-auth--polished .anre-auth-card{
    border-radius:20px!important;
  }
  .anre-ui-auth--polished .anre-auth-head{
    padding:26px 16px 20px!important;
  }
  .anre-ui-auth--polished .anre-auth-brand-icon{
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
  }
  .anre-ui-auth--polished .anre-auth-brand-icon .anre-ico{
    width:24px!important;
    height:24px!important;
  }
  .anre-ui-auth--polished h1{
    font-size:24px!important;
  }
  .anre-ui-auth--polished .anre-auth-head p{
    font-size:13px!important;
  }
  .anre-ui-auth--polished .anre-auth-panel{
    padding:24px 18px!important;
  }
  .anre-ui-auth--polished .anre-auth-two{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .anre-ui-auth--polished .anre-auth-control input,
  .anre-ui-auth--polished .anre-auth-control select{
    min-height:46px!important;
    font-size:14px!important;
  }
}

/* v0.7.6 mobile blue pattern refresh */
.anre-ui-mobile-bar{display:none}
.anre-ui-mobile-meta{display:flex;align-items:center;gap:8px}
.anre-ui-mobile-pill{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;min-width:34px;height:34px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.anre-ui-mobile-pill.is-active{background:#2563eb;border-color:#2563eb;color:#fff}
.anre-ui-mobile-toggle--solid{display:flex!important;width:42px;height:42px;border-radius:12px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;align-items:center;justify-content:center}
.anre-ui-mobile-brand{border:0;background:transparent;display:flex;align-items:center;gap:10px;color:#0f172a;padding:0 8px;cursor:pointer}
.anre-ui-mobile-brand .anre-ico{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:8px;box-shadow:0 10px 20px rgba(37,99,235,.18)}
.anre-ui-mobile-brand span{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
.anre-ui-mobile-brand b{font-size:14px;color:#0f172a}
.anre-ui-mobile-brand small{font-size:11px;color:#64748b;margin-top:3px}
.anre-ui-mobile-drawer-wrap{display:none}
.anre-ui-mobile-drawer-backdrop{border:0;padding:0;margin:0;background:rgba(15,23,42,.48)}
.anre-ui-mobile-drawer{background:#fff;display:flex;flex-direction:column;box-shadow:0 22px 44px rgba(15,23,42,.24)}
.anre-ui-mobile-drawer__top{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:2}
.anre-ui-mobile-auth{border:0;background:#fff;padding:16px 18px;text-align:left;font-weight:700;color:#0f172a;cursor:pointer}
.anre-ui-mobile-auth.is-active{box-shadow:inset 0 -2px 0 #2563eb;color:#1d4ed8}
.anre-ui-mobile-drawer__nav{padding:6px 0;display:flex;flex-direction:column;gap:0}
.anre-ui-mobile-drawer__item{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:#fff;padding:16px 22px;border-bottom:1px solid #eef2f7;color:#111827;font-size:15px;font-weight:600;cursor:pointer}
.anre-ui-mobile-drawer__item span{display:flex;gap:4px;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.anre-ui-mobile-drawer__item .km{color:#64748b;font-weight:500}
.anre-ui-mobile-drawer__chevron{width:16px;height:16px;color:#475569;flex:0 0 auto}
.anre-ui-mobile-drawer__social{margin-top:auto;padding:18px 18px 26px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid #e5e7eb}
.anre-ui-mobile-drawer__social a{width:34px;height:34px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:15px}

.anre-ui-hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.anre-ui-hero-tags span{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.anre-ui-section--categories{padding-top:36px;padding-bottom:34px}
.anre-ui-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;border-top:1px solid #e5edf7;border-left:1px solid #e5edf7;border-radius:26px;overflow:hidden;box-shadow:0 18px 40px rgba(37,99,235,.06)}
.anre-ui-category-card{border:0;border-right:1px solid #e5edf7;border-bottom:1px solid #e5edf7;background:#fff;min-height:178px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .25s ease}
.anre-ui-category-card:hover{background:#f8fbff;transform:translateY(-2px)}
.anre-ui-category-card span{font-size:16px;font-weight:700;color:#0f172a;display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1.2}
.anre-ui-category-card .km{font-size:12px;font-weight:600;color:#64748b}
.anre-ui-category-illustration{display:flex;align-items:center;justify-content:center;width:76px;height:76px}
.anre-ui-category-illustration svg{width:72px;height:72px;display:block}

@media(max-width:767px){
  .anre-ui-topbar,.anre-ui-navwrap{display:none!important}
  .anre-ui-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px;background:#fff;border-bottom:1px solid #e5edf7;position:sticky;top:0;z-index:1035;box-shadow:0 8px 24px rgba(15,23,42,.06)}
  .anre-ui-mobile-drawer-wrap{display:block}
  .anre-ui-mobile-drawer-backdrop{position:fixed;inset:0;z-index:1040;width:100%;height:100%}
  .anre-ui-mobile-drawer{position:fixed;left:0;top:0;bottom:0;z-index:1041;width:min(84vw,340px);max-width:340px;overflow:auto}

  .anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied,
  .anre-full-app.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied,
  .anre-ui-hero.anre-ui-hero--applied{min-height:auto!important;padding:0 0 18px!important;background:#fff!important}
  .anre-theme-houzez .anre-ui-hero--applied .anre-ui-hero__bg,
  .anre-ui-hero--applied .anre-ui-hero__bg{display:none!important}
  .anre-ui-hero__content--applied{display:block!important;max-width:none!important;padding:0!important}
  .anre-ui-hero-copy--applied{padding:28px 20px 26px!important;min-height:240px;border-radius:0 0 26px 26px;background:linear-gradient(135deg,rgba(15,37,84,.88),rgba(29,78,216,.76)),url(https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1200&q=80) center/cover!important;color:#fff!important;box-shadow:0 14px 28px rgba(15,23,42,.15)}
  .anre-ui-hero-copy--applied .anre-ui-kicker{display:inline-flex;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.18);color:#dbeafe;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .anre-full-app.anre-theme-houzez .anre-ui-hero.anre-ui-hero--applied .anre-ui-hero-copy.anre-ui-hero-copy--applied h1,
  .anre-ui-hero.anre-ui-hero--applied h1{font-size:42px!important;line-height:.98!important;letter-spacing:-.05em!important;margin:0 0 12px!important;color:#fff!important}
  .anre-ui-hero-copy--applied p{max-width:290px!important;font-size:15px!important;line-height:1.55!important;color:rgba(255,255,255,.88)!important;margin:0!important}
  .anre-ui-searchbox--applied{margin:22px 18px 0!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;max-width:none!important}
  .anre-ui-searchbox--applied h2{margin:0 0 16px!important;text-align:center!important;font-size:20px!important;color:#1f2937!important}
  .anre-theme-houzez .anre-ui-tabs--portal,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal,
  .anre-ui-tabs--portal{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;margin-bottom:14px!important;border-radius:0!important;overflow:visible!important;background:transparent!important;box-shadow:none!important;border:0!important}
  .anre-theme-houzez .anre-ui-tabs--portal button,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button,
  .anre-ui-tabs--portal button{padding:14px 6px!important;border-right:1px solid #fff!important;border-radius:0!important;background:#173b74!important;color:#fff!important;box-shadow:none!important;font-size:16px!important}
  .anre-theme-houzez .anre-ui-tabs--portal button.is-active,
  .anre-full-app.anre-theme-houzez .anre-ui-tabs--portal button.is-active,
  .anre-ui-tabs--portal button.is-active{background:#2563eb!important;color:#fff!important}
  .anre-ui-tabs--portal button:last-child{border-right:0!important}
  .anre-ui-search-row--hero{display:grid!important;grid-template-columns:minmax(0,1fr) 64px!important;gap:0!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;overflow:hidden!important}
  .anre-ui-search-row--hero select{display:none!important}
  .anre-ui-search-row--hero .anre-ui-location-field{padding-left:14px!important}
  .anre-ui-search-row--hero .anre-ui-location-field .anre-ico{color:#94a3b8!important}
  .anre-ui-search-row--hero input{height:58px!important;font-size:15px!important}
  .anre-ui-search-row--hero button{border-radius:0!important;height:58px!important;background:#2563eb!important;box-shadow:none!important}

  .anre-ui-section--categories{padding:22px 0 10px!important}
  .anre-ui-section--categories .anre-ui-section-head{padding:0 18px!important;margin-bottom:16px!important;justify-content:flex-start!important;text-align:left!important}
  .anre-ui-section--categories .anre-ui-section-head h2{font-size:18px!important;margin-bottom:4px!important}
  .anre-ui-section--categories .anre-ui-section-head p{font-size:13px!important}
  .anre-ui-category-grid{border-radius:0!important;box-shadow:none!important;border-left:0!important;border-right:0!important}
  .anre-ui-category-card{min-height:122px!important;padding:14px 8px!important;gap:10px!important}
  .anre-ui-category-card span{font-size:14px!important}
  .anre-ui-category-card .km{display:none!important}
  .anre-ui-category-illustration{width:60px!important;height:60px!important}
  .anre-ui-category-illustration svg{width:56px!important;height:56px!important}

  .anre-ui-section--locations,.anre-ui-section--strip{padding:24px 18px!important}
  .anre-ui-section--locations .anre-ui-section-head,.anre-ui-section--strip .anre-ui-section-head{margin-bottom:14px!important}
  .anre-ui-section--locations .anre-ui-section-head h2,.anre-ui-section--strip .anre-ui-section-head h2{font-size:18px!important;margin-bottom:4px!important}
  .anre-ui-location-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
  .anre-ui-location{height:150px!important;border-radius:12px!important}
  .anre-ui-location span{left:14px!important;bottom:14px!important;font-size:16px!important}
  .anre-ui-home-strip{grid-template-columns:1fr!important;gap:16px!important}
}

/* v0.7.7 mobile header refinement */
@media(max-width:767px){
  .anre-ui-mobile-bar{
    gap:8px;
    padding:10px 12px;
    border-bottom:1px solid #dbe4f0;
    box-shadow:none!important;
  }
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid{
    display:flex!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:0!important;
    border-radius:0!important;
    background:#ffffff!important;
    border:1px solid #dbe4f0!important;
    color:#1d4ed8!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-toggle .anre-ico,
  .anre-ui-mobile-toggle--solid .anre-ico{
    width:20px!important;
    height:20px!important;
    stroke-width:2.4!important;
    color:#1d4ed8!important;
    display:block!important;
  }
  .anre-ui-mobile-brand{
    flex:1 1 auto;
    min-width:0;
    gap:10px;
    padding:0 8px;
    min-height:42px;
    border:1px solid #dbe4f0;
    background:#fff;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-brand .anre-ico{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    border-radius:0!important;
    background:#2563eb!important;
    color:#fff!important;
    padding:8px!important;
    box-shadow:none!important;
    border:none!important;
  }
  .anre-ui-mobile-brand span{
    min-width:0;
    overflow:hidden;
  }
  .anre-ui-mobile-brand b{
    font-size:14px;
    color:#0f172a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .anre-ui-mobile-brand small{
    font-size:11px;
    color:#475569;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .anre-ui-mobile-meta{
    gap:6px;
    flex:0 0 auto;
  }
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:0!important;
    border-radius:0!important;
    border:1px solid #dbe4f0!important;
    background:#ffffff!important;
    color:#1d4ed8!important;
    box-shadow:none!important;
    font-size:20px!important;
    line-height:1!important;
  }
  .anre-ui-mobile-pill--flag span{
    display:block;
    transform:translateY(1px);
  }
  .anre-ui-mobile-pill.is-active,
  .anre-ui-mobile-pill--flag.is-active{
    background:#2563eb!important;
    border-color:#2563eb!important;
    color:#fff!important;
  }
}

/* v0.7.8 mobile solid header + full drawer */
@media(max-width:767px){
  .anre-ui-mobile-bar{
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid{
    background:#2563eb!important;
    border:0!important;
    color:#ffffff!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-toggle .anre-ico,
  .anre-ui-mobile-toggle--solid .anre-ico{
    color:#ffffff!important;
  }
  .anre-ui-mobile-brand{
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
  }
  .anre-ui-mobile-brand .anre-ico{
    background:#2563eb!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
  }
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag,
  .anre-ui-mobile-pill.is-active,
  .anre-ui-mobile-pill--flag.is-active{
    background:#2563eb!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    color:#ffffff!important;
  }

  .anre-ui-mobile-drawer-wrap{display:block!important}
  .anre-ui-mobile-drawer-backdrop{display:block!important}
  .anre-ui-mobile-drawer{
    display:flex!important;
    flex-direction:column!important;
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
    padding-bottom:24px!important;
  }
  .anre-ui-mobile-drawer__top{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    background:#ffffff!important;
    border:0!important;
    position:sticky!important;
    top:0!important;
  }
  .anre-ui-mobile-auth{
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
    color:#0f172a!important;
  }
  .anre-ui-mobile-auth.is-active{
    color:#2563eb!important;
    box-shadow:inset 0 -2px 0 #2563eb!important;
  }
  .anre-ui-mobile-drawer__nav{
    display:flex!important;
    flex-direction:column!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    overflow:visible!important;
    padding:8px 0 0!important;
  }
  .anre-ui-mobile-drawer__item{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:54px!important;
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
    color:#0f172a!important;
    padding:15px 22px!important;
  }
  .anre-ui-mobile-drawer__item span,
  .anre-ui-mobile-drawer__item .en,
  .anre-ui-mobile-drawer__item .km{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .anre-ui-mobile-drawer__social{
    border:0!important;
    padding-top:18px!important;
  }
  .anre-ui-mobile-drawer__social a{
    border:0!important;
    box-shadow:none!important;
    background:#2563eb!important;
    color:#ffffff!important;
  }
}

/* v0.7.9 hard mobile header/drawer fix */
@media(max-width:767px){
  .anre-ui-mobile-bar,
  .anre-ui-mobile-bar *{
    box-shadow:none!important;
  }
  .anre-ui-mobile-bar{
    border:0!important;
    outline:0!important;
    background:#fff!important;
    padding:10px 12px!important;
  }
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid,
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:#2563eb!important;
    color:#fff!important;
  }
  .anre-ui-mobile-toggle .anre-ico,
  .anre-ui-mobile-toggle--solid .anre-ico{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#fff!important;
    stroke:currentColor!important;
  }
  .anre-ui-mobile-brand{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:#fff!important;
  }
  .anre-ui-mobile-brand .anre-ico{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:#2563eb!important;
    color:#fff!important;
  }
  .anre-ui-mobile-drawer-wrap,
  .anre-ui-mobile-drawer,
  .anre-ui-mobile-drawer__nav,
  .anre-ui-mobile-drawer__item{
    visibility:visible!important;
    opacity:1!important;
  }
  .anre-ui-mobile-drawer-wrap{display:block!important;position:relative!important;z-index:999999!important;}
  .anre-ui-mobile-drawer-backdrop{display:block!important;position:fixed!important;inset:0!important;background:rgba(15,23,42,.48)!important;border:0!important;box-shadow:none!important;}
  .anre-ui-mobile-drawer{display:flex!important;position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(84vw,340px)!important;max-width:340px!important;z-index:1000000!important;flex-direction:column!important;background:#fff!important;border:0!important;box-shadow:none!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;}
  .anre-ui-mobile-drawer__top{display:grid!important;grid-template-columns:1fr 1fr!important;background:#fff!important;border:0!important;box-shadow:none!important;flex:0 0 auto!important;}
  .anre-ui-mobile-drawer__nav{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important;background:#fff!important;border:0!important;flex:0 0 auto!important;}
  .anre-ui-mobile-drawer__item{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:54px!important;background:#fff!important;border:0!important;box-shadow:none!important;padding:15px 22px!important;color:#0f172a!important;font-size:15px!important;font-weight:650!important;text-align:left!important;flex:0 0 auto!important;}
  .anre-ui-mobile-drawer__item span,
  .anre-ui-mobile-drawer__item .en,
  .anre-ui-mobile-drawer__item .km{display:inline-flex!important;visibility:visible!important;opacity:1!important;}
}


/* v0.8.0 mobile flat white header */
@media(max-width:767px){
  .anre-ui-mobile-bar,
  .anre-ui-mobile-bar *{
    box-shadow:none!important;
    outline:0!important;
  }
  .anre-ui-mobile-bar{
    background:#ffffff!important;
    border:0!important;
  }
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid{
    background:#ffffff!important;
    border:0!important;
    color:#2563eb!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-toggle .anre-ico,
  .anre-ui-mobile-toggle--solid .anre-ico{
    color:#2563eb!important;
    stroke:currentColor!important;
  }
  .anre-ui-mobile-brand{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-brand .anre-ico{
    background:transparent!important;
    color:#2563eb!important;
    border:0!important;
    box-shadow:none!important;
    padding:4px!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
  }
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag,
  .anre-ui-mobile-pill.is-active,
  .anre-ui-mobile-pill--flag.is-active{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#0f172a!important;
  }
  .anre-ui-mobile-pill--flag{
    font-size:22px!important;
  }
  .anre-ui-mobile-pill--flag span{
    transform:none!important;
  }
  .anre-ui-mobile-drawer__social a{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#2563eb!important;
  }
}


/* v0.8.1 mobile full navigator white drawer */
@media(max-width:767px){
  .anre-ui-mobile-bar,
  .anre-ui-mobile-bar *,
  .anre-ui-mobile-drawer,
  .anre-ui-mobile-drawer *,
  .anre-ui-mobile-drawer-backdrop{
    box-shadow:none!important;
    outline:0!important;
  }
  .anre-ui-mobile-bar{
    background:#ffffff!important;
    border:0!important;
  }
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid,
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag,
  .anre-ui-mobile-pill.is-active,
  .anre-ui-mobile-pill--flag.is-active{
    background:transparent!important;
    border:0!important;
    color:#1d4ed8!important;
  }
  .anre-ui-mobile-toggle .anre-ico,
  .anre-ui-mobile-toggle--solid .anre-ico{
    color:#1d4ed8!important;
    stroke:currentColor!important;
  }
  .anre-ui-mobile-brand,
  .anre-ui-mobile-brand .anre-ico,
  .anre-ui-mobile-meta{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-brand .anre-ico{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    padding:4px!important;
    color:#2563eb!important;
  }
  .anre-ui-mobile-drawer-wrap{
    display:block!important;
    position:relative!important;
    z-index:999999!important;
  }
  .anre-ui-mobile-drawer-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(15,23,42,.16)!important;
    border:0!important;
  }
  .anre-ui-mobile-drawer{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(88vw,360px)!important;
    max-width:360px!important;
    z-index:1000000!important;
    flex-direction:column!important;
    background:#ffffff!important;
    border:0!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .anre-ui-mobile-drawer__top{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    background:#ffffff!important;
    border:0!important;
    border-bottom:1px solid #e5e7eb!important;
  }
  .anre-ui-mobile-auth{
    display:block!important;
    background:#ffffff!important;
    border:0!important;
    color:#111827!important;
    padding:16px 20px!important;
    text-align:left!important;
    font-weight:600!important;
  }
  .anre-ui-mobile-auth.is-active{
    color:#111827!important;
    box-shadow:inset 0 -2px 0 #cbd5e1!important;
  }
  .anre-ui-mobile-drawer__nav{
    display:flex!important;
    flex-direction:column!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:6px 0 16px!important;
    background:#ffffff!important;
    border:0!important;
    flex:0 0 auto!important;
  }
  .anre-ui-mobile-drawer__item{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:54px!important;
    padding:15px 22px!important;
    background:#ffffff!important;
    border:0!important;
    border-bottom:1px solid #f1f5f9!important;
    color:#0f172a!important;
    text-align:left!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 auto!important;
  }
  .anre-ui-mobile-drawer__item span,
  .anre-ui-mobile-drawer__item .en,
  .anre-ui-mobile-drawer__item .km{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .anre-ui-mobile-drawer__chevron{
    color:#475569!important;
  }
  .anre-ui-mobile-drawer__social{
    margin-top:auto!important;
    padding:16px 18px 24px!important;
    border-top:1px solid #e5e7eb!important;
    background:#ffffff!important;
  }
  .anre-ui-mobile-drawer__social a{
    background:transparent!important;
    border:0!important;
    color:#2563eb!important;
  }
}


/* v0.8.2 mobile navigator full-screen, login/register below menu */
@media(max-width:767px){
  .anre-ui-mobile-drawer-wrap{
    display:block!important;
    position:relative!important;
    z-index:999999!important;
  }
  .anre-ui-mobile-drawer-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-drawer{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:0!important;
    width:100vw!important;
    max-width:none!important;
    min-width:100vw!important;
    z-index:1000000!important;
    flex-direction:column!important;
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .anre-ui-mobile-drawer__nav{
    order:1!important;
    display:flex!important;
    flex-direction:column!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:8px 0 0!important;
    background:#ffffff!important;
    border:0!important;
    flex:0 0 auto!important;
  }
  .anre-ui-mobile-drawer__item{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:56px!important;
    background:#ffffff!important;
    border:0!important;
    border-bottom:1px solid #f1f5f9!important;
    box-shadow:none!important;
    padding:15px 22px!important;
    color:#111827!important;
    font-size:16px!important;
    font-weight:600!important;
    text-align:left!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 auto!important;
  }
  .anre-ui-mobile-drawer__item span,
  .anre-ui-mobile-drawer__item .en,
  .anre-ui-mobile-drawer__item .km{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .anre-ui-mobile-drawer__chevron{
    color:#475569!important;
  }
  .anre-ui-mobile-drawer__top,
  .anre-ui-mobile-drawer__auth-bottom{
    order:2!important;
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    background:#ffffff!important;
    border:0!important;
    border-top:1px solid #e5e7eb!important;
    border-bottom:1px solid #e5e7eb!important;
    box-shadow:none!important;
    flex:0 0 auto!important;
  }
  .anre-ui-mobile-auth{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:56px!important;
    background:#ffffff!important;
    border:0!important;
    color:#111827!important;
    padding:16px 20px!important;
    text-align:center!important;
    font-weight:600!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-auth.is-active{
    color:#111827!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-drawer__social{
    order:3!important;
    margin-top:0!important;
    padding:16px 18px 24px!important;
    border:0!important;
    background:#ffffff!important;
  }
  .anre-ui-mobile-drawer__social a{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#2563eb!important;
  }
  .anre-ui-mobile-bar,
  .anre-ui-mobile-bar *,
  .anre-ui-mobile-drawer,
  .anre-ui-mobile-drawer *{
    box-shadow:none!important;
    outline:0!important;
  }
  .anre-ui-mobile-bar,
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid,
  .anre-ui-mobile-brand,
  .anre-ui-mobile-brand .anre-ico,
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag,
  .anre-ui-mobile-pill.is-active,
  .anre-ui-mobile-pill--flag.is-active{
    background:transparent!important;
    border:0!important;
  }
}


/* v0.8.3 reliable mobile navigator under header */
@media(max-width:767px){
  .anre-ui-mobile-bar{
    position:sticky!important;
    top:0!important;
    z-index:10010!important;
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-toggle,
  .anre-ui-mobile-toggle--solid,
  .anre-ui-mobile-pill,
  .anre-ui-mobile-pill--flag,
  .anre-ui-mobile-pill.is-active,
  .anre-ui-mobile-pill--flag.is-active{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#2563eb!important;
  }
  .anre-ui-mobile-brand,
  .anre-ui-mobile-brand .anre-ico{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-brand .anre-ico{
    color:#2563eb!important;
  }
  .anre-ui-mobile-drawer-wrap,
  .anre-full-app .anre-ui-mobile-drawer-wrap,
  .anre-app .anre-ui-mobile-drawer-wrap{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    height:0!important;
    overflow:hidden!important;
    position:static!important;
    z-index:10000!important;
    background:#ffffff!important;
  }
  .anre-ui-mobile-drawer-wrap.is-open,
  .anre-full-app .anre-ui-mobile-drawer-wrap.is-open,
  .anre-app .anre-ui-mobile-drawer-wrap.is-open{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    overflow:visible!important;
    position:static!important;
    background:#ffffff!important;
  }
  .anre-ui-mobile-drawer-backdrop{
    display:none!important;
  }
  .anre-ui-mobile-drawer,
  .anre-ui-mobile-drawer-wrap.is-open .anre-ui-mobile-drawer{
    display:flex!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex-direction:column!important;
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
    max-height:none!important;
    overflow:visible!important;
    visibility:visible!important;
    opacity:1!important;
    z-index:auto!important;
  }
  .anre-ui-mobile-drawer__nav,
  .anre-ui-mobile-drawer-wrap.is-open .anre-ui-mobile-drawer__nav{
    order:1!important;
    display:flex!important;
    flex-direction:column!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:8px 0 0!important;
    background:#ffffff!important;
    border:0!important;
  }
  .anre-ui-mobile-drawer__item,
  .anre-ui-mobile-drawer-wrap.is-open .anre-ui-mobile-drawer__item{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:54px!important;
    padding:15px 22px!important;
    background:#ffffff!important;
    border:0!important;
    border-bottom:1px solid #f1f5f9!important;
    color:#111827!important;
    text-align:left!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .anre-ui-mobile-drawer__item span,
  .anre-ui-mobile-drawer__item .en,
  .anre-ui-mobile-drawer__item .km{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .anre-ui-mobile-drawer__top,
  .anre-ui-mobile-drawer__auth-bottom{
    order:2!important;
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    background:#ffffff!important;
    border:0!important;
    border-top:1px solid #e5e7eb!important;
    border-bottom:1px solid #e5e7eb!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-auth,
  .anre-ui-mobile-auth.is-active{
    background:#ffffff!important;
    color:#111827!important;
    border:0!important;
    box-shadow:none!important;
    text-align:left!important;
  }
  .anre-ui-mobile-drawer__social{
    order:3!important;
    background:#ffffff!important;
    border:0!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-drawer__social a{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#2563eb!important;
  }
}


/* v0.8.4 remove mobile social icons */
.anre-ui-mobile-drawer__social{display:none!important;}
.anre-ui-mobile-drawer__social a{display:none!important;}


/* v0.8.5 mobile listings search + filter layout */
.anre-filter-form-mobile,
.anre-ui-mobile-resultsbar{
  display:none;
}

@media(max-width:900px){
  .anre-filter-form-mobile{
    display:block!important;
    margin:-16px 0 14px!important;
  }
  .anre-ui-filterbar{
    display:none!important;
  }
  .anre-ui-mobile-searchfilter__top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .anre-ui-mobile-searchfilter__location{
    position:relative!important;
    display:block!important;
    min-width:0!important;
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    box-shadow:0 2px 8px rgba(15,23,42,.06)!important;
  }
  .anre-ui-mobile-searchfilter__location .anre-ico{
    position:absolute!important;
    left:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:18px!important;
    height:18px!important;
    color:#64748b!important;
  }
  .anre-ui-mobile-searchfilter__location input{
    width:100%!important;
    min-height:56px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    padding:0 14px 0 42px!important;
    font-size:16px!important;
    color:#2b2f38!important;
  }
  .anre-ui-mobile-searchfilter__toggle{
    min-width:112px!important;
    padding:0 14px!important;
    border:1px solid #e5e7eb!important;
    background:#fff!important;
    color:#2b2f38!important;
    box-shadow:0 2px 8px rgba(15,23,42,.06)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    font-size:16px!important;
    font-weight:500!important;
    min-height:56px!important;
  }
  .anre-ui-mobile-searchfilter__toggle .anre-ico{
    width:18px!important;
    height:18px!important;
  }
  .anre-ui-mobile-filter-sheet{
    display:none!important;
    margin-top:10px!important;
  }
  .anre-ui-mobile-filter-sheet.is-open{
    display:block!important;
  }
  .anre-ui-mobile-filter-sheet__card{
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    box-shadow:0 6px 16px rgba(15,23,42,.07)!important;
    padding:14px!important;
  }
  .anre-ui-mobile-filter-sheet__grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .anre-ui-mobile-filter-sheet label{
    display:grid!important;
    gap:5px!important;
    font-size:11px!important;
    font-weight:700!important;
    color:#64748b!important;
    text-transform:none!important;
  }
  .anre-ui-mobile-filter-sheet input,
  .anre-ui-mobile-filter-sheet select{
    width:100%!important;
    min-height:42px!important;
    border:1px solid #dbe1ea!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
    padding:0 10px!important;
    font-size:13px!important;
    color:#111827!important;
  }
  .anre-ui-mobile-filter-sheet__actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:12px!important;
  }
  .anre-ui-mobile-filter-sheet__actions button{
    min-height:42px!important;
    border-radius:0!important;
    border:1px solid #dbe1ea!important;
    background:#fff!important;
    color:#111827!important;
    font-weight:600!important;
    box-shadow:none!important;
  }
  .anre-ui-mobile-filter-sheet__actions button[type=submit]{
    background:#2f66e0!important;
    border-color:#2f66e0!important;
    color:#fff!important;
  }
  .anre-ui-mobile-resultsbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(150px,34%)!important;
    gap:12px!important;
    align-items:end!important;
    margin:0 0 14px!important;
  }
  .anre-ui-mobile-resultscount{
    font-size:16px!important;
    line-height:1.3!important;
    color:#2b2f38!important;
    font-weight:500!important;
    padding-top:4px!important;
  }
  .anre-ui-mobile-sortbox{
    display:flex!important;
    align-items:flex-start!important;
    gap:10px!important;
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    box-shadow:0 2px 8px rgba(15,23,42,.06)!important;
    padding:12px 14px!important;
  }
  .anre-ui-mobile-sortbox .anre-ico{
    width:18px!important;
    height:18px!important;
    color:#4b5563!important;
    flex:0 0 18px!important;
    margin-top:4px!important;
  }
  .anre-ui-mobile-sortbox span{
    display:block!important;
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .anre-ui-mobile-sortbox b{
    display:block!important;
    margin:0 0 2px!important;
    font-size:15px!important;
    font-weight:500!important;
    color:#2b2f38!important;
  }
  .anre-ui-mobile-sortbox select{
    width:100%!important;
    min-height:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    padding:0!important;
    font-size:15px!important;
    font-weight:500!important;
    color:#2b2f38!important;
  }
  .anre-ui-results-head{
    display:none!important;
  }
}

@media(max-width:640px){
  .anre-ui-mobile-searchfilter__top,
  .anre-ui-mobile-resultsbar{
    grid-template-columns:1fr!important;
  }
  .anre-ui-mobile-searchfilter__toggle{
    width:100%!important;
  }
  .anre-ui-mobile-filter-sheet__grid{
    grid-template-columns:1fr!important;
  }
}


/* v0.8.7 smaller mobile listings controls */
@media(max-width:900px){
  .anre-filter-form-mobile{
    margin:-10px 0 10px!important;
  }
  .anre-ui-mobile-searchfilter__top{
    grid-template-columns:minmax(0,1fr) 106px!important;
    gap:8px!important;
  }
  .anre-ui-mobile-searchfilter__location{
    box-shadow:0 1px 5px rgba(15,23,42,.05)!important;
  }
  .anre-ui-mobile-searchfilter__location .anre-ico{
    left:12px!important;
    width:16px!important;
    height:16px!important;
  }
  .anre-ui-mobile-searchfilter__location input{
    min-height:48px!important;
    padding:0 12px 0 36px!important;
    font-size:14px!important;
  }
  .anre-ui-mobile-searchfilter__toggle{
    min-width:106px!important;
    min-height:48px!important;
    padding:0 10px!important;
    gap:6px!important;
    font-size:14px!important;
    box-shadow:0 1px 5px rgba(15,23,42,.05)!important;
  }
  .anre-ui-mobile-searchfilter__toggle .anre-ico{
    width:16px!important;
    height:16px!important;
  }
  .anre-ui-mobile-filter-sheet{
    margin-top:8px!important;
  }
  .anre-ui-mobile-filter-sheet__card{
    padding:12px!important;
    box-shadow:0 4px 10px rgba(15,23,42,.06)!important;
  }
  .anre-ui-mobile-filter-sheet__grid{
    gap:8px!important;
  }
  .anre-ui-mobile-filter-sheet label{
    gap:4px!important;
    font-size:10px!important;
  }
  .anre-ui-mobile-filter-sheet input,
  .anre-ui-mobile-filter-sheet select{
    min-height:38px!important;
    padding:0 9px!important;
    font-size:12px!important;
  }
  .anre-ui-mobile-filter-sheet__actions{
    gap:8px!important;
    margin-top:10px!important;
  }
  .anre-ui-mobile-filter-sheet__actions button{
    min-height:38px!important;
    font-size:12px!important;
  }
  .anre-ui-mobile-resultsbar{
    grid-template-columns:minmax(0,1fr) 138px!important;
    gap:10px!important;
    margin:0 0 10px!important;
    align-items:center!important;
  }
  .anre-ui-mobile-resultscount{
    font-size:14px!important;
    line-height:1.25!important;
    padding-top:0!important;
  }
  .anre-ui-mobile-sortbox{
    gap:8px!important;
    padding:9px 10px!important;
    box-shadow:0 1px 5px rgba(15,23,42,.05)!important;
  }
  .anre-ui-mobile-sortbox .anre-ico{
    width:16px!important;
    height:16px!important;
    flex:0 0 16px!important;
    margin-top:3px!important;
  }
  .anre-ui-mobile-sortbox b{
    margin:0 0 1px!important;
    font-size:13px!important;
  }
  .anre-ui-mobile-sortbox select{
    font-size:13px!important;
  }
}
@media(max-width:640px){
  .anre-ui-mobile-searchfilter__top{
    grid-template-columns:minmax(0,1fr) 96px!important;
  }
  .anre-ui-mobile-resultsbar{
    grid-template-columns:minmax(0,1fr) 126px!important;
  }
  .anre-ui-mobile-searchfilter__toggle{
    width:auto!important;
    min-width:96px!important;
  }
}
@media(max-width:420px){
  .anre-ui-mobile-searchfilter__top{
    grid-template-columns:minmax(0,1fr) 88px!important;
  }
  .anre-ui-mobile-resultsbar{
    grid-template-columns:minmax(0,1fr) 116px!important;
  }
  .anre-ui-mobile-searchfilter__toggle{
    min-width:88px!important;
    font-size:13px!important;
  }
  .anre-ui-mobile-resultscount{
    font-size:13px!important;
  }
  .anre-ui-mobile-sortbox b,
  .anre-ui-mobile-sortbox select{
    font-size:12px!important;
  }
}


/* v0.8.8 tighten mobile sort label spacing */
@media(max-width:900px){
  .anre-ui-mobile-sortbox span{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    gap:1px!important;
  }
  .anre-ui-mobile-sortbox b{
    margin:0!important;
    line-height:1.05!important;
  }
  .anre-ui-mobile-sortbox select{
    margin-top:-1px!important;
    line-height:1.05!important;
  }
}
@media(max-width:420px){
  .anre-ui-mobile-sortbox span{
    gap:0!important;
  }
}
