/**
 * B2 子主题样式
 *
 * 加载顺序：parent-style-main → parent-style → child-style(style.css) → 本文件
 * 因此覆盖父主题规则通常不需要 !important。
 *
 * 唯一的例外是父主题用 wp_add_inline_style() 输出的动态配色 CSS
 * （Modules/Templates/Main.php，约 490 行），它挂在 parent-style 上，
 * 里面 .b2-color 这类规则自带 !important。要盖掉需要提高选择器权重。
 *
 * 可用的 token（由 inc/ui.php 注入 :root）：
 *   --b2c-primary        主色
 *   --b2c-primary-rgb    主色 RGB 三元组
 *   --b2c-primary-08/12/18/52   主色透明档位
 *   --b2c-bg             页面背景
 *   --b2c-radius         圆角
 *   --b2c-radius-lg      大圆角
 *   --b2c-gap            间距
 *   --b2c-text / --b2c-text-muted / --b2c-border
 */

/* ── 你的样式写在下面 ────────────────────────────────── */
