.closest-location-article .intro-section {
  margin-bottom: 20px;
}

.closest-location-hero {
  overflow: hidden;
  margin: 0 0 28px;
  border: 1px solid #ead8b7;
  border-radius: 12px;
  background: #fff8e8;
  box-shadow: 0 12px 32px rgba(31, 52, 67, .1);
}

.closest-location-hero img {
  width: 100%;
  height: auto;
  background: #fff;
}

.closest-location-hero figcaption {
  padding: 10px 16px;
  color: #52606d;
  font-size: 12px;
  text-align: center;
}

.closest-location-article .content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 12px 0 18px;
  padding-left: 22px;
}

.closest-location-article .content-list li::marker {
  color: #d71920;
}

.search-example-grid,
.locator-benefits,
.location-tips {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}

.search-example-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.locator-benefits,
.location-tips {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-info-card {
  padding: 18px;
  border: 1px solid #ead8b7;
  border-radius: 9px;
  background: #fff8e8;
}

.location-info-card h3 {
  margin-bottom: 8px;
  color: #d71920;
  font-size: 17px;
}

.location-callout {
  margin: 16px 0;
  padding: 14px 16px;
  border-left: 5px solid #d71920;
  border-radius: 6px;
  background: #fff8e8;
  color: #203140;
  font-weight: 800;
}

.availability-table td:last-child {
  color: #25723a;
  font-weight: 900;
}

@media (max-width: 760px) {
  .closest-location-article .content-list,
  .search-example-grid,
  .locator-benefits,
  .location-tips {
    grid-template-columns: 1fr;
  }

  .closest-location-hero {
    border-radius: 8px;
  }

  .closest-location-hero figcaption {
    font-size: 10px;
  }
}
