
/* ---------- 作用域：仅作用于 .esg-guide 容器内部 ---------- */
.esg-guide {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
}
.esg-guide *, .esg-guide *::before, .esg-guide *::after { box-sizing: inherit; }
.esg-guide h1 { font-size: 1.8em; border-bottom: 3px solid #2e7d32; padding-bottom: 10px; margin: 0.5em 0 0.8em; line-height: 1.4; color: #333; }
.esg-guide h2 { font-size: 1.4em; color: #1b5e20; margin-top: 2em; border-left: 4px solid #2e7d32; padding-left: 12px; line-height: 1.4; }
.esg-guide h3 { font-size: 1.15em; color: #33691e; margin-top: 1.5em; line-height: 1.4; }
.esg-guide p { margin: 0.8em 0; }
.esg-guide table { border-collapse: collapse; width: 100%; margin: 1em 0; }
.esg-guide th, .esg-guide td { border: 1px solid #ddd; padding: 10px 12px; text-align: left; }
.esg-guide th { background-color: #e8f5e9; font-weight: 600; }
.esg-guide tr:nth-child(even) { background-color: #f9f9f9; }
.esg-guide strong { color: #1b5e20; }
.esg-guide ul, .esg-guide ol { padding-left: 1.5em; }
.esg-guide li { margin: 4px 0; }
.esg-guide .esg-intro-box { background: #e8f5e9; padding: 16px 20px; border-radius: 8px; margin: 1em 0; }
.esg-guide .esg-formula { background: #f1f8e9; padding: 12px 16px; border-radius: 6px; font-family: 'Courier New', monospace; margin: 0.8em 0; display: inline-block; }
.esg-guide .esg-footer-note { font-size: 0.85em; color: #666; border-top: 1px solid #eee; padding-top: 12px; margin-top: 2em; }
