.hr-property-title {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  word-break: break-word;
}

/* Heading scale. Tailwind preflight resets headings to font-size:inherit, so
   without these the default H1 rendered at body size. Em-based on purpose:
   the widget's configured font size keeps governing overall scale. */
h1.hr-property-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}
h2.hr-property-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
}
h3.hr-property-title {
  font-size: 1.25em;
  font-weight: 600;
}
h4.hr-property-title {
  font-size: 1.125em;
  font-weight: 600;
}
h5.hr-property-title,
h6.hr-property-title {
  font-weight: 600;
}

/* Meta row (location / type — WP PropertyMeta parity) */
.hr-property-title-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 6px;
    font-size: 0.875rem;
    opacity: 0.85;
}

.hr-property-title-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
