.series-nav{display:flex;justify-content:space-between;gap:20px;margin-top:26px}
.series-nav a{font-weight:700;color:var(--green2);padding:12px 16px;border:1px solid var(--line);border-radius:11px}
.series-nav a:hover{background:var(--mint)}
.article-summary{font-size:1.12rem;padding:20px 22px;background:var(--mint);border-radius:14px;color:var(--green)!important}
.editor-note{margin:28px 0;padding:22px 24px;border-left:4px solid var(--green2);background:#f8faf9;border-radius:0 14px 14px 0;color:#3f4a45}
.editor-note strong{display:block;margin-bottom:8px;color:var(--green);font-size:1.02rem}
.editor-note p{margin:0!important;line-height:1.85}
.step-list{list-style:none;padding:0;margin:18px 0 32px;counter-reset:steps}
.step-list li{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;margin:0;padding:17px 0;border-bottom:1px solid var(--line)}
.step-list li span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;font-size:.88rem;font-weight:800}
.step-list li p{margin:2px 0 0;color:#3f4a45}
.check-list{list-style:none;padding:20px 22px;margin:16px 0 30px;border:1px solid var(--line);border-radius:14px;background:#fff}
.check-list li{position:relative;padding:9px 0 9px 34px;color:#3f4a45}
.check-list li:before{content:"✓";position:absolute;left:0;top:8px;display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:var(--mint);color:var(--green);font-weight:900}
.notice{font-size:.86rem;color:var(--muted)!important;border-top:1px solid var(--line);padding-top:18px;margin-top:34px}
@media(max-width:560px){.step-list li{grid-template-columns:32px 1fr;gap:10px}.step-list li span{width:30px;height:30px}.article-summary{padding:17px 18px}.editor-note{padding:18px}}
