.cmpi-theme .site,
.cmpi-theme .site-content,
.cmpi-theme .content-area,
.cmpi-theme .entry-content{
  background:transparent;
}

.cmpi-theme .cmp-card{
  border-radius:22px;
  border:1px solid #cfe9dd;
  box-shadow:0 18px 44px rgba(15,126,216,.10);
  background:#fff;
  padding:26px;
}

.cmpi-theme .cmp-section-head{
  align-items:flex-start;
  margin-bottom:18px;
}
.cmpi-theme .cmp-section-kicker{
  color:#eb6d00;
}
.cmpi-theme .cmp-section-head h2{
  font-size:36px;
  color:#133b31;
}

.cmpi-theme .cmp-top-search,
.cmpi-theme #cmp-filter-form{
  background:linear-gradient(180deg,#f7fffb,#eef8ff);
  border:1px solid #cfe9dd;
  border-radius:20px;
}
.cmpi-theme #cmp-filter-form{
  padding:28px;
}
.cmpi-theme .cmp-top-search label,
.cmpi-theme .cmp-form label{
  color:#133b31;
}
.cmpi-theme .cmp-form input[type=text],
.cmpi-theme .cmp-form input[type=email],
.cmpi-theme .cmp-form input[type=file],
.cmpi-theme .cmp-form select,
.cmpi-theme .cmp-form textarea,
.cmpi-theme .cmp-top-search input,
.cmpi-theme .cmp-top-search select,
.cmpi-theme #cmp-filter-form input,
.cmpi-theme #cmp-filter-form select{
  width:100%;
  min-height:52px;
  padding:14px 16px;
  border-color:#bfe2d4;
  border-radius:14px;
  background:#fff;
  color:#133b31;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.cmpi-theme .cmp-invest-filter-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px 28px;
  align-items:start;
}

.cmpi-theme .cmp-invest-filter-field{
  margin:0;
}

.cmpi-theme .cmp-invest-filter-field label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  color:#133b31;
}

.cmpi-theme .cmp-invest-filter-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid #cfe9dd;
}

.cmpi-theme .cmp-invest-filter-check{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  color:#2d6e62;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
}

.cmpi-theme .cmp-invest-filter-check input[type=checkbox]{
  width:20px;
  min-width:20px;
  height:20px;
  min-height:20px;
  margin:0;
  accent-color:#28b56d;
  box-shadow:none;
}

.cmpi-theme .cmp-invest-filter-submit{
  min-width:170px;
  padding:15px 28px;
  font-size:15px;
}

.cmpi-theme #cmp-filter-form-wrap > .cmp-section-head{
  margin-bottom:24px;
}

.cmpi-theme #cmp-filter-form-wrap .cmp-section-head h2{
  max-width:860px;
  line-height:1.08;
}

.cmpi-theme .cmp-btn,
.cmpi-theme .cmp-compare-btn,
.cmpi-theme .cmp-favorite-btn{
  background:linear-gradient(135deg,#ff8b2b,#ffd84d);
  box-shadow:0 12px 28px rgba(255,139,43,.25);
}
.cmpi-theme .cmp-btn-secondary,
.cmpi-theme .cmp-compare-btn{
  background:linear-gradient(135deg,#0e8f6a,#0f7ed8);
}

.cmpi-theme .cmp-grid-listings{
  grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
}
.cmpi-theme .cmp-property-card{
  border-radius:22px;
  overflow:hidden;
}
.cmpi-theme .cmp-thumb img,
.cmpi-theme .cmp-thumb-empty{
  height:270px;
}
.cmpi-theme .cmp-card-body{
  padding:24px;
}
.cmpi-theme .cmp-property-card h3{
  font-size:30px;
  color:#133b31;
}
.cmpi-theme .cmp-tagline{
  color:#eb6d00;
}
.cmpi-theme .cmp-price{
  color:#0e8f6a;
  font-size:32px;
}
.cmpi-theme .cmp-badge{
  background:#e9fff4;
  color:#0e8f6a;
}
.cmpi-theme .cmp-status{
  background:#fff6d7;
  color:#d67d00;
}

.cmpi-theme .cmp-map{
  border-radius:22px;
  border:1px solid #bfe2d4;
  background:#eef8ff;
}
.cmpi-theme .cmp-map-error{
  padding:18px;
  border-radius:18px;
  background:#fff9dc;
  border:1px solid #ffd84d;
  color:#c96a00;
}

.cmpi-theme .cmp-single-layout > *{
  margin-bottom:22px;
}
.cmpi-theme .cmp-detail-facts div{
  border-radius:18px;
  border:1px solid #cfe9dd;
  background:linear-gradient(180deg,#ffffff,#f5fffb);
}
.cmpi-theme .cmp-detail-facts strong{
  color:#0f7ed8;
}
.cmpi-theme .cmp-detail-facts span{
  color:#133b31;
}

@media (max-width: 980px){
  .cmpi-theme .cmp-invest-filter-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .cmpi-theme #cmp-filter-form{
    padding:20px;
  }
  .cmpi-theme .cmp-invest-filter-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .cmpi-theme .cmp-invest-filter-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .cmpi-theme .cmp-invest-filter-submit{
    width:100%;
  }
}
