/* 链接在目录（TOC）中的可读性 */
.sidebar .toc a { opacity: 0.95; }
.sidebar .toc a:hover { opacity: 1; text-decoration: underline; }


/* 表格滚动与可读性 */
.table-responsive { overflow-x: auto; }
.table th, .table td { vertical-align: middle; }


/* 章节标题与目录间距微调 */
.quarto-title-block { margin-bottom: 1.25rem; }
.sidebar nav[role="doc-toc"] { padding-top: 0.75rem; }


/* 代码块在移动端的边距 */
@media (max-width: 576px) {
pre { padding: 0.85rem; }
}


/* 图片说明（caption）更清晰 */
.figure .figure-caption {
font-size: 0.95rem;
color: #6b7280;
}