/* MathJax 수식 컨테이너 스타일 — 자체 호스팅 로더(lib/rl_mathjax.php)와 짝.
   cf_add_script 인라인 <style>에서 이관(CLAUDE.md CSS 규칙: PHP 안 <style> 금지).
   서드파티 컴포넌트(mjx-container)의 오버플로/줄높이 제어라 디자인 토큰 대상 아님.
   긴 수식은 컨테이너 안에서 가로 스크롤(스크롤바는 숨김), 줄높이는 본문 상속을 끊고 리셋. */
mjx-container {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  line-height: initial !important;
}
mjx-container::-webkit-scrollbar {
  display: none;
}
