/**
 * 全站主题兼容（GeneratePress 等）：主内容区文章容器去内边距，便于全宽区块背景。
 * 若个别模板无 .site-main > article 结构，本规则不会匹配，无副作用。
 */
.site-main > article > .inside-article {
	padding: 0 !important;
}
