#toc .toc-heading { cursor: pointer; font-weight: 500; font-size: 16px; margin: .5rem 0; -webkit-user-select: none; -ms-user-select: none; user-select: none; background-color: #f5f0f0; display: inline-block; transition: 0.4s ease all; }
#toc .toc-heading:hover { background-color: var(--primary-color); color: #fff; }
#toc .toc-heading:hover i { color: #fff; }
#toc .toc-heading i { color: var(--primary-color); }
#toc ul { padding-left: 10px;}
#toc li { display: block;}
#toc li a i { padding-right: 5px; }
#toc > ul > li > a { font-weight: 700; font-size: 15px; }
#toc > ul > li > a > i { display: none !important; }
#toc a { color: var(--bs-body-color); font-size: 14px; display: inline-block; text-decoration: none; }
#toc a:hover { text-decoration: underline; }
#toc > ul { margin-bottom: 20px; }
#tocToggle { display: inline-block; padding: 3px 12px; }

.flags-title { font-size: 16px; color: var(--bs-body-color); }