/* FAQ — the accordion itself is styled in base.css; this only spaces the groups. */
.sec-head{margin:0 0 20px}
details p{margin:0 0 12px}
details p:last-child{padding-bottom:18px; margin-bottom:0}
details a{color:var(--g1)}
section.cta .btn+.btn{margin-left:10px}
@media(max-width:520px){
  section.cta .btn{display:block; text-align:center}
  section.cta .btn+.btn{margin-left:0; margin-top:10px}
}
