/* 移动端阅读优化:宽接线表与 ASCII 架构图在窄屏横滑,避免撑破布局 */
#article-container .table-wrap,
#article-container figure.highlight,
#article-container pre { overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 768px) {
  /* 宽 Markdown 表格(如"完整接线总览")在窄屏可横向滚动而非压缩变形 */
  #article-container table { display: block; width: max-content; max-width: 100%; overflow-x: auto; }
  /* ASCII 架构图/电源拓扑等代码块保持不换行,靠横滑查看 */
  #article-container pre code { white-space: pre; }
}
