/*
2.15.25 — Candidate Homes Exact Boundary Replacement
Only styles the new replacement section.
*/
.slc-chebr-21525-hidden {
  display:none !important;
}

.slc-chebr-21525-section {
  width:100% !important;
  margin:18px 0 28px !important;
  box-sizing:border-box !important;
}

.slc-chebr-21525-kicker {
  margin:0 0 3px !important;
  font-size:9px !important;
  line-height:1.2 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  font-weight:700 !important;
}

.slc-chebr-21525-title {
  margin:0 0 5px !important;
  font-size:17px !important;
  line-height:1.2 !important;
  font-weight:500 !important;
}

.slc-chebr-21525-intro {
  max-width:760px !important;
  margin:0 0 12px !important;
  font-size:10.5px !important;
  line-height:1.42 !important;
}

.slc-chebr-21525-row {
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100% !important;
  align-items:stretch !important;
}

.slc-chebr-21525-card {
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  padding:9px !important;
  border:1px solid rgba(20,74,56,.15) !important;
  border-radius:7px !important;
  background:#fff !important;
  box-sizing:border-box !important;
}

.slc-chebr-21525-image {
  width:100% !important;
  height:72px !important;
  margin:0 0 8px !important;
  overflow:hidden !important;
  border-radius:4px !important;
  background:#eef2ec !important;
}

.slc-chebr-21525-image svg {
  display:block !important;
  width:100% !important;
  height:100% !important;
}

.slc-chebr-21525-name {
  margin:0 0 4px !important;
  font-size:11.5px !important;
  line-height:1.22 !important;
  font-weight:700 !important;
}

.slc-chebr-21525-copy {
  margin:0 0 7px !important;
  font-size:9px !important;
  line-height:1.35 !important;
  color:#333 !important;
}

.slc-chebr-21525-tag {
  align-self:flex-start !important;
  margin-top:auto !important;
  padding:3px 6px !important;
  border-radius:999px !important;
  background:rgba(20,74,56,.08) !important;
  font-size:8px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
}

@media(max-width:900px){
  .slc-chebr-21525-row {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:560px){
  .slc-chebr-21525-row {
    grid-template-columns:1fr !important;
  }
}
