/* Mini-sito — blocchi editor (ms-block*) */

.agency-minisite-page .ms-block,
.agency-home-blocks .ms-block {
  margin-bottom: 28px;
}

.ms-block--hero .ms-block-hero-title {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.ms-block--hero .ms-block-hero-lead {
  margin: 0;
  max-width: 42rem;
  line-height: 1.65;
  color: var(--ink-muted, rgba(15, 23, 42, 0.72));
}

.ms-block--cta {
  display: flex;
  justify-content: flex-start;
}

.ms-block--spacer.is-sm { height: 12px; }
.ms-block--spacer.is-md { height: 28px; }
.ms-block--spacer.is-lg { height: 48px; }

.ms-block-map-host {
  min-height: 260px;
  border-radius: 16px;
}

.ms-block--listings .portal-results-grid {
  margin-top: 12px;
}
