
.elms-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elms-widget-text-editor.elms-drop-cap-view-stacked .elms-drop-cap{background-color:var( --e-global-color-primary );}.elms-widget-text-editor.elms-drop-cap-view-framed .elms-drop-cap, .elms-widget-text-editor.elms-drop-cap-view-default .elms-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elms-13470 .elms-element.elms-element-67f9dc3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elms-13470 .elms-element.elms-element-5a0ef71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elms-13470 .elms-element.elms-element-2584726{--display:flex;}.elms-13470 .elms-element.elms-element-b24e99f{--display:flex;}.elms-13470 .elms-element.elms-element-41ff825{--display:flex;}.elms-13470 .elms-element.elms-element-0a434e4{--display:flex;}.elms-13470 .elms-element.elms-element-5f54496{--display:flex;}.elms-13470 .elms-element.elms-element-463e2f2{--display:flex;}.elms-13470 .elms-element.elms-element-f3163f7{--display:flex;}
.north-toc {
font-family: 'Poppins', sans-serif;
max-width: 350px;
background: #ffffff;
border: 2px solid #e0e0e0;
border-radius: 12px;
padding: 18px 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.north-toc-title {
font-size: 18px;
font-weight: 600;
color: #004d40;
margin-bottom: 12px;
border-bottom: 2px solid #e0e0e0;
padding-bottom: 6px;
}
.north-toc ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.north-toc ul li {
margin: 8px 0;
}
.north-toc ul li a {
text-decoration: none;
color: #00796b;
font-size: 15px;
transition: color 0.3s ease, padding-left 0.3s ease;
display: inline-block;
}
.north-toc ul li a:hover {
color: #004d40;
padding-left: 5px;
}
@media (max-width: 768px) {
.north-toc {
max-width: 100%;
padding: 15px;
}
.north-toc-title {
font-size: 16px;
}
.north-toc ul li a {
font-size: 14px;
}
}