.new-construction-hot-listings {
  padding: 40px 0;
}

.new-construction-hot-listings .hot-listings-heading {
  max-width: 800px;
}

.new-construction-hot-listings .hot-listings-heading p {
  max-width: 760px;
}

.new-construction-hot-listing-meta {
  margin-top: -4px;
  margin-bottom: 14px;
  color: #667085;
  font-size: 0.88rem;
  font-weight: 600;
}

.new-construction-hot-listings-count {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 6px 10px;
  color: #465466;
  background: #f1f4f7;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Center the Recent Hot New Construction Listings heading block. */
.new-construction-hot-listings .hot-listings-heading-row {
  position: relative;
  align-items: center;
  justify-content: center;
}

.new-construction-hot-listings .hot-listings-heading {
  width: min(800px, calc(100% - 140px));
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.new-construction-hot-listings .hot-listings-heading p {
  margin-right: auto;
  margin-left: auto;
}

.new-construction-hot-listings .hot-listings-controls {
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media (max-width: 767px) {
  .new-construction-hot-listings .hot-listings-heading {
    width: 100%;
  }

  .new-construction-hot-listings .hot-listings-controls {
    position: static;
  }
}
