/* Math TOC Footer Block v2.0.3
   mtoc-cb-wrap 구조 재사용 — 추가 스타일만 정의 */

/* 섹션 컨테이너 */
.mtoc-footer-wrap{margin:24px 0}
.mtoc-footer-section{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}
.mtoc-footer-divider{border:none;border-top:2px solid #e2e8f0;margin:20px 0}

/* mtoc-cb-wrap 테두리/마진 제거 (section이 감싸므로) */
.mtoc-footer-section .mtoc-cb-wrap{border:none!important;border-radius:0!important;margin:0!important}
.mtoc-footer-section .mtoc-cb-header{border-radius:0}

/* 현재 글 강조 */
.mtoc-footer-cur-item{background:#eff6ff!important;border-left:3px solid #2563eb!important}
.mtoc-footer-cur-item .mtoc-cb-item-name{color:#1e40af!important;font-weight:600!important}
.mtoc-footer-cur-badge{
    font-size:10px;font-weight:500;padding:2px 8px;
    border-radius:10px;background:#2563eb;color:#fff;
    flex-shrink:0;margin-left:auto;white-space:nowrap
}

/* 이전/다음 */
.mtoc-footer-np{display:flex;border-top:1px solid #e2e8f0;background:#fff}
.mtoc-footer-np-prev,.mtoc-footer-np-next{flex:1;padding:12px 16px}
.mtoc-footer-np-prev{border-right:1px solid #e2e8f0}
.mtoc-footer-np-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:#475569;font-size:.9em;line-height:1.4}
.mtoc-footer-np-link:hover{color:#2563eb}
.mtoc-footer-np-arr{font-size:1.2em;color:#94a3b8;flex-shrink:0}
.mtoc-footer-np-title{word-break:keep-all}
.mtoc-footer-np-next .mtoc-footer-np-link{justify-content:flex-end;text-align:right}
