.next-step-card{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;padding:19px 21px;border:1px solid #dce7d2;border-radius:13px;background:#f4f8ef}
.next-step-card.attention{background:#fff8e8;border-color:#ead9a9}
.next-step-card.waiting{background:#eef5f3;border-color:#d4e3df}
.next-step-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:11px;background:#e2efd4;color:#315f42}
.next-step-card.attention .next-step-icon{background:#f5e7bd;color:#82691f}
.next-step-card.waiting .next-step-icon{background:#dcebe6;color:#285e51}
.next-step-icon svg{width:21px;height:21px}
.next-step-card .eyebrow{margin:1px 0 4px}
.next-step-card h2{font-size:18px;margin:0;color:#244f41}
.next-step-card p:last-child{margin-top:5px;color:#6f8178;font-size:11px;line-height:1.55}
@media(max-width:480px){.next-step-card{padding:16px;gap:12px}.next-step-icon{width:36px;height:36px}.next-step-card h2{font-size:16px}}
