/* Therapist Matcher styles for WordPress integration
   Palette and type now match the main Nashville Psych theme:
   body font Mulish, display font Fjalla One, primary blue #3f5894,
   hover/accent green #568e40. */

.matcher-container {
  font-family: 'Mulish', sans-serif;
}

.matcher-container .font-display {
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 0.02em;
}

.matcher-error-boundary {
  display: none;
  padding: 24px;
  max-width: 600px;
  margin: 40px auto;
  background: #fff5f5;
  border: 1px solid #fecaca;
  border-radius: 4px;
}

.matcher-error-boundary.visible {
  display: block;
}

.matcher-error-boundary pre {
  white-space: pre-wrap;
  font-size: 12px;
  color: #991b1b;
}
