/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:24:23 */
.tbs-cat-toc {
    background: #f8f5ff;
    border: 1px solid #d4b8ff;
    border-radius: 14px;
    padding: 20px 24px;
    margin: 24px 0;
    max-width: 780px;
}

.tbs-cat-toc-title {
    font-weight: 700;
    font-size: 18px;
    color: #853dff;
    margin-bottom: 12px;
}

.tbs-cat-toc ul {
    margin: 0;
    padding-left: 18px;
}

.tbs-cat-toc li {
    margin: 8px 0;
}

.tbs-cat-toc .toc-h3 {
    margin-left: 14px;
    font-size: 90%;
}

.tbs-cat-toc a {
    color: #222;
    text-decoration: none;
	transition: 0.2s ease;
}

.tbs-cat-toc a:hover {
    color: #853dff;
}
.tbs-cat-toc ul {
    list-style: none;
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 768px){

.tbs-cat-toc{
    padding:16px;
    border-radius:12px;
}

}