@layer retech-block {
  /* retech/section —— 自由正文区包装。
     这里只放「本块独占」的版式;.retech-x-section / .retech-x-wrap 等共享件
     的属主是 blocks/style-index.css(E5 规则:共享类不能有两个属主)。 */
  .retech-x-free-section > .retech-x-wrap > * + * { margin-top: 18px; }
  .retech-x-free-section > .retech-x-full > * + * { margin-top: 18px; }
  /* 正文区里的图片与表格沿用 article-body 的排版约束(同一批原型规则)。 */
  .retech-x-free-section img { max-width: 100%; height: auto; }
  .retech-x-free-section .wp-block-table { overflow-x: auto; }
}
