/* Area page building cards — layout only; uses site .btn-primary green */

.area-listing-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

.area-listing-section .area-listing-intro {
  text-align: center;
  margin-bottom: 40px;
}

.area-listing-section .area-listing-intro h3 {
  margin-bottom: 12px;
}

.area-cards-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.area-property-card {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
}

@media (min-width: 768px) {
  .area-property-card {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .area-property-card {
    width: 33.333%;
  }
}

.area-property-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.area-property-card-body {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  padding: 14px 14px 10px;
}

.area-property-card-media {
  flex: 0 0 110px;
  max-width: 110px;
  margin-right: 12px;
}

/* Hide old grid cells if cached markup ever mixed in */
.area-listing-section .cell-sm-10.cell-md-4 {
  display: none !important;
}

.area-property-card-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 0;
}

.area-property-card-media .highlightit {
  display: block;
  line-height: 0;
}

.area-property-card-info {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.area-property-card-info h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.area-property-card-info h4 a {
  color: #00030a;
  text-decoration: none;
}

.area-property-card-info h4 a:hover {
  text-decoration: underline;
}

.area-property-card-address {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}

.area-property-card-address b {
  color: #333;
  font-weight: 600;
}

.area-property-card-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: none;
}

.area-property-card-btn:hover,
.area-property-card-btn:focus {
  text-decoration: none;
  color: #fff;
}

.area-listing-pagination {
  margin-top: 32px;
  text-align: center;
}
