﻿.docs-article {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

    .docs-article h1 {
        color: #1d3557;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.docs-summary {
    background: #eef6ff;
    border-right: 4px solid #1d3557;
    padding: 18px;
    border-radius: 8px;
    line-height: 2;
    margin-bottom: 25px;
}

.docs-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

.docs-content {
    line-height: 2.2;
    font-size: 16px;
}

    .docs-content img {
        max-width: 100%;
        border-radius: 10px;
    }

    .docs-content table {
        width: 100%;
        margin: 20px 0;
    }

    .docs-content pre {
        background: #1d3557;
        color: #fff;
        padding: 15px;
        border-radius: 10px;
        overflow: auto;
        direction: ltr;
    }

    .docs-content code {
        direction: ltr;
    }

.docs-sidebar {
    position: sticky;
    top: 20px;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
}

    .docs-sidebar h5 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .docs-sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .docs-sidebar li {
        margin-bottom: 10px;
    }

    .docs-sidebar a {
        color: #1d3557;
        text-decoration: none;
    }

        .docs-sidebar a:hover {
            color: #457b9d;
        }
