/* 子页在站内 iframe 中打开时隐藏顶栏，避免双导航 */
html.iframe-embed .site-header {
  display: none !important;
}
