.blog-header-box {background: #f7f7f7;}
html {scroll-behavior: smooth;}
.toc-wrapper {position: sticky;top: 100px;}
#toc-list {max-height: calc(85vh - 160px); /* adjust based on header + title */overflow-y: auto;padding-left: 0;list-style: none;margin: 0;}
#toc-list::-webkit-scrollbar {width: 6px;}
#toc-list::-webkit-scrollbar-thumb {background: #ccc; border-radius: 4px;}
#toc-list a {display: block; color: #666; text-decoration: none;transition: all 0.3s ease;}
#toc-list a.active {font-weight: 500; border-left: 3px solid #0056cd; padding-left: 8px;}
#toc-list {padding-left: 0;list-style: none;}
#toc-list li,.related-posts li {font-size: .875rem;font-weight: 400; line-height: 1.6;}
#toc-list a, .related-posts a {text-decoration: none; padding-bottom: .75rem; width: 100%;}
#toc-list a.active, #toc-list a:hover {color: #0056cd; font-weight: 400 !important; border-left: 3px solid #0056cd; padding-left: 8px;}
.share-network .btn{min-width:48px;}
.toc-sticky{position: sticky;top: 90px;z-index: 99;}
.author {position: relative;display: inline-block;}
.author-box {position: absolute;top: 100%;left: 0;width: 720px;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all 0.3s ease;z-index: 999;box-shadow: 0 10px 25px rgba(0,0,0,0.08);min-height: 220px;background: #fff;}
.author-box p {font-size: 14px;}
.author-box h6 {font-size: 16px;}
.author:hover .author-box {opacity: 1;visibility: visible;transform: translateY(15px);}
.page-template-glossary-with-sidebar .col-md-3 {flex: 0 0 20.7%;max-width:20.7%;}
.page-template-glossary-with-sidebar h1, .page-template-glossary-with-resources h1 {line-height: normal;color: #000;}

h2{scroll-margin-top: 100px;}
a.btn.btn2.btn-primary.btn-sm, a.btn.btn2.btn-secondary.btn-sm {color: #fff !important;text-decoration: none;}
.toc-sidebar .sticky-top,.col-md-3 .sticky-top {position: sticky !important;top: 90px;z-index: 10;}
.row,.container,.container-fluid,.inside-header {overflow: visible !important;}
.sidebar-ad img {width: 100%;height: auto;border-radius: 8px;}
.ai-explore__buttons{display:flex;gap:12px;flex-wrap:wrap;}
.ai-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;color:#111827;transition:all .3s ease;}
.ai-btn:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.12);}
.ai-btn svg{width:20px;height:20px;} 
.related-posts,.side-ads,.author-box {content-visibility:auto; contain-intrinsic-size:1px 500px;}

@media (max-width:768px){
.page-template-glossary-with-sidebar .col-md-3 {flex: 0 0 100%; max-width: 100%;}	
.author {position: static;display: block;}
.author-box {position: fixed;top: 50%;left: 50%;width: calc(100% - 30px);max-width: 360px;min-height: auto;max-height: 80vh;overflow-y: auto;transform: translate(-50%, -50%);padding: 20px;border-radius: 16px;}
.author:hover .author-box,.author:focus-within .author-box {opacity: 1;visibility: visible;transform: translate(-50%, -10%);}
.author-box p {font-size: 13px;line-height: 1.6;}
.author-box h6 {font-size: 15px;}
.toc-sidebar{display:none;}
.ai-explore__title{width:100%;text-align:center;}
}