.how-to-shell {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.how-to-hero {
    border-top: 4px solid var(--bs-primary);
}

.how-to-kicker {
    color: var(--bs-primary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.how-to-figure {
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: white;
}

.how-to-figure img {
    display: block;
    width: 100%;
}

.how-to-figure figcaption {
    padding: .65rem .9rem;
    color: var(--bs-secondary-color);
    font-size: .85rem;
    border-top: 1px solid var(--bs-border-color);
}

.guide-screenshot-section {
    scroll-margin-top: 1rem;
}

.how-to-steps {
    display: grid;
    gap: 1rem;
}

.how-to-step {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: var(--bs-body-bg);
}

.step-number {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: white;
    background: var(--bs-primary);
    font-weight: 700;
}

.how-to-step h3 {
    margin: .15rem 0 .45rem;
    font-size: 1.05rem;
}

.how-to-step p:last-child,
.how-to-page dd:last-child {
    margin-bottom: 0;
}

.common-issues {
    font-size: 1rem;
}

.common-issue {
    padding: 1rem 1.1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: var(--bs-body-bg);
}

.common-issue + .common-issue {
    margin-top: .75rem;
}

.common-issue h3 {
    margin: 0 0 .4rem;
    font-size: 1.05rem;
}

.common-issue p {
    margin: 0;
    line-height: 1.55;
}

.admin-capture-card {
    border-left: 4px solid var(--bs-primary);
}

.mapping-link-panel {
    padding: 1rem 1.1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: var(--bs-tertiary-bg);
}

@media (max-width: 575.98px) {
    .how-to-shell {
        padding: 0 .75rem;
    }

    .how-to-step {
        grid-template-columns: 2rem 1fr;
        gap: .75rem;
        padding: .9rem;
    }

    .step-number {
        width: 2rem;
        height: 2rem;
    }
}
