/* =========================================================================
   SAN-DIEGO-COUNTY.CSS — San Diego County page sections only
   (Hero + CTA band use shared component.css styles.)
   ========================================================================= */

/* ---- 02 Market Context (two-column) ----------------------------------- */
.county-context {
  background: var(--bg);
  padding: var(--section-pad) 0;
}

.context-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.context-text p {
  color: var(--text-body);
  margin-bottom: 16px;
}

.context-text p:last-child {
  margin-bottom: 0;
}
