/* Contextual next steps on existing service pages. */
.service-next-step{margin:24px 0;padding:24px;border:1px solid #d9c9aa;border-left:4px solid #9e834e;border-radius:8px;background:#f8f5ef;color:#13294a;max-width:100%}
.service-next-step h2{font-family:Newsreader,Georgia,serif;font-size:clamp(22px,3vw,28px);line-height:1.2;margin:0 0 10px}
.service-next-step p{font-size:16px;line-height:1.6;margin:0 0 16px;max-width:70ch}
.service-next-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.service-next-actions .btn{white-space:normal;text-align:center;max-width:100%;height:auto;min-height:48px}
.editorial-update{color:#667085;font-size:13px;margin:0 0 18px}
@media(max-width:480px){.service-next-step{padding:18px}.service-next-actions{flex-direction:column;align-items:stretch}.service-next-actions .btn{width:100%}}
