/* 可在下方继续追加其它扩展 */
/** END headings / tables / strong **/
/*todo: 增加article头尾图片 */

/* ================= 强制覆盖区（若主题样式后加载或 specificity 冲突，可启用） ================ */
/* 利用更高特异性选择器 + !important，确保标题表格最终样式生效 */

article .post-container h1 {background:#ffffff;box-shadow:0 4px 10px rgba(0,0,0,0.05);padding:18px 20px 18px 24px;border-radius:8px;color:#0047cb !important;}
article .post-container h2 {background:#f5f7fa;border-left:6px solid #ae2424;box-shadow:0 1px 2px rgba(0,0,0,0.04);padding:0.65em 1em;border-radius:4px;color:#111 !important;}
article .post-container h3,article .post-container h4,article .post-container h5 {background:#f7f9fb;color:#244b74 !important;padding:0.7em 1.15em 0.7em 1.3em;border-radius:4px;}

article .post-container table {width:100%;border-collapse:collapse;margin:1.8em 0;font-size:0.9em;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;}
article .post-container th,article .post-container td {border:1px solid #e0e0e0;padding:8px 10px;line-height:1.5;}
article .post-container thead th {background:#e8f5e9;font-weight:600;color:#333;}
article .post-container tbody tr:nth-child(even){background:#fafafa;}
article .post-container tbody tr:hover{background:#f1f8ff;}

article .post-container strong {color:#710d12 !important;font-weight:600;}

/* 标题与首段间距微调 */
article .post-container h1 + p,article .post-container h2 + p,article .post-container h3 + p {margin-top:0.7em !important;}

/* 调试辅助：取消注释以下行以查看自定义 CSS 是否加载 */
/* body:after {content:'custom-css-loaded';position:fixed;bottom:6px;right:8px;font-size:11px;background:#1565F6;color:#fff;padding:2px 6px;border-radius:3px;z-index:9999;opacity:.4;} */

