:root{
  --re-accent:#9eced4;
  --re-accent-dark:#7db7bf;
  --re-dark:#2d2d2d;
  --re-black:#080808;
  --re-text:#333;
  --re-muted:#7b7b7b;
  --re-bg:#f7f7f4;
  --re-border:#e6e2da;
  --re-red:#d61f45;
  --re-radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.re8899-fixed,
body.post-type-archive-re8899_property,
body.single-re8899_property,
body.re-404-body{
  margin:0;
  background:#fff;
  color:var(--re-text);
  font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
  direction:rtl;
}
a{transition:.2s ease}
body.re8899-fixed input,body.re8899-fixed select,body.re8899-fixed textarea,body.re8899-fixed button,
body.post-type-archive-re8899_property input,body.post-type-archive-re8899_property select,body.post-type-archive-re8899_property textarea,body.post-type-archive-re8899_property button,
body.single-re8899_property input,body.single-re8899_property select,body.single-re8899_property textarea,body.single-re8899_property button,
body.re-404-body input,body.re-404-body select,body.re-404-body textarea,body.re-404-body button{font-family:"Vazirmatn",Tahoma,Arial,sans-serif}

.re-container{width:min(1240px,94%);margin:auto}
.re-main{min-height:60vh}

/* Header */
.re-header-v2{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid #ededed;
  box-shadow:0 3px 16px rgba(0,0,0,.05);
}
.re-header-row{
  min-height:70px;
  display:grid;
  grid-template-columns:1.2fr 1.6fr 1.4fr;
  align-items:center;
  gap:20px;
}
.re-brand-wrap{justify-self:start}
.re-brand-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--re-accent);
  font-size:18px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
