.seo-step > span {
    display: inline-grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #e7efe9;
    color: #123f31;
    font-weight: 800;
}
.seo-step p { color: var(--mf-muted); margin-bottom: 0; }
.seo-checklist { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.seo-checklist li { position: relative; padding: .55rem 0 .55rem 1.8rem; border-bottom: 1px solid var(--mf-border); }
.seo-checklist li::before { content: "✓"; position: absolute; left: 0; color: #277247; font-weight: 800; }
.product-figure a { display: block; }
.product-figure a:focus-visible { outline: 3px solid #c85f3b; outline-offset: 4px; border-radius: 1rem; }
[data-bs-theme=dark] .seo-step > span { background: #243d32; color: #e6f3e9; }
