:root{
  --max-width:64rem;
  font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:#111827;
}

/* Center the volunteer content like the donate page */
.volunteering-info{
  margin:0 auto;
  padding:1rem 1rem;
  max-width:var(--max-width);
  box-sizing:border-box;
  text-align:left;
}

.volunteering-info h2{
  margin-top:0;
  margin-bottom:0.5rem;
  font-weight:600;
}

.volunteering-info p{
  line-height:1.6;
  color:#374151;
  margin:0 0 1rem 0;
}

.volunteering-info ul{
  list-style:disc;
  padding-left:1.25rem;
  display:block;
  text-align:left;
}

/* Button hover effects */
.volunteering-info .cta.cta-ghost {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.volunteering-info a.cta.cta-ghost:hover,
.volunteering-info a.cta.cta-ghost:focus {
  background: #fff5f2 !important;
  color: #ff6b4a !important;
  border-color: #ff6b4a !important;
}

@media (max-width:640px){
  .volunteering-info{ padding:1rem 0.5rem; }
  .volunteering-info ul{ padding-left:1rem; }
}
