/* Keep the approved visual system even when the SEO preview adjusts heading levels. */
.tc-location-detail--single .tc-detail-panel > h3,
.tc-amenity-detail__title,
.tc-form-shell--mansion .tc-form-shell__title--two-lines,
.tc-advisor-profile__name,
.tc-form-shell--advisor > h3 {
  margin-block: 0;
}

/* The approved clone map replaces the older static amenity illustration. */
.tc-amenity-detail .tc-amenity-clone {
  margin-top: clamp(24px, 3vw, 42px);
}

.tc-amenity-clone__legend,
.tc-amenity-clone__legend > li {
  list-style: none;
}

.tc-amenity-clone__legend > li::marker {
  content: "";
}
