.wy-nav-content {
    max-width: 1300px;
}

.wy-nav-content {
    font-size: 18px;
}

.rst-content p,
.rst-content li,
.rst-content td {
    font-size: 18px;
}

/* Kod blokları - sphinx_rtd_theme */
.rst-content .highlight pre,
.rst-content pre.literal-block,
.rst-content div[class^="highlight"] pre {
    font-size: 15px;
}

/* Satır içi kod (backtick ile yazılan) */
.rst-content code.literal,
.rst-content tt.literal {
    font-size: 15px;
}

/* Tablo başlık ortalama */
.rst-content .centered-headers thead th {
    text-align: center;
}

/* RTD temasını ezmek için yüksek özgüllük */
.rst-content .centered-headers.docutils {
    width: 100% !important;
    table-layout: fixed !important;
}

.rst-content .centered-headers.docutils td,
.rst-content .centered-headers.docutils th {
    word-wrap: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

