html {
    --pst-font-family-base: 'Microsoft Yahei', 'Inter', sans-serif;
}

.bd-page-width {
    max-width: 100%;
    min-width: 100%;
}

.bd-content .sd-tab-set>input:checked+label {
    border-color: #d3d3d3 #d3d3d3 transparent;
}

.bd-content .sd-tab-set .sd-tab-content {
    border-color: #d3d3d3;
}

/* 覆盖 PyData 主题的默认内容宽度 */
.bd-container {
    max-width: none !important;
}

/* 或者设置一个更大的固定宽度（可选） */
/* .bd-container { max-width: 1400px !important; } */

/* 确保主内容区撑满 */
.bd-main .bd-content .bd-article-container {
    max-width: none;
}

/* 可选：隐藏右侧 ToC 边栏（如果你希望内容完全占据右侧空间） */
/* .bd-toc { display: none !important; } */




