.docs-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

    .docs-content h1 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 3rem;
        font-weight: 700;
    }

    .docs-content h2 {
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-size: 2rem;
        font-weight: 600;
    }

    .docs-content h3 {
        margin-top: 2rem;
        margin-bottom: .75rem;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .docs-content p {
        margin-bottom: 1rem;
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .docs-content ul {
        margin-bottom: 1.5rem;
        padding-left: 2rem;
    }

    .docs-content li {
        margin-bottom: .5rem;
    }

    .docs-content hr {
        margin: 3rem 0;
        border: 0;
        border-top: 1px solid #dee2e6;
    }

    .docs-content code {
        padding: .15rem .35rem;
        background: #f8f9fa;
        border-radius: .25rem;
        font-size: .9em;
    }

    .docs-content pre {
        margin: 1rem 0;
        padding: 1.25rem;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: .5rem;
        overflow-x: auto;
    }

        .docs-content pre code {
            padding: 0;
            background: transparent;
            border-radius: 0;
            font-family: Consolas, monospace;
            line-height: 1.8;
        }

.docs-callout {
    margin: 2rem 0;
    padding: 1.25rem;
    border-left: 4px solid var(--bs-primary);
    background: #f8f9fa;
    border-radius: .25rem;
}

.docs-next {
    margin-top: 3rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    background: #f8f9fa;
}

.go-top
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}