/**
 * OEM/ODM 子页：Private Label / White Label（white-label-manufacturing）
 * 参考：浅灰底、海军蓝标题、无衬线、列表无项目符号、左对齐资讯型排版。
 */
body.page-white-label-manufacturing {
  --sf-pl-bg: #f4f7f9;
  --sf-pl-navy: #1a2b56;
  --sf-pl-body: #1c1c1c;
  --sf-pl-muted: #4a4a4a;
  --sf-pl-line: rgba(26, 43, 86, 0.12);
}

body.page-white-label-manufacturing main.inside-page {
  background: var(--sf-pl-bg);
}

body.page-white-label-manufacturing .inside-content {
  padding-top: clamp(1.25rem, 3vw, 2.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

body.page-white-label-manufacturing .inside-content .container {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 1.5rem);
  padding-right: clamp(1rem, 3vw, 1.5rem);
  text-align: left;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 首屏标题 */
body.page-white-label-manufacturing .inside-content .container > h2:first-of-type,
body.page-white-label-manufacturing .inside-content .container > h2:first-child,
body.page-white-label-manufacturing .inside-content .container .wp-block-post-content > h2:first-child,
body.page-white-label-manufacturing .inside-content .container .entry-content > h2:first-child {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--sf-pl-navy);
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--sf-pl-line);
}

body.page-white-label-manufacturing .inside-content .container > h2:first-of-type strong,
body.page-white-label-manufacturing .inside-content .container > h2:first-child strong,
body.page-white-label-manufacturing .inside-content .container .wp-block-post-content > h2:first-child strong,
body.page-white-label-manufacturing .inside-content .container .entry-content > h2:first-child strong {
  color: var(--sf-pl-navy);
  font-weight: 700;
}

body.page-white-label-manufacturing .inside-content .container > p:first-of-type,
body.page-white-label-manufacturing .inside-content .container .wp-block-post-content > p:first-of-type,
body.page-white-label-manufacturing .inside-content .container .entry-content > p:first-of-type {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--sf-pl-muted);
  margin: 0 0 1.75rem;
}

/* 区块主标题（What is… / Our …） */
body.page-white-label-manufacturing .inside-content h3 {
  font-family: inherit;
    font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--sf-pl-navy);
  margin: 2.25rem 0 0.875rem;
  padding-left: 0;
  border-left: none;
}

/* 服务小标题（Custom Logo & Branding 等） */
body.page-white-label-manufacturing .inside-content h4 {
    font-weight: 700;
  line-height: 1.35;
  color: var(--sf-pl-navy);
  margin: 1.5rem 0 0.375rem;
}

body.page-white-label-manufacturing .inside-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--sf-pl-body);
  margin: 0 0 1rem;
}

/* 无序列表：无符号、左对齐、与 h4 成组紧凑 */
body.page-white-label-manufacturing .inside-content .container ul:not(.wp-block-navigation__submenu-container) {
  margin: 0 0 1.25rem;
  padding-left: 0;
  list-style: none;
}

body.page-white-label-manufacturing .inside-content .container ul:not(.wp-block-navigation__submenu-container) li {
  position: relative;
  padding: 0.2rem 0 0.2rem 0;
  line-height: 1.55;
  color: var(--sf-pl-body);
}

body.page-white-label-manufacturing .inside-content .container ul:not(.wp-block-navigation__submenu-container) li::before {
  content: none;
}

/* 有序列表：简洁数字，不用装饰圆点 */
body.page-white-label-manufacturing .inside-content .container ol {
  margin: 0 0 1.5rem;
  padding-left: 1.35rem;
  list-style: decimal;
  color: var(--sf-pl-body);
}

body.page-white-label-manufacturing .inside-content .container ol li {
  padding: 0.35rem 0;
  line-height: 1.55;
  margin-bottom: 0.15rem;
  border-radius: 0;
  background: none;
  box-shadow: none;
  min-height: 0;
}

body.page-white-label-manufacturing .inside-content .container ol li::before {
  content: none;
}

body.page-white-label-manufacturing .inside-content .container ol li::marker {
  color: var(--sf-pl-navy);
  font-weight: 600;
}

body.page-white-label-manufacturing .inside-content .container ol li strong {
  color: var(--sf-pl-body);
}

/* 末段标题与正文一致，不另加色块 */
body.page-white-label-manufacturing .inside-content .container > h3:last-of-type,
body.page-white-label-manufacturing .inside-content .container .wp-block-post-content > h3:last-of-type,
body.page-white-label-manufacturing .inside-content .container .entry-content > h3:last-of-type {
  margin-top: 2.5rem;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

@media (max-width: 640px) {
  body.page-white-label-manufacturing .inside-content .container ol {
    padding-left: 1.15rem;
  }
}
