.docs_wrapper_body {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.docs_wrapper_body h1 {
    font-size: 2rem;
    color: #1a1a1a;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.docs_wrapper_body h2 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.docs_wrapper_body p {
    margin-bottom: 1rem;
}

.docs_wrapper_body ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.docs_wrapper_body li {
    margin-bottom: 0.5rem;
}

.docs_wrapper_body strong {
    color: #000;
}

.docs_wrapper_body hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 3rem 0 1rem;
}

.docs_wrapper_body small {
    color: #666;
    font-style: italic;
}


@media (max-width: 600px) {
    .docs_wrapper_body {
        padding: 1rem;
        margin: 1rem;
    }
    
    .docs_wrapper_body h1 {
        font-size: 1.6rem;
    }
}
