/* 主题设置广告位：随主内容 / 侧栏宽度自适应，图片等比缩放 */

html body .document-theme-ad {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 1rem;
}

html body .document-theme-ad:last-child {
  margin-bottom: 0;
}

html body .document-theme-ad__inner {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  background: rgba(15, 23, 42, 0.04);
}

html.dark body .document-theme-ad__inner,
html body.dark .document-theme-ad__inner {
  background: rgba(255, 255, 255, 0.06);
}

html body .document-theme-ad__link {
  display: block;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

html body .document-theme-ad__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 列表顶：与下方筛选条留白协调 */
html body .document-theme-ad--list-top {
  margin-bottom: 0.85rem;
}

/* 正文上/下：与 article 区块间距 */
html body .main-content .document-theme-ad--post-before {
  margin-top: 0.35rem;
  margin-bottom: 0.85rem;
}

html body .main-content .document-theme-ad--post-after {
  margin-top: 1rem;
  margin-bottom: 0.85rem;
}

/* 评论上方 */
html body .main-main > .document-theme-ad--post-comments {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* 侧栏：不超过侧栏宽度 */
html body .main-right .document-theme-ad--sidebar-top {
  margin-bottom: 0.75rem;
}

html body .main-right .document-theme-ad--sidebar-top .document-theme-ad__inner {
  border-radius: 8px;
}
