/* Blog sayfasına özel küçük ayarlar */
.article img {
    max-width: 100%;
    border-radius: 8px;
    margin: 14px 0
}

.article pre {
    background: #0b0b0b;
    color: #e5e7eb;
    padding: 12px;
    border-radius: 8px;
    overflow: auto
}

.article table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0
}

.article table th,
.article table td {
    border: 1px solid #e5e7eb;
    padding: 8px;
    text-align: left
}

@media (max-width:980px) {
    .blog-grid {
        grid-template-columns: 1fr
    }

    .toc {
        order: 2
    }

    .article {
        order: 1
    }
}