.help-content {
    padding: 2rem 0 4rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

    .help-content h1 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 2.25rem;
        color: #0f172a;
    }

    .help-content h2 {
        margin-top: 2.5rem;
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
        color: #0f172a;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: .35rem;
    }

    .help-content h3 {
        margin-top: 2rem;
        margin-bottom: .5rem;
        font-size: 1.2rem;
        color: #1f2937;
    }

    .help-content p {
        margin: 1rem 0;
    }

    .help-content ul {
        margin: 1rem 0 1rem 1.5rem;
        list-style: disc;
    }

    .help-content li {
        margin: .35rem 0;
    }

    .help-content a {
        color: #2563eb;
        text-decoration: none;
    }

        .help-content a:hover {
            text-decoration: underline;
        }

    .help-content hr {
        margin: 2rem 0;
        border: 0;
        border-top: 1px solid #e5e7eb;
    }

    .help-content img {
        display: block;
        height: auto;
        margin: 2rem 0;
        border-radius: 8px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    }
.nav-icon {
    color: #2196F3;
    font-weight: 600;
}
