/* State page content — rendered below the Locations Served section.
   .ff-state-content-section is the full-bleed outer section; the nested
   .wrapper (GeneratePress utility) centres the actual block content. */

.ff-state-content-section {
  box-sizing: border-box;
  background: #f0f0f0;
  padding: 3rem 0;
}

.ff-state-content-section .wrapper > *:first-child {
  margin-top: 0;
}

.ff-state-content-section .wrapper h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 1rem;
}

.ff-state-content-section .wrapper h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}

.ff-state-content-section .wrapper p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  font-family: "Inter", sans-serif;
}

.ff-state-content-section .wrapper ul,
.ff-state-content-section .wrapper ol {
  margin: 0 0 1.25rem 1.5rem;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

.ff-state-content-section .wrapper li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

.ff-state-content-section .wrapper img {
  max-width: 100%;
  height: auto;
}

.ff-state-content-section .wrapper a {
  color: var(--accent);
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

.ff-state-content-section .wrapper blockquote {
  margin: 1.5rem 0;
  padding: 0.5rem 1rem;
  border-left: 4px solid #e40223;
  background: #f6f7f7;
  font-family: "Inter", sans-serif;
}
