.blog_right{height:auto!important;max-height:none!important;overflow:visible!important}.blog_right_sticky{display:flex;flex-direction:column;gap:24px;position:sticky;top:120px}.sticky-toc{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:static;transition:box-shadow .2s ease}.sticky-toc:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.demo-card{position:static}.toc-toggle{align-items:center;background:#fff;border:none;color:#1c305d;cursor:pointer;display:flex;font-family:var(--theme-poppins-font,"Poppins",sans-serif);font-size:25px;font-weight:700;justify-content:space-between;padding:16px 20px;text-align:left;width:100%}.toc-toggle:hover{background:#f9fafb}.toc-arrow{color:#1c305d;flex-shrink:0;transition:transform .3s ease}.sticky-toc.toc-expanded .toc-arrow{transform:rotate(180deg)}.toc-body{max-height:0;overflow:hidden;padding:0 8px;transition:max-height .35s ease,padding .35s ease}.sticky-toc.toc-expanded .toc-body{max-height:300px;overflow-y:auto;padding:0 8px 12px}.toc-body::-webkit-scrollbar{width:4px}.toc-body::-webkit-scrollbar-track{background:transparent}.toc-body::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.toc-body::-webkit-scrollbar-thumb:hover{background:#5c48da}.sticky-toc ul{list-style:none;margin:0;padding:0}.sticky-toc ul li a{border-left:3px solid transparent;border-radius:6px;color:#1c305d;display:block;font-size:14px;line-height:1.5;padding:8px 12px;text-decoration:none;transition:color .2s,border-color .2s,background .2s}.sticky-toc ul li a.active,.sticky-toc ul li a:hover{background:#f5f3ff;color:#5c48da}.sticky-toc ul li a.active{font-weight:600}.sticky-toc ul li+li{border-top:1px solid #f3f4f6}