body.volunteer-firefighters-page {
  --vf-bg: #f2f7fc;
  --vf-ink: #0c2a4a;
  --vf-muted: #4f6074;
  --vf-accent: #c11f26;
  --vf-accent-soft: rgba(193, 31, 38, 0.1);
  --vf-border: #d5e1ef;
  background:
    radial-gradient(1200px 520px at 12% -15%, rgba(24, 77, 135, 0.16), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(193, 31, 38, 0.12), transparent 55%),
    var(--vf-bg);
}

body.volunteer-firefighters-page #main {
  background: transparent;
}

.volunteer-firefighters-template {
  padding: clamp(1.4rem, 2.4vw, 2.4rem) 0 clamp(2.2rem, 5vw, 4rem);
}

.volunteer-firefighters-shell {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
}

.volunteer-firefighters-hero {
  margin-bottom: clamp(1rem, 2.4vw, 1.7rem);
}

.volunteer-firefighters-title {
  color: var(--vf-ink);
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  padding: clamp(1.2rem, 2vw, 1.8rem) 0 0;
  margin: 0;
}

.volunteer-firefighters-surface {
  background: #fff;
  border: 1px solid var(--vf-border);
  border-radius: 22px;
  padding: clamp(1.15rem, 2.9vw, 2.3rem);
  box-shadow:
    0 18px 38px rgba(11, 30, 56, 0.08),
    0 4px 12px rgba(11, 30, 56, 0.05);
}

.volunteer-firefighters-content {
  color: var(--vf-ink);
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.08rem);
  line-height: 1.72;
}

.volunteer-firefighters-content > p:first-of-type {
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.volunteer-firefighters-content p {
  margin: 0 0 1rem;
  padding: 0;
}

.volunteer-firefighters-content p:empty {
  display: none;
}

.volunteer-firefighters-content ul,
.volunteer-firefighters-content ol {
  margin: 0.25rem 0 1.2rem 1.2rem;
  padding: 0;
}

.volunteer-firefighters-content li {
  margin: 0 0 0.55rem;
  padding: 0 0 0 0.2rem;
}

.volunteer-firefighters-content li::marker {
  color: var(--vf-accent);
}

.volunteer-firefighters-content strong {
  color: #06203c;
  font-weight: 700;
}

.volunteer-firefighters-content a {
  color: #0d4f97;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  word-break: break-word;
}

.volunteer-firefighters-content a:hover,
.volunteer-firefighters-content a:focus-visible {
  color: #07386f;
}

.volunteer-firefighters-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(8, 28, 54, 0.16);
}

.volunteer-firefighters-content p img {
  margin-top: 0.75rem;
}

.volunteer-firefighters-caption {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--vf-border);
  color: var(--vf-muted);
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

.volunteer-firefighters-caption p {
  margin: 0;
  padding: 0;
}

.volunteer-firefighters-caption .site-update {
  display: inline-block;
  background: var(--vf-accent-soft);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: #7a1116;
  font-weight: 600;
}

@media (min-width: 760px) {
  .volunteer-firefighters-content p img {
    width: calc(50% - 0.55rem);
    display: inline-block;
    vertical-align: top;
  }

  .volunteer-firefighters-content p img + img {
    margin-left: 1.1rem;
  }
}

@media (max-width: 759px) {
  .volunteer-firefighters-shell {
    width: calc(100% - 1.2rem);
  }

  .volunteer-firefighters-surface {
    border-radius: 16px;
    padding: 1rem;
  }

  .volunteer-firefighters-content p img {
    width: 100%;
    display: block;
  }

  .volunteer-firefighters-content p img + img {
    margin-top: 0.95rem;
  }
}