.re-brand-home{font-size:18px;width:18px;height:18px}
.re-main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:54px;
}
.re-main-nav a{
  color:#555;
  text-decoration:none;
  font-size:17px;
  padding:24px 0;
  font-weight:500;
}
.re-main-nav a:hover,
.re-main-nav a.is-active{color:var(--re-accent);font-weight:700}
.re-header-left{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.re-header-socials,
.re-footer-socials{
  display:flex;
  align-items:center;
  gap:8px;
}
.re-header-socials a,
.re-footer-socials a{
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--re-accent);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.re-header-socials a:hover,
.re-footer-socials a:hover{transform:translateY(-1px);background:var(--re-accent-dark)}
.re-register-btn{
  border:1px solid #d9e8eb;
  background:#fff;
  color:#6d6d6d;
  border-radius:999px;
  min-height:40px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}
.re-register-accent{
  background:rgba(158,206,212,.2);
  color:#fff;
  background:var(--re-accent);
}
.re-register-accent:hover{color:#fff;background:var(--re-accent-dark)}
.re-mobile-toggle{
  display:none;
  width:40px;
  height:40px;
  border:1px solid #d9e8eb;
  background:#fff;
  color:#666;
  border-radius:12px;
  align-items:center;
  justify-content:center;
}
.re-mobile-toggle .dashicons{font-size:22px;width:22px;height:22px}
.re-mobile-panel{display:none;padding:0 0 16px}
.re-mobile-nav{display:flex;flex-direction:column;gap:8px}
.re-mobile-nav a,
.re-mobile-auth-btn{
  border:1px solid #eee;
  background:#fff;
  border-radius:12px;
  padding:12px 14px;
  text-decoration:none;
  color:#555;
  font-weight:700;
  text-align:right;
}
.re-mobile-nav a.is-active{color:var(--re-accent)}
.re-mobile-auth-btn{cursor:pointer}
.re-mobile-panel.is-open{display:block}

/* Hero and cards */
.re-hero{min-height:460px;background:linear-gradient(120deg,#98b6c3,#7f91ad);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.re-hero-overlay{width:100%;height:100%;min-height:460px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#23344642;color:#fff}
.re-hero h1{font-size:42px;font-weight:900;text-shadow:0 2px 8px #0006}
.re-hero form{display:flex;width:min(720px,90%);margin-top:28px;background:#fff;border-radius:14px;padding:7px;box-shadow:0 12px 40px #0003}
.re-hero input{flex:1;border:0!important;outline:0!important;padding:15px}
.re-hero button{background:var(--re-accent);border:0;color:#fff;padding:0 28px;border-radius:10px}
.re-section{padding:46px 0}
.re-section-title{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ddd;padding-top:20px;margin-bottom:24px}
.re-section-title h2{font-size:22px;margin:0}.re-section-title a{color:var(--re-accent);text-decoration:none}
.re-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.re-property-card{background:#fff;border:1px solid #e6e6e6;border-radius:var(--re-radius);overflow:hidden;box-shadow:0 5px 16px #00000008}
.re-card-img{position:relative;display:block;height:220px;overflow:hidden}.re-card-img img{width:100%;height:100%;object-fit:cover;transition:.3s}.re-property-card:hover .re-card-img img{transform:scale(1.04)}.re-location{position:absolute;bottom:10px;left:10px;background:#fff;border-radius:8px;padding:5px 9px;color:#555;font-size:12px}.re-card-body{padding:16px}.re-card-body h3{font-size:18px;margin:0 0 12px}.re-card-body h3 a{color:#222;text-decoration:none}.re-price{font-weight:800;margin-bottom:14px}.re-card-meta{display:flex;justify-content:space-between;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:11px 0;font-size:13px}.re-card-foot{display:flex;justify-content:space-between;padding-top:12px;font-size:12px}.re-card-foot b{color:var(--re-red)}.re-cta{text-align:center;background:#f4fbfb;border-radius:18px;padding:36px!important;margin-bottom:45px}



/* Home page like reference */
.re-home-hero{
  width:100vw;
  margin-right:calc(50% - 50vw);
  margin-left:calc(50% - 50vw);
  height:490px;
  background:linear-gradient(rgba(108,133,173,.22), rgba(108,133,173,.22)), linear-gradient(120deg,#a6bdd6,#7187a5);
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}
.re-home-hero::after{
  content:"";
  position:absolute;
  right:-4%;
  left:-4%;
  bottom:-48px;
  height:120px;
  background:rgba(255,255,255,.38);
  transform:skewY(-4deg);
  backdrop-filter:blur(1.5px);
}
.re-home-hero-overlay{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:32px;
}
.re-home-hero h1{
  color:#fff;
  font-size:33px;
  font-weight:900;
  text-shadow:0 2px 6px rgba(0,0,0,.28);
  margin:0;
}
.re-home-featured-section{width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);background:#f6f6f3;padding:28px 0 38px}
.re-home-section-title{
  border-top:0;
  padding-top:0;
  width:min(1400px,94%);
  margin:0 auto 28px;
  justify-content:flex-start;
  text-align:right;
}
.re-home-section-title h2{font-size:25px;font-weight:700;color:#343434}
.re-home-check{color:#94c9ce;font-size:24px;display:inline-block;vertical-align:middle;margin-left:6px}
.re-home-grid{width:min(1400px,94%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.re-home-card{min-width:0}
.re-home-card-image{
  position:relative;
  display:block;
  height:235px;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 10px rgba(0,0,0,.04);
}
.re-home-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.re-home-title-pill,
.re-home-price-pill,
.re-home-deal-pill{
  position:absolute;
  background:rgba(246,240,231,.97);
  color:#5c5a57;
  border-radius:16px;
  padding:7px 14px;
  font-size:15px;
  line-height:1;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.re-home-title-pill{top:10px;right:10px;max-width:78%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.re-home-price-pill{bottom:10px;right:10px;left:auto;transform:none;font-weight:700;font-size:13px;border-radius:14px;padding:8px 16px;text-align:right;max-width:calc(100% - 20px)}
.re-home-deal-pill{bottom:48px;right:10px;left:auto;padding:8px 12px;text-align:right}
.re-home-card-meta-box{
  margin-top:12px;
  background:#fff;
  border:1px solid #e4e0d8;
  border-radius:16px;
  padding:18px 22px;
  box-shadow:0 3px 12px rgba(0,0,0,.03);
}
.re-home-card-meta-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:center}
.re-home-card-meta-top{padding-bottom:18px;border-bottom:1px solid #f0ede8;color:#2d2d2d;font-weight:700;font-size:14px}
.re-home-card-meta-bottom{padding-top:16px;color:#5c5853;font-size:14px}
.re-home-card-meta-row span{display:block;white-space:nowrap}
.re-home-card-meta-row b{display:inline-flex;width:14px;height:14px;border-radius:2px;background:#111;color:#fff;align-items:center;justify-content:center;font-size:10px;margin-left:4px;font-weight:700}
.re-home-card-meta-row em{color:#d66983;font-style:normal;font-weight:700}

/* Search */
.re-search-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;padding:34px 0}
.re-filter{background:#fff;border:1px solid #eee;border-radius:14px;padding:20px;align-self:start;position:sticky;top:95px}.re-filter label,.re-form-wrap label,.re-contact form label{display:block;font-size:13px;font-weight:700;margin-bottom:10px}.re-filter input,.re-filter select,.re-form-wrap input,.re-form-wrap select,.re-form-wrap textarea,.re-auth-modal input,.re-contact input,.re-contact textarea,.re-panel-box input,.re-panel-box textarea{width:100%;border:1px solid #ddd;border-radius:9px;padding:11px;margin-top:6px;background:#fff}.re-toggle{display:flex;background:#f1f1f1;border-radius:10px;padding:4px;margin-bottom:15px}.re-toggle label{flex:1;text-align:center;margin:0}.re-map-link{display:block;margin-top:14px;background:#222;color:#fff!important;text-decoration:none;padding:12px;border-radius:12px;text-align:center}.re-results-head{display:flex;justify-content:space-between;margin-bottom:18px}.re-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.re-list .re-property-card{display:grid;grid-template-columns:180px 1fr}.re-list .re-card-img{height:100%;min-height:180px}
.re-search-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.re-search-card-grid .re-home-card{width:100%}.re-search-card-grid .re-home-card-image{height:245px}

/* Dashboard */
.re-dashboard{display:grid;grid-template-columns:230px 1fr;gap:28px;padding:35px 0}.re-dashboard aside{border-left:1px solid #eee;display:flex;flex-direction:column;gap:8px}.re-dashboard aside a{padding:12px;text-decoration:none;color:var(--re-red);font-weight:800}.re-dash-item{display:flex;gap:16px;border-bottom:1px solid #eee;padding:18px 0}.re-dash-item img{width:220px;height:135px;object-fit:cover;border-radius:12px}.re-status{padding:5px 9px;border-radius:8px;background:#fff3cd;font-size:12px}.re-status.re-publish{background:#d1e7dd}

/* Forms */
.re-panel-box,.re-form-wrap,.re-contact{background:#fff;border:1px solid #e8e4de;border-radius:16px;padding:24px;box-shadow:0 4px 14px #0000000a;margin:28px 0}.re-form-wrap h2{margin-bottom:24px}.re-map{height:360px;border-radius:14px;overflow:hidden;border:1px solid #ddd}.re-map-large{height:70vh}.re-map-page{padding:35px 0}.re-map-page h2{margin-bottom:18px}

/* Single property */
.re-single-property{display:grid;grid-template-columns:2fr 1fr;gap:28px;padding:32px 0}.re-big-image img{width:100%;max-height:560px;object-fit:cover;border-radius:16px}.re-property-side{background:#eeeae5;border-radius:20px;padding:22px;height:max-content;position:sticky;top:95px}.re-property-side h1{font-size:25px;margin-top:0}.re-single-price,.re-contact-box{background:#fff;border-radius:12px;padding:15px;margin:18px 0;box-shadow:0 4px 14px #0001;font-weight:800}.re-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fff;padding:16px;border-radius:12px}.re-share{margin-top:18px}

/* Blog */
.re-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:40px 0}.re-blog-card{border:1px solid #eee;box-shadow:0 4px 14px #0001;background:#fff;border-radius:14px;overflow:hidden}.re-blog-card img{width:100%;height:230px;object-fit:cover}.re-blog-card>div{padding:22px}.re-blog-card span,.re-blog-card h2 a{color:var(--re-accent);text-decoration:none}.re-blog-card h2{font-size:22px;line-height:1.7}

/* Footer */
.re-footer-v2{margin-top:40px}
.re-footer-info-bar{background:var(--re-accent);padding:20px 0}
.re-footer-info-inner{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:center;
  gap:20px;
}
.re-footer-contact-mini{
  color:#fff;
  font-size:16px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:8px;
}
.re-footer-contact-mini .dashicons,
.re-footer-main .dashicons{width:18px;height:18px;font-size:18px}
.re-footer-logo{justify-self:end}
.re-footer-logo-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  min-height:56px;
  border-radius:40px;
  background:#f2efe9;
  color:#98c4c9;
  font-size:22px;
  font-weight:900;
  letter-spacing:.5px;
  padding:0 24px;
}
.re-footer-main{background:#2c2c2c;color:#f2f2f2;padding:26px 0}
.re-footer-main-grid{display:grid;grid-template-columns:1.3fr 1.1fr .9fr;gap:36px}
.re-footer-col h3{font-size:20px;margin:0 0 16px;color:#f0f0f0}
.re-footer-col p{margin:0 0 10px;line-height:2;color:#ececec;font-size:15px}
.re-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}
.re-footer-links a{color:var(--re-accent);text-decoration:none;font-size:18px}
.re-footer-links a:hover{text-decoration:underline}
.re-footer-bottom-bar{background:var(--re-black);padding:18px 0}
.re-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.re-footer-credit{color:#fff;font-size:17px;line-height:1.7;text-align:left}
.re-footer-credit a{color:#fff;text-decoration:none;font-weight:700}
.re-footer-socials a{background:#f3efe7;color:#444}

/* Modal and messages */
.re-auth-modal{border-radius:18px;background:#fbfbfb}
.re-auth-modal .modal-header{border-bottom:1px solid #ededed}
.re-auth-modal .modal-title{font-weight:800}
.re-auth-modal .nav-tabs{border-bottom:1px solid #ececec}
.re-auth-modal .nav-link{color:#666;border:0;background:transparent}
.re-auth-modal .nav-link.active{color:var(--re-accent);font-weight:800;border-bottom:2px solid var(--re-accent)}
.re-btn,.re-small-btn{background:var(--re-accent);border:0;border-radius:11px;padding:11px 20px;color:#fff!important;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;font-weight:700;cursor:pointer}
.re-btn:hover,.re-small-btn:hover{background:var(--re-accent-dark);color:#fff!important}
.re-auth-required{margin:70px auto;text-align:center;padding:30px;border:1px solid #eee;border-radius:14px}.re-404{min-height:68vh;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 40%,#f4fbfb,#fff)}.re-404-code{font-size:140px;font-weight:900;line-height:1;color:var(--re-accent);text-shadow:0 10px 0 #e3f3f4}.re-404-actions{display:flex;gap:12px;justify-content:center;margin-top:24px}.re-btn-outline{background:#fff;color:var(--re-accent)!important;border:2px solid var(--re-accent)}#rePropertyMsg,#rePostMsg,#reLoginMsg,#reRegMsg,#reContactMsg{margin-top:12px}.re-msg-ok{color:#198754}.re-msg-err{color:#dc3545}

@media (max-width:1100px){
  .re-header-row{grid-template-columns:1fr auto auto;gap:14px}
  .re-main-nav{gap:28px}
  .re-main-nav a{font-size:15px}
  .re-footer-main-grid{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width:980px){
  .re-main-nav{display:none}
  .re-mobile-toggle{display:inline-flex}
  .re-mobile-panel{display:none}
  .re-grid,.re-blog-grid{grid-template-columns:1fr 1fr}
  .re-search-layout{grid-template-columns:1fr}
  .re-filter{position:static}
  .re-list{grid-template-columns:1fr}
  .re-search-card-grid{grid-template-columns:1fr 1fr;gap:20px}
  .re-single-property{grid-template-columns:1fr}
  .re-property-side{position:static}
  .re-dashboard{grid-template-columns:1fr}
  .re-dashboard aside{border:0;flex-direction:row;overflow:auto}
  .re-footer-info-inner{grid-template-columns:1fr;justify-items:center;text-align:center}
  .re-footer-logo{justify-self:center}
  .re-footer-main-grid{grid-template-columns:1fr}
  .re-footer-bottom-inner{flex-direction:column-reverse}
  .re-footer-credit{text-align:center}
  .re-hero h1{font-size:31px}
}
@media (max-width:640px){
  .re-container{width:min(94%,94%)}
  .re-header-row{grid-template-columns:1fr auto;min-height:66px}
  .re-brand-wrap{order:2;justify-self:end}
  .re-header-left{order:1;justify-self:start;gap:8px}
  .re-header-socials{display:none}
  .re-register-btn{padding:0 12px;font-size:13px;min-height:36px}
  .re-brand-title{font-size:15px}
  .re-grid,.re-blog-grid{grid-template-columns:1fr}
  .re-list .re-property-card{grid-template-columns:120px 1fr}
  .re-search-card-grid{grid-template-columns:1fr;gap:18px}
  .re-search-card-grid .re-home-card-image{height:220px}
  .re-card-img{height:190px}.re-list .re-card-img{min-height:170px}.re-card-meta{font-size:11px}
  .re-hero,.re-hero-overlay{min-height:360px}.re-hero h1{font-size:25px;text-align:center;padding:0 20px}.re-hero form{flex-direction:column}.re-hero button{padding:12px}
  .re-dash-item img{width:130px;height:95px}
  .re-404-code{font-size:100px}
  .re-footer-logo-main{min-width:180px;font-size:18px;min-height:48px}
  .re-footer-contact-mini{font-size:14px}
  .re-footer-links{grid-template-columns:1fr 1fr}
}


@media (max-width:980px){
  .re-home-hero{height:390px}
  .re-home-grid{grid-template-columns:1fr 1fr;gap:22px}
}
@media (max-width:640px){
  .re-home-hero{height:280px}
  .re-home-hero h1{font-size:24px;text-align:center;padding:0 18px;line-height:1.8}
  .re-home-grid{grid-template-columns:1fr;gap:18px}
  .re-home-card-image{height:220px}
  .re-home-card-meta-row{grid-template-columns:1fr;gap:10px}
  .re-home-card-meta-top{padding-bottom:14px}
  .re-home-card-meta-bottom{padding-top:14px}
}

/* Sale / rent fields and prices */
.re-rent-price-field{display:none}
.re-rent-price{display:flex;flex-wrap:wrap;gap:8px 16px}
.re-rent-price span{display:inline-flex;align-items:center;gap:4px}
.re-home-rent-pill{display:flex;gap:10px;align-items:center;white-space:nowrap}
.re-home-rent-pill small{font-size:12px;font-weight:700}
.re-single-rent-price{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.re-single-rent-price>div{background:#f8f8f7;border-radius:10px;padding:10px;text-align:center}
.re-single-rent-price small{display:block;color:#777;margin-bottom:5px}
.re-single-rent-price b{display:block;color:#222}
@media(max-width:640px){.re-single-rent-price{grid-template-columns:1fr}.re-home-rent-pill{gap:6px}.re-home-rent-pill small{font-size:11px}}


/* Multiple image gallery + upload progress */
.re-gallery-label small{display:block;margin-top:8px;color:#777;font-weight:400;line-height:1.8}
.re-gallery-preview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}
.re-gallery-preview-item{border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;background:#fff;min-width:0}
.re-gallery-preview-item img{width:100%;height:105px;object-fit:cover;display:block}
.re-gallery-preview-item span{display:block;padding:7px 8px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#555}
.re-existing-gallery{margin-top:16px}.re-existing-gallery>strong{display:block;margin-bottom:10px}
.re-existing-gallery-grid{display:flex;gap:10px;flex-wrap:wrap}.re-existing-gallery-img{width:90px;height:70px;object-fit:cover;border-radius:10px;border:1px solid #ddd}
.re-upload-progress-wrap{margin-top:18px;padding:15px;border:1px solid #e6e6e6;border-radius:13px;background:#fbfbfb}
.re-upload-progress-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:13px}.re-upload-progress-head strong{color:var(--re-accent-dark);font-size:15px}
.re-upload-progress{height:12px;background:#e7e7e7;border-radius:999px;overflow:hidden}.re-upload-progress span{display:block;height:100%;background:var(--re-accent);width:0;transition:width .18s linear}
.re-upload-status{font-size:12px;color:#666;margin-top:8px}
.re-submit-property-btn{gap:10px;min-width:225px}.re-submit-property-btn:disabled{opacity:.72;cursor:wait}
.re-submit-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:re8899spin .8s linear infinite}.re-submit-property-btn.is-loading .re-submit-spinner{display:inline-block}
@keyframes re8899spin{to{transform:rotate(360deg)}}
.re-property-gallery{margin-bottom:22px}.re-property-carousel{border-radius:16px;overflow:hidden;background:#f2f2f2}.re-property-carousel .carousel-item img{width:100%;height:560px;object-fit:cover}.re-gallery-counter{position:absolute;left:16px;bottom:16px;background:rgba(0,0,0,.65);color:#fff;padding:6px 11px;border-radius:999px;font-size:13px}.re-property-carousel .carousel-control-prev,.re-property-carousel .carousel-control-next{width:58px}.re-property-carousel .carousel-control-prev-icon,.re-property-carousel .carousel-control-next-icon{background-color:rgba(0,0,0,.45);border-radius:50%;background-size:55%;width:42px;height:42px}.re-gallery-thumbs{display:flex;gap:9px;padding:12px;background:#fff;overflow-x:auto}.re-gallery-thumbs button{border:2px solid transparent;padding:0;border-radius:9px;overflow:hidden;background:none;flex:0 0 auto}.re-gallery-thumbs button.active{border-color:var(--re-accent)}.re-gallery-thumbs img{width:76px!important;height:58px!important;object-fit:cover!important;display:block}
@media(max-width:980px){.re-gallery-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.re-property-carousel .carousel-item img{height:430px}}
@media(max-width:640px){.re-gallery-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.re-gallery-preview-item img{height:95px}.re-property-carousel .carousel-item img{height:300px}.re-property-carousel .carousel-control-prev,.re-property-carousel .carousel-control-next{width:48px}.re-gallery-thumbs img{width:64px!important;height:50px!important}}

/* Property amenities */
.re-features-select-box{border:1px solid #e6e2da;border-radius:16px;background:#fbfbfa;padding:18px}
.re-features-select-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:16px}
.re-features-select-head h3{margin:0;font-size:19px}.re-features-select-head small{color:#777}
.re-features-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.re-feature-check{display:flex!important;align-items:center;gap:9px;margin:0!important;padding:11px 12px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;cursor:pointer;font-weight:600!important}
.re-feature-check input{width:auto!important;margin:0!important;accent-color:var(--re-accent)}
.re-feature-mini-icon{width:24px;height:24px;border-radius:8px;background:#eef7f8;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px}
.re-feature-mini-icon svg{width:15px;height:15px;fill:var(--re-accent-dark)}
.re-apartment-box{border:1px solid #dfecef;background:#f8fcfc;border-radius:16px;padding:18px}
.re-apartment-box h3{font-size:18px;margin:0 0 12px;color:#5d8d93}
.re-single-features-section h2{margin-bottom:18px}
.re-single-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.re-single-feature-item{display:flex;align-items:center;gap:10px;border:1px solid #e8e4de;border-radius:12px;padding:12px;background:#fff}
.re-single-feature-icon{width:34px;height:34px;border-radius:10px;background:#eef7f8;display:flex;align-items:center;justify-content:center;flex:0 0 34px}
.re-single-feature-icon svg{width:20px;height:20px;fill:var(--re-accent-dark)}
@media(max-width:980px){.re-features-check-grid,.re-single-features-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.re-features-select-head{align-items:flex-start;flex-direction:column}.re-features-check-grid,.re-single-features-grid{grid-template-columns:1fr}}

/* v1.0.8 - advanced property filters */
.re-filter-form{display:flex;flex-direction:column;gap:3px}
.re-filter h3{font-size:21px;margin:0 0 18px;font-weight:800}
.re-filter select{cursor:pointer}
.re-filter-two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.re-filter-features{margin:8px 0 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:14px 0}
.re-filter-features-title{font-size:14px;font-weight:800;margin-bottom:10px}
.re-filter-feature-list{display:grid;grid-template-columns:1fr;gap:7px;max-height:240px;overflow:auto;padding-left:4px}
.re-filter-feature-item{display:flex!important;align-items:center;gap:8px;margin:0!important;padding:7px 9px;border:1px solid #eee;border-radius:9px;background:#fafafa;font-weight:500!important;cursor:pointer}
.re-filter-feature-item input{width:16px!important;height:16px!important;margin:0!important;accent-color:var(--re-accent);flex:0 0 auto}
.re-filter-feature-item span{font-size:13px;line-height:1.5}
.re-filter-actions{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-top:5px}
.re-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;border:1px solid #ddd;border-radius:11px;color:#666;text-decoration:none;font-size:13px;white-space:nowrap}
.re-filter-reset:hover{border-color:var(--re-accent);color:var(--re-accent)}
.re-no-results{padding:35px;text-align:center;background:#fafafa;border:1px dashed #ddd;border-radius:14px;color:#777}
@media(max-width:480px){.re-filter-two-col{grid-template-columns:1fr}.re-filter-actions{grid-template-columns:1fr}.re-filter-reset{width:100%}}


.re-filter-price-heading{font-weight:800;color:#444;margin:8px 0 10px;padding-top:4px;border-top:1px solid #eee}
.re-filter-rent-prices{background:#f8fbfb;border:1px solid #e1eff0;border-radius:12px;padding:12px;margin:10px 0 14px}

.re-footer-info-bar{position:relative;z-index:1;margin-top:18px;padding:32px 0 22px;clip-path:polygon(0 10%,100% 0,100% 100%,0 100%)}
@media(max-width:640px){.re-footer-info-bar{clip-path:polygon(0 5%,100% 0,100% 100%,0 100%);padding-top:28px}}


/* v1.0.19 - Single blog post matching supplied reference */
.re8899-blog-single-body{background:#f7f3ed!important}
.re-blog-single-main{
  background:#f7f3ed;
  padding:18px 0 48px;
}
.re-blog-reference-layout{
  display:grid;
  grid-template-columns:minmax(0,2.15fr) 340px;
  grid-template-areas:"main side";
  gap:30px;
  align-items:start;
  direction:ltr;
}
.re-blog-reference-main{
  grid-area:main;
  min-width:0;
  direction:rtl;
}
.re-blog-reference-sidebar{
  grid-area:side;
  min-width:0;
  direction:rtl;
  position:sticky;
  top:92px;
}
.re-blog-breadcrumb{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  min-height:42px;
  margin:0 6px 12px;
  color:#4d4945;
  font-size:14px;
  white-space:nowrap;
  overflow:hidden;
}
.re-blog-breadcrumb a{
  color:#d66072;
  text-decoration:none;
  font-weight:700;
}
.re-blog-breadcrumb span:last-child{
  overflow:hidden;
  text-overflow:ellipsis;
}
.re-blog-title-card{
  background:#fffdf9;
  border:1px solid #ddd7ce;
  border-radius:13px;
  box-shadow:0 3px 9px rgba(0,0,0,.12);
  padding:13px 20px;
  margin-bottom:22px;
  text-align:right;
}
.re-blog-title-card h1{
  margin:0;
  font-size:21px;
  line-height:1.9;
  color:#2f2d2b;
  font-weight:900;
}
.re-blog-article-card{
  background:#fffdf9;
  border:1px solid #d9d3ca;
  border-radius:14px;
  box-shadow:0 3px 10px rgba(0,0,0,.14);
  padding:20px 28px 34px;
  color:#373431;
  font-size:17px;
  line-height:2.05;
}
.re-blog-article-card p{
  margin:0 0 18px;
}
.re-blog-article-card h2{
  font-size:27px;
  line-height:1.7;
  margin:4px 0 15px;
  color:#2e2d2b;
  font-weight:900;
}
.re-blog-article-card h3{
  font-size:21px;
  line-height:1.8;
  margin:20px 0 10px;
  color:#34312e;
  font-weight:900;
}
.re-blog-article-card img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  margin:12px auto 20px;
  border-radius:0;
}
.re-blog-article-card figure{
  margin:12px auto 20px;
  max-width:100%;
}
.re-blog-article-card ul,
.re-blog-article-card ol{
  padding-right:25px;
  margin:10px 0 20px;
}
.re-blog-article-card li{margin-bottom:8px}
.re-blog-article-card blockquote{
  border-right:4px solid var(--re-accent);
  background:#f4f1eb;
  margin:20px 0;
  padding:14px 18px;
}
.re-blog-post-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  color:#85807a;
  font-size:13px;
  padding:12px 8px 0;
}
.re-toc-card{
  background:#fffdf9;
  border:1px solid #77716b;
  border-radius:2px;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
  overflow:hidden;
  margin-bottom:20px;
}
.re-toc-head{
  min-height:64px;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 20px;
  border-bottom:1px solid #85807a;
}
.re-toc-head strong{
  color:#9bcdd1;
  font-size:18px;
  font-weight:900;
  direction:ltr;
}
.re-toc-toggle{
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:#191919;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}
.re-toc-toggle .dashicons{
  font-size:26px;
  width:26px;
  height:26px;
  transition:transform .2s ease;
}
.re-toc-toggle.is-collapsed .dashicons{transform:rotate(180deg)}
.re-toc-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:18px 24px 22px;
  max-height:460px;
  overflow:auto;
}
.re-toc-list.is-collapsed{display:none}
.re-toc-list a{
  color:#77716c;
  text-decoration:none;
  font-size:15px;
  line-height:1.65;
}
.re-toc-list a:hover{color:var(--re-accent-dark)}
.re-toc-level-3{padding-right:16px;font-size:14px!important}
.re-toc-empty{color:#8d8882;font-size:14px}
.re-related-blog-card{
  background:#e9e4dc;
  border:1px solid #d4cec4;
  overflow:hidden;
  box-shadow:0 4px 13px rgba(0,0,0,.12);
}
.re-related-image{
  display:block;
  background:#fff;
}
.re-related-image img{
  display:block;
  width:100%;
  height:218px;
  object-fit:cover;
}
.re-related-content{
  padding:17px 18px 20px;
  text-align:center;
}
.re-related-content h3{
  margin:0 0 4px;
  font-size:18px;
  line-height:1.75;
  font-weight:700;
}
.re-related-content h3 a{
  color:#a9d0d2;
  text-decoration:none;
}
.re-related-date{
  color:#a6a19a;
  font-size:12px;
  margin-bottom:11px;
}
.re-related-content p{
  color:#625e59;
  font-size:13px;
  line-height:1.95;
  margin:0;
}
.re-blog-comments{
  margin-top:25px;
  background:#fff;
  border:1px solid #e3ddd5;
  border-radius:12px;
  padding:20px;
}
@media(max-width:980px){
  .re-blog-reference-layout{
    grid-template-columns:1fr;
    grid-template-areas:"main" "side";
    direction:rtl;
  }
  .re-blog-reference-sidebar{
    position:static;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
}
@media(max-width:640px){
  .re-blog-single-main{padding-top:10px}
  .re-blog-reference-layout{gap:18px}
  .re-blog-breadcrumb{
    margin:0 2px 10px;
    font-size:12px;
  }
  .re-blog-title-card{
    padding:11px 14px;
    margin-bottom:14px;
  }
  .re-blog-title-card h1{font-size:18px}
  .re-blog-article-card{
    padding:18px 16px 24px;
    font-size:15px;
    line-height:2;
  }
  .re-blog-article-card h2{font-size:22px}
  .re-blog-article-card h3{font-size:18px}
  .re-blog-reference-sidebar{grid-template-columns:1fr}
  .re-related-image img{height:200px}
}

/* v1.0.20 - styled blog links, pagination and previous/next navigation */
.re-blog-card-image-link{display:block;overflow:hidden;background:#f5f2ec}
.re-blog-card-image-link img{display:block;width:100%;height:230px;object-fit:cover;transition:transform .25s ease}
.re-blog-card:hover .re-blog-card-image-link img{transform:scale(1.035)}
.re-blog-badge{display:inline-flex!important;align-items:center;justify-content:center;background:#eef8f8;color:var(--re-accent-dark)!important;border:1px solid #d9eeee;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:800;margin-bottom:10px}
.re-blog-title-link{display:block;color:#34312e!important;text-decoration:none!important;border-radius:8px;padding:2px 0;transition:.2s ease}
.re-blog-title-link:hover{color:var(--re-accent-dark)!important}
.re-blog-readmore{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:40px;margin-top:8px;padding:8px 15px;border-radius:10px;background:var(--re-accent);color:#fff!important;text-decoration:none!important;font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.08)}
.re-blog-readmore:hover{background:var(--re-accent-dark);transform:translateY(-1px)}
.re-blog-readmore .dashicons{font-size:17px;width:17px;height:17px}

.re-blog-pagination{display:flex;justify-content:center;align-items:center;margin:14px 0 44px}
.re-blog-pagination .page-numbers{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.re-blog-pagination .page-numbers li{margin:0}
.re-blog-pagination .page-numbers a,
.re-blog-pagination .page-numbers span.current{
  min-width:42px;height:42px;padding:0 12px;border-radius:11px;border:1px solid #dcd7cf;background:#fff;color:#555!important;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.05)
}
.re-blog-pagination .page-numbers a:hover{background:#eff8f8;border-color:#b9dfe2;color:var(--re-accent-dark)!important;transform:translateY(-1px)}
.re-blog-pagination .page-numbers span.current{background:var(--re-accent);border-color:var(--re-accent);color:#fff!important}
.re-blog-pagination .prev,
.re-blog-pagination .next{min-width:84px!important}
.re-blog-pagination .dashicons{font-size:17px;width:17px;height:17px}

.re-single-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0 8px}
.re-single-post-nav-btn{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border:1px solid #ddd7ce;border-radius:13px;background:#fffdf9;color:#35312e!important;text-decoration:none!important;box-shadow:0 3px 10px rgba(0,0,0,.08);transition:.2s ease}
.re-single-post-nav-btn:hover{border-color:#b9dfe2;background:#f3fbfb;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.1)}
.re-single-post-nav .re-nav-icon{flex:0 0 auto;width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--re-accent);color:#fff;font-size:19px}
.re-single-post-nav .re-nav-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.re-single-post-nav .re-nav-copy small{color:#99918a;font-size:11px;font-weight:700}
.re-single-post-nav .re-nav-copy strong{color:#3b3733;font-size:14px;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.re-single-post-next{text-align:left}
.re-single-post-next .re-nav-copy{align-items:flex-end}
.re-single-post-prev{text-align:right}
.re-single-post-spacer{display:block}

/* Make breadcrumb and TOC links look intentionally interactive instead of raw text */
.re-blog-breadcrumb a{display:inline-flex;align-items:center;min-height:30px;padding:4px 9px;border-radius:8px;background:#fff;border:1px solid #eadfe1;box-shadow:0 1px 5px rgba(0,0,0,.04)}
.re-blog-breadcrumb a:hover{background:#fff4f6;color:#bb4054}
.re-toc-list a{display:block;padding:7px 9px;border-radius:8px;border:1px solid transparent}
.re-toc-list a:hover{background:#f2f9f9;border-color:#d8ebec}
.re-related-content h3 a{display:inline-block;padding:3px 7px;border-radius:7px}
.re-related-content h3 a:hover{background:#f4fbfb;color:var(--re-accent-dark)!important}

@media(max-width:640px){
  .re-blog-pagination .page-numbers{gap:6px}
  .re-blog-pagination .page-numbers a,.re-blog-pagination .page-numbers span.current{min-width:38px;height:38px;padding:0 10px}
  .re-blog-pagination .prev,.re-blog-pagination .next{min-width:74px!important;font-size:12px}
  .re-single-post-nav{grid-template-columns:1fr}
  .re-single-post-nav-spacer{display:none}
  .re-single-post-nav-btn{padding:13px 14px}
}


/* v1.0.21 - premium comments + 50-post pagination */
.re-blog-comments{margin-top:30px;padding:0;background:transparent;border:0;box-shadow:none}
.re-comments-area{background:#fffdf9;border:1px solid #ddd7ce;border-radius:18px;box-shadow:0 5px 18px rgba(0,0,0,.08);padding:24px;overflow:hidden}
.re-comments-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid #eee8df}
.re-comments-kicker{display:block;color:var(--re-accent-dark);font-size:13px;font-weight:800;margin-bottom:5px}
.re-comments-heading h2{margin:0;color:#302d29;font-size:22px;font-weight:900}
.re-comments-icon{width:46px!important;height:46px!important;font-size:24px!important;display:inline-flex!important;align-items:center;justify-content:center;border-radius:14px;background:#edf8f8;color:var(--re-accent-dark)}
.re-comment-list,.re-comment-list .children{list-style:none;margin:0;padding:0}
.re-comment-list .children{margin:14px 46px 0 0;padding-right:18px;border-right:2px solid #e2f0f0}
.re-comment-item{margin:0 0 16px}
.re-comment-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;padding:17px;background:#fff;border:1px solid #ebe6de;border-radius:15px;transition:.2s ease}
.re-comment-card:hover{border-color:#cae7e9;box-shadow:0 4px 14px rgba(0,0,0,.045)}
.re-comment-avatar-img{display:block;width:54px;height:54px;object-fit:cover;border-radius:50%;border:3px solid #eef7f7}
.re-comment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.re-comment-author{display:block;color:#312e2a;font-size:15px;font-weight:900}
.re-comment-date{display:flex;align-items:center;gap:5px;margin-top:4px;color:#99938b;font-size:11px}
.re-comment-text{margin-top:11px;color:#56514b;font-size:14px;line-height:2}
.re-comment-text p:last-child{margin-bottom:0}
.re-comment-reply-wrap a,.re-cancel-reply a,.re-comment-logged-in a{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;padding:6px 11px;border:1px solid #cfe7e9;border-radius:10px;background:#f3fbfb;color:#4f858a!important;text-decoration:none!important;font-size:12px;font-weight:800;transition:.2s ease}
.re-comment-reply-wrap a:hover,.re-cancel-reply a:hover,.re-comment-logged-in a:hover{background:var(--re-accent);color:#fff!important;border-color:var(--re-accent);transform:translateY(-1px)}
.re-comment-reply-wrap .dashicons{width:15px;height:15px;font-size:15px}
.re-comment-awaiting{margin:10px 0 0;padding:9px 12px;background:#fff8dc;border:1px solid #f0dfa2;border-radius:9px;color:#806d2b;font-size:12px}
.re-comment-form-wrap{margin-top:25px;padding:22px;border-radius:16px;background:#f8f6f1;border:1px solid #e7e0d7}
.re-comment-form-title{display:flex;align-items:center;gap:9px;margin-bottom:8px}
.re-comment-form-title .dashicons{width:30px;height:30px;font-size:19px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#e7f5f5;color:var(--re-accent-dark)}
.re-comment-form-title h3{margin:0;color:#312e2b;font-size:19px;font-weight:900}
.re-comment-notes{color:#8b857d;font-size:12px;margin:0 0 16px}
.re-comment-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.re-comment-form .re-comment-field-message,.re-comment-form .comment-form-comment,.re-comment-form .re-comment-notes,.re-comment-form .re-comment-logged-in,.re-comment-form .re-comment-submit-row,.re-comment-form .comment-form-cookies-consent{grid-column:1/-1}
.re-comment-field label{display:block;margin-bottom:7px;color:#4d4843;font-size:13px;font-weight:800}
.re-comment-field label span{color:#cf5267}
.re-comment-field label small{color:#9a948c;font-weight:400}
.re-comment-field input,.re-comment-field textarea{width:100%;min-height:44px;border:1px solid #dcd6ce;border-radius:11px;padding:11px 13px;background:#fff;color:#333;font:inherit;outline:0;transition:.2s ease}
.re-comment-field textarea{resize:vertical;min-height:130px}
.re-comment-field input:focus,.re-comment-field textarea:focus{border-color:var(--re-accent);box-shadow:0 0 0 3px rgba(158,206,212,.18)}
.re-comment-submit-row{display:flex;align-items:center;justify-content:flex-start;margin-top:3px}
.re-comment-submit{min-height:46px;border:0;border-radius:12px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--re-accent);color:#fff;font-family:inherit;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 5px 14px rgba(103,166,172,.2);transition:.2s ease}
.re-comment-submit:hover{background:var(--re-accent-dark);transform:translateY(-1px);box-shadow:0 7px 16px rgba(103,166,172,.27)}
.re-comment-submit:active{transform:translateY(0)}
.re-comment-submit .dashicons{width:18px;height:18px;font-size:18px}
.re-comment-logged-in{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#66615a;font-size:13px}
.re-cancel-reply{margin:8px 0 12px}
.re-comments-closed{padding:14px;border-radius:11px;background:#f3f1ed;color:#777169;text-align:center;font-size:13px}
.re-comment-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin:20px 0}
.re-comment-pagination a,.re-comment-pagination .current{min-width:39px;min-height:39px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #d8e9ea;border-radius:10px;background:#fff;color:#527d81!important;text-decoration:none!important;font-size:12px;font-weight:800;transition:.2s ease}
.re-comment-pagination a:hover,.re-comment-pagination .current{background:var(--re-accent);border-color:var(--re-accent);color:#fff!important}
.re-comment-pagination .dashicons{width:16px;height:16px;font-size:16px}
.re-blog-card a,.re-single-post-nav a,.re-toc-card a,.re-related-blog-card a,.re-blog-pagination a,.re-comment-card a,.re-comment-form-wrap a{cursor:pointer}
.re-blog-title-link:focus-visible,.re-related-content h3 a:focus-visible,.re-toc-list a:focus-visible,.re-comment-reply-wrap a:focus-visible,.re-comment-submit:focus-visible,.re-blog-readmore:focus-visible,.re-single-post-nav-btn:focus-visible{outline:3px solid rgba(158,206,212,.45);outline-offset:3px}
@media(max-width:700px){.re-comments-area{padding:16px}.re-comment-list .children{margin-right:16px;padding-right:10px}.re-comment-card{grid-template-columns:42px minmax(0,1fr);padding:13px}.re-comment-avatar-img{width:42px;height:42px}.re-comment-head{flex-direction:column}.re-comment-form{grid-template-columns:1fr}.re-comment-form-wrap{padding:16px}.re-comment-submit{width:100%}}


/* v1.0.22 - Contact map and notice-board label */
.re-contact-row{align-items:stretch}
.re-contact-left-stack{
  height:100%;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.re-contact-info-box{
  margin:0!important;
}
.re-contact-form-card{
  height:100%;
  min-height:470px;
  display:flex;
  flex-direction:column;
  gap:10px;
  background:#fff;
  border:1px solid #e8e4de;
  border-radius:16px;
  padding:24px;
  box-shadow:0 4px 14px #0000000a;
}
.re-contact-form-card textarea{
  flex:1;
  min-height:190px;
  resize:vertical;
}
.re-contact-form-card .re-btn{
  align-self:flex-start;
}
.re-contact-map-wrap{
  flex:1;
  min-height:220px;
  max-height:320px;
  overflow:hidden;
  border-radius:16px;
}
.re-contact-map{
  height:100%!important;
  min-height:220px;
  max-height:320px;
  border-radius:16px;
  border:1px solid #d8d4cd;
}
.re-toc-head strong{
  direction:rtl!important;
}
@media(max-width:767px){
  .re-contact-form-card{
    min-height:0;
    margin-top:16px;
  }
  .re-contact-map-wrap,
  .re-contact-map{
    max-height:none;
    height:280px!important;
  }
}


/* v1.0.24 - frontend WordPress post submission */
.re-user-post-box{
  background:#fffdf9;
}
.re-user-post-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.re-user-post-grid label{
  display:block;
  color:#4a4641;
  font-size:13px;
  font-weight:800;
}
.re-user-post-grid input,
.re-user-post-grid select,
.re-user-post-grid textarea{
  width:100%;
  margin-top:7px;
  border:1px solid #ddd7cf;
  border-radius:11px;
  padding:11px 13px;
  background:#fff;
  font:inherit;
  outline:0;
}
.re-user-post-grid input:focus,
.re-user-post-grid select:focus,
.re-user-post-grid textarea:focus{
  border-color:var(--re-accent);
  box-shadow:0 0 0 3px rgba(158,206,212,.18);
}
.re-user-post-full{grid-column:1/-1}
@media(max-width:700px){
  .re-user-post-grid{grid-template-columns:1fr}
  .re-user-post-full{grid-column:auto}
}


/* v1.0.25 - property pagination */
.re-user-property-pagination,
.re-properties-pagination{
  margin:26px 0 8px;
}
.re-user-property-pagination ul,
.re-properties-pagination ul,
.re-pagination ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:7px;
  padding:0;
  margin:0;
}
.re-user-property-pagination li,
.re-properties-pagination li,
.re-pagination li{margin:0}
.re-user-property-pagination a,
.re-user-property-pagination span,
.re-properties-pagination a,
.re-properties-pagination span,
.re-pagination a,
.re-pagination span{
  min-width:40px;
  min-height:40px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d7e8e9;
  border-radius:10px;
  background:#fff;
  color:#557d81!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:800;
  transition:.2s ease;
}
.re-user-property-pagination a:hover,
.re-properties-pagination a:hover,
.re-pagination a:hover,
.re-user-property-pagination .current,
.re-properties-pagination .current,
.re-pagination .current{
  background:var(--re-accent);
  border-color:var(--re-accent);
  color:#fff!important;
  transform:translateY(-1px);
}


/* v1.0.26 - working user account settings */
.re-profile-settings{margin-top:24px}
.re-profile-head{
  display:flex;
  align-items:center;
  gap:16px;
  padding-bottom:18px;
  margin-bottom:20px;
  border-bottom:1px solid #ebe6de;
}
.re-profile-avatar img{
  display:block;
  width:72px;
  height:72px;
  border-radius:50%;
  border:4px solid #edf7f7;
}
.re-profile-head h2{margin:0 0 5px;font-size:21px;font-weight:900}
.re-profile-head p{margin:0;color:#817b74;font-size:13px}
.re-profile-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.re-profile-grid>label{
  display:block;
  color:#4b4742;
  font-size:13px;
  font-weight:800;
}
.re-profile-grid input{
  width:100%;
  min-height:45px;
  margin-top:7px;
  padding:10px 12px;
  border:1px solid #ddd7cf;
  border-radius:11px;
  background:#fff;
  color:#34312e;
  font:inherit;
  outline:0;
  transition:.2s ease;
}
.re-profile-grid input:focus{
  border-color:var(--re-accent);
  box-shadow:0 0 0 3px rgba(158,206,212,.18);
}
.re-profile-grid input:disabled{
  background:#f2f0ec;
  color:#8b857e;
  cursor:not-allowed;
}
.re-profile-grid label small{
  display:block;
  margin-top:6px;
  color:#9b958e;
  font-size:11px;
  font-weight:400;
}
.re-profile-password-title{
  grid-column:1/-1;
  margin-top:8px;
  padding:14px 16px;
  border-radius:12px;
  background:#f1f8f8;
  border-right:4px solid var(--re-accent);
}
.re-profile-password-title h3{margin:0 0 4px;font-size:16px;font-weight:900}
.re-profile-password-title p{margin:0;color:#77716b;font-size:12px}
.re-password-field{
  position:relative;
}
.re-password-field input{
  padding-left:74px;
}
.re-password-toggle{
  position:absolute;
  left:6px;
  top:13px;
  min-width:60px;
  height:33px;
  border:1px solid #d4e7e8;
  border-radius:8px;
  background:#f3fbfb;
  color:#4f858a;
  font:inherit;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}
.re-password-toggle:hover{
  background:var(--re-accent);
  border-color:var(--re-accent);
  color:#fff;
}
.re-profile-submit{
  grid-column:1/-1;
  display:flex;
  justify-content:flex-start;
  padding-top:4px;
}
.re-profile-submit .re-btn{
  min-width:180px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
#reProfileMsg{margin-top:14px}
@media(max-width:700px){
  .re-profile-grid{grid-template-columns:1fr}
  .re-profile-password-title,.re-profile-submit{grid-column:auto}
  .re-profile-head{align-items:flex-start}
  .re-profile-submit .re-btn{width:100%}
}


/* v1.0.27 - property features guidance */
.re-feature-help-note{
  margin:18px 0 12px;
  padding:14px 16px;
  border:1px solid #d9ecee;
  border-right:4px solid var(--re-accent);
  border-radius:12px;
  background:#f5fbfb;
  color:#5a5550;
  line-height:1.9;
}
.re-feature-help-note strong{
  display:block;
  margin-bottom:4px;
  color:#355f63;
  font-size:14px;
  font-weight:900;
}
.re-feature-help-note p{
  margin:2px 0;
  font-size:13px;
}


/* v1.0.30 - homepage ad/property slider */
.re-home-slider-section{
  padding:22px 0 6px;
  background:#fff;
}
.re-home-slider{
  overflow:hidden;
  border-radius:18px;
  box-shadow:0 7px 22px rgba(0,0,0,.10);
  background:#eee;
}
.re-home-slider .carousel-item{
  position:relative;
  height:360px;
}
.re-home-slide-link{
  display:block;
  position:relative;
  width:100%;
  height:100%;
  color:inherit;
  text-decoration:none!important;
}
.re-home-slide-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.re-home-slide-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  padding:34px 38px 38px;
  text-align:right;
  background:linear-gradient(90deg,rgba(0,0,0,.08) 25%,rgba(0,0,0,.64) 100%);
  color:#fff;
}
.re-home-slide-deal{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:5px 13px;
  margin-bottom:8px;
  border-radius:9px;
  background:var(--re-accent);
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.re-home-slide-overlay h2{
  max-width:700px;
  margin:0 0 8px;
  color:#fff;
  font-size:27px;
  line-height:1.7;
  font-weight:900;
  text-shadow:0 2px 6px rgba(0,0,0,.32);
}
.re-home-slide-price{
  margin-bottom:14px;
  font-size:16px;
  font-weight:800;
}
.re-home-slide-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:11px;
  background:#fff;
  color:#355e63;
  font-size:13px;
  font-weight:900;
  transition:.2s ease;
}
.re-home-slide-link:hover .re-home-slide-button{
  background:var(--re-accent);
  color:#fff;
  transform:translateY(-1px);
}
.re-home-slider .carousel-control-prev,
.re-home-slider .carousel-control-next{
  width:54px;
}
.re-home-slider .carousel-control-prev-icon,
.re-home-slider .carousel-control-next-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background-color:rgba(0,0,0,.42);
  background-size:18px 18px;
}
.re-home-slider .carousel-indicators [data-bs-target]{
  width:28px;
  height:5px;
  border:0;
  border-radius:10px;
}
@media(max-width:768px){
  .re-home-slider-section{padding-top:14px}
  .re-home-slider .carousel-item{height:250px}
  .re-home-slide-overlay{padding:22px 24px 28px}
  .re-home-slide-overlay h2{font-size:20px}
  .re-home-slide-price{font-size:13px}
}
@media(max-width:480px){
  .re-home-slider .carousel-item{height:210px}
  .re-home-slide-overlay h2{font-size:17px}
  .re-home-slide-overlay{padding:18px 18px 24px}
  .re-home-slide-button{min-height:36px;padding:0 13px;font-size:12px}
}


/* v1.0.31 - homepage slider replaces old hero completely */
.re-home-hero{display:none!important}
.re-home-slider-section.re-home-slider-full{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  background:#111;
}
.re-home-slider-full .re-home-slider{
  width:100%;
  max-width:none;
  border-radius:0;
  box-shadow:none;
  margin:0;
}
.re-home-slider-full .re-home-slider .carousel-item{
  height:490px;
}
.re-home-slider-full .re-home-slide-image{
  width:100%;
  height:100%;
  object-fit:cover;
}
.re-home-slider-full .re-home-slide-overlay{
  padding-right:max(5vw,32px);
  padding-left:max(5vw,32px);
}
.re-home-slider-full + .re-home-featured-section{
  padding-top:28px;
}
@media(max-width:900px){
  .re-home-slider-full .re-home-slider .carousel-item{height:390px}
}
@media(max-width:640px){
  .re-home-slider-full .re-home-slider .carousel-item{height:280px}
  .re-home-slider-full .re-home-slide-overlay{
    padding:22px 18px 28px;
  }
}


/* v1.0.32 - slider width matches featured properties block */
.re-home-slider-section{
  width:100%;
  margin:0;
  padding:22px 0 6px;
  background:#fff;
}
.re-home-slider-section .re-container{
  width:min(1240px,94%);
  margin:auto;
}
.re-home-slider-section .re-home-slider{
  width:100%;
  max-width:none;
  margin:0;
  overflow:hidden;
  border-radius:var(--re-radius,14px);
  box-shadow:0 7px 22px rgba(0,0,0,.10);
  background:#eee;
}
.re-home-slider-section .re-home-slider .carousel-item{
  height:420px;
}
.re-home-slider-section .re-home-slide-image{
  width:100%;
  height:100%;
  object-fit:cover;
}
.re-home-slider-section .re-home-slide-overlay{
  border-radius:inherit;
}
@media(max-width:900px){
  .re-home-slider-section .re-home-slider .carousel-item{height:340px}
}
@media(max-width:640px){
  .re-home-slider-section{padding-top:14px}
  .re-home-slider-section .re-home-slider .carousel-item{height:250px}
}


/* v1.0.33 - slider exactly matches 4 featured cards width + double height */
.re-home-slider-section .re-container{
  width:min(1400px,94%)!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.re-home-slider-section .re-home-slider{
  width:100%!important;
  border-radius:16px!important;
}
.re-home-slider-section .re-home-slider .carousel-item{
  height:840px!important;
}
@media(max-width:900px){
  .re-home-slider-section .re-home-slider .carousel-item{
    height:680px!important;
  }
}
@media(max-width:640px){
  .re-home-slider-section .re-home-slider .carousel-item{
    height:500px!important;
  }
}


/* v1.0.34 - thin moving white line around homepage slider */
.re-home-slider-section .re-home-slider{
  position:relative;
  isolation:isolate;
}
.re-home-slider-section .re-home-slider::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:20;
  pointer-events:none;
  border-radius:inherit;
  padding:1px;
  background:
    conic-gradient(
      from var(--re-slider-border-angle,0deg),
      transparent 0deg,
      transparent 300deg,
      rgba(255,255,255,.15) 312deg,
      rgba(255,255,255,1) 330deg,
      rgba(255,255,255,1) 342deg,
      transparent 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:reSliderWhiteBorder 4s linear infinite;
}
@property --re-slider-border-angle{
  syntax:"<angle>";
  initial-value:0deg;
  inherits:false;
}
@keyframes reSliderWhiteBorder{
  to{--re-slider-border-angle:360deg}
}

/* Fallback for browsers without @property animation */
@supports not (background:conic-gradient(from 0deg, red, blue)){
  .re-home-slider-section .re-home-slider::before{
    background:transparent;
    border:1px solid rgba(255,255,255,.75);
  }
}

@media (prefers-reduced-motion:reduce){
  .re-home-slider-section .re-home-slider::before{
    animation:none;
    background:rgba(255,255,255,.65);
  }
}


/* v1.0.35 - slider width truly matches the 4 featured cards */
.re-home-slider-section{
  width:100vw!important;
  max-width:none!important;
  margin-right:calc(50% - 50vw)!important;
  margin-left:calc(50% - 50vw)!important;
}
.re-home-slider-section .re-container{
  width:min(1400px,94%)!important;
  max-width:none!important;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
.re-home-slider-section .re-home-slider{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}


/* v1.0.36 - property comments use the same premium style as blog comments */
.re-property-comments{
  margin-top:26px!important;
  width:100%;
}
.re-property-comments .re-comments-area{
  width:100%;
  margin:0;
}
.re-property-comments .re-comment-pagination{
  margin:22px 0 4px;
}
.re-property-comments .re-comment-pagination a,
.re-property-comments .re-comment-pagination .current{
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}
@media(max-width:700px){
  .re-property-comments{margin-top:18px!important}
}


/* v1.0.37 - blog article button text color */
.re-blog-readmore,
.re-blog-card .re-blog-readmore,
a.re-blog-readmore{
  color:#111!important;
}
.re-blog-readmore:hover,
.re-blog-card .re-blog-readmore:hover,
a.re-blog-readmore:hover{
  color:#111!important;
}


/* v1.0.38 - make the visible blog card button text readable */
.re-blog-card .re-blog-card-button,
.re-blog-card .re-blog-readmore,
.re-blog-card a.re-blog-readmore,
.re-blog-card a[class*="readmore"],
.re-blog-card .re-btn,
.re-blog-card a.re-btn{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  opacity:1!important;
  text-shadow:none!important;
}
.re-blog-card .re-blog-card-button *,
.re-blog-card .re-blog-readmore *,
.re-blog-card a.re-blog-readmore *,
.re-blog-card .re-btn *,
.re-blog-card a.re-btn *{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  opacity:1!important;
}

.re-blog-card .re-blog-card-footer a,
.re-blog-card .re-blog-actions a,
.re-blog-card > a:last-child{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}


/* v1.0.40 - fix gray contact map tiles */
.re-contact-map-wrap{
  flex:0 0 auto!important;
  width:100%!important;
  height:320px!important;
  min-height:320px!important;
  max-height:320px!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#e6e3dc!important;
}
.re-contact-map,
#reContactMap{
  display:block!important;
  width:100%!important;
  height:320px!important;
  min-height:320px!important;
  max-height:320px!important;
  position:relative!important;
  z-index:1!important;
  border-radius:16px!important;
  background:#e6e3dc!important;
}
#reContactMap .leaflet-map-pane,
#reContactMap .leaflet-tile-pane,
#reContactMap .leaflet-tile-container{
  visibility:visible!important;
  opacity:1!important;
}
#reContactMap .leaflet-tile{
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:767px){
  .re-contact-map-wrap,
  .re-contact-map,
  #reContactMap{
    height:280px!important;
    min-height:280px!important;
    max-height:280px!important;
  }
}


/* v1.0.41 - mobile single-property order */
@media(max-width:767px){
  .re-single-property{
    display:flex!important;
    flex-direction:column!important;
  }
  .re-property-content{
    display:contents!important;
  }
  .re-property-gallery{
    order:1!important;
  }
  .re-property-side{
    order:2!important;
    width:100%!important;
  }
  .re-property-details-bottom{
    order:3!important;
    width:100%!important;
  }
  .re-property-details-bottom .re-panel-box,
  .re-property-details-bottom .re-property-comments{
    width:100%!important;
  }
}


/* v1.0.42 - homepage property card meta: 2 columns on mobile */
@media(max-width:640px){
  .re-home-card-meta-box{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    padding:8px 10px!important;
  }

  .re-home-card-meta-row{
    display:contents!important;
  }

  .re-home-card-meta-top{
    padding:0!important;
    border-bottom:0!important;
  }

  .re-home-card-meta-bottom{
    padding:0!important;
  }

  .re-home-card-meta-row span{
    min-width:0!important;
    white-space:normal!important;
    text-align:right!important;
    padding:11px 9px!important;
    border-bottom:1px solid #f0ede8!important;
    font-size:12px!important;
    line-height:1.7!important;
  }

  .re-home-card-meta-box .re-home-card-meta-row span:nth-last-child(-n+2){
    border-bottom:0!important;
  }
}


/* v1.0.44 - remove thin colored side lines from single property image slider */
.re-property-gallery,
.re-property-carousel,
.re-property-carousel .carousel-inner,
.re-property-carousel .carousel-item{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.re-property-carousel{
  position:relative!important;
  overflow:hidden!important;
  border-radius:16px!important;
  padding:0!important;
  margin:0!important;
}

.re-property-carousel .carousel-inner{
  overflow:hidden!important;
  border-radius:inherit!important;
  padding:0!important;
  margin:0!important;
}

.re-property-carousel .carousel-item{
  padding:0!important;
  margin:0!important;
  line-height:0!important;
  transform:none!important;
}

.re-property-carousel .carousel-item img{
  display:block!important;
  width:100%!important;
  height:560px!important;
  max-width:100%!important;
  object-fit:cover!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#f2f2f2!important;
  margin:0!important;
  padding:0!important;
}

@media(max-width:980px){
  .re-property-carousel .carousel-item img{
    height:430px!important;
  }
}
@media(max-width:640px){
  .re-property-carousel .carousel-item img{
    height:300px!important;
  }
}


/* v1.0.45 - force carousel side controls fully transparent on single-property and homepage sliders */
.re-property-carousel .carousel-control-prev,
.re-property-carousel .carousel-control-next,
.re-home-slider .carousel-control-prev,
.re-home-slider .carousel-control-next{
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  z-index:8!important;
  width:58px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
  color:transparent!important;
  opacity:1!important;
  filter:none!important;
  -webkit-tap-highlight-color:transparent!important;
}

.re-home-slider .carousel-control-prev,
.re-home-slider .carousel-control-next{
  width:54px!important;
}

.re-property-carousel .carousel-control-prev:hover,
.re-property-carousel .carousel-control-next:hover,
.re-property-carousel .carousel-control-prev:focus,
.re-property-carousel .carousel-control-next:focus,
.re-property-carousel .carousel-control-prev:active,
.re-property-carousel .carousel-control-next:active,
.re-home-slider .carousel-control-prev:hover,
.re-home-slider .carousel-control-next:hover,
.re-home-slider .carousel-control-prev:focus,
.re-home-slider .carousel-control-next:focus,
.re-home-slider .carousel-control-prev:active,
.re-home-slider .carousel-control-next:active{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
  color:transparent!important;
  opacity:1!important;
}

.re-property-carousel .carousel-control-prev::before,
.re-property-carousel .carousel-control-prev::after,
.re-property-carousel .carousel-control-next::before,
.re-property-carousel .carousel-control-next::after,
.re-home-slider .carousel-control-prev::before,
.re-home-slider .carousel-control-prev::after,
.re-home-slider .carousel-control-next::before,
.re-home-slider .carousel-control-next::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}

.re-property-carousel .carousel-control-prev-icon,
.re-property-carousel .carousel-control-next-icon,
.re-home-slider .carousel-control-prev-icon,
.re-home-slider .carousel-control-next-icon{
  position:relative!important;
  z-index:2!important;
  background-color:rgba(0,0,0,.45)!important;
  border-radius:50%!important;
  box-shadow:none!important;
}

.re-property-carousel .carousel-inner,
.re-home-slider .carousel-inner{
  background:transparent!important;
}

.re-property-carousel .carousel-item,
.re-home-slider .carousel-item{
  background:transparent!important;
}


/* v1.0.46 - contact form submit button uses the site's soft blue */
#reContactForm .re-btn,
#reContactForm button[type="submit"]{
  background:var(--re-accent)!important;
  background-color:var(--re-accent)!important;
  color:#fff!important;
  border:0!important;
  opacity:1!important;
  box-shadow:0 4px 12px rgba(103,166,172,.18)!important;
}

#reContactForm .re-btn:hover,
#reContactForm .re-btn:focus,
#reContactForm button[type="submit"]:hover,
#reContactForm button[type="submit"]:focus{
  background:var(--re-accent-dark)!important;
  background-color:var(--re-accent-dark)!important;
  color:#fff!important;
}


/* v1.0.47 - similar properties on single-property page */
.re-similar-properties{
  margin:30px 0 8px;
  padding:24px;
  background:#f6f6f3;
  border:1px solid #e6e1da;
  border-radius:18px;
}
.re-similar-heading{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
}
.re-similar-heading h2{
  margin:0;
  font-size:22px;
  font-weight:900;
  color:#343434;
}
.re-similar-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.re-similar-grid .re-home-card-image{
  height:210px;
}
.re-similar-grid .re-home-card-meta-box{
  padding:14px 12px;
}
.re-similar-grid .re-home-card-meta-row{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.re-similar-grid .re-home-card-meta-row span{
  font-size:12px;
}
@media(max-width:980px){
  .re-similar-grid{
    grid-template-columns:1fr;
  }
  .re-similar-grid .re-home-card-image{
    height:240px;
  }
}
@media(max-width:640px){
  .re-similar-properties{
    padding:16px 12px;
    margin-top:22px;
  }
  .re-similar-grid{
    gap:14px;
  }
  .re-similar-grid .re-home-card-image{
    height:220px;
  }
}


/* Login/Register popup buttons */
.re-auth-modal .re-btn,
.re-auth-modal button[type="submit"],
#reLoginForm button[type="submit"],
#reRegForm button[type="submit"]{
  background:var(--re-accent)!important;
  background-color:var(--re-accent)!important;
  color:#fff!important;
  border:0!important;
  border-radius:12px!important;
  min-height:46px!important;
  padding:10px 20px!important;
  font-weight:800!important;
  opacity:1!important;
  box-shadow:0 5px 14px rgba(103,166,172,.22)!important;
  transition:.2s ease!important;
}

.re-auth-modal .re-btn:hover,
.re-auth-modal .re-btn:focus,
.re-auth-modal button[type="submit"]:hover,
.re-auth-modal button[type="submit"]:focus,
#reLoginForm button[type="submit"]:hover,
#reLoginForm button[type="submit"]:focus,
#reRegForm button[type="submit"]:hover,
#reRegForm button[type="submit"]:focus{
  background:var(--re-accent-dark)!important;
  background-color:var(--re-accent-dark)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 7px 16px rgba(103,166,172,.28)!important;
}

.re-auth-modal .re-btn:active,
.re-auth-modal button[type="submit"]:active,
#reLoginForm button[type="submit"]:active,
#reRegForm button[type="submit"]:active{
  transform:translateY(0)!important;
}
