.seo-killer-toc {
background: linear-gradient(165deg, #10140a 0%, #1a220f 45%, #0c1008 100%);
border: 1px solid #2a3518;
border-left: 4px solid #8fa31a;
border-radius: 8px;
padding: 18px 22px !important;
margin: 30px !important;
max-width: 680px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
line-height: 1.6;
color: #c4cbb0;
box-shadow: 0 10px 28px rgba(16, 20, 10, 0.28);
}
.seo-killer-toc-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(143, 163, 26, 0.28);
}
.seo-killer-toc-title {
font-size: 16px;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.2px;
}
.seo-killer-toc-toggle {
background: none;
border: 1px solid rgba(143, 163, 26, 0.45);
border-radius: 4px;
cursor: pointer;
font-size: 11px;
color: #d4e07a;
padding: 3px 8px;
transition: all 0.2s;
line-height: 1;
}
.seo-killer-toc-toggle:hover {
background: rgba(143, 163, 26, 0.16);
color: #ffffff;
border-color: #8fa31a;
}
.seo-killer-toc-toggle-icon {
display: inline-block;
transition: transform 0.3s ease;
}
.seo-killer-toc.collapsed .seo-killer-toc-toggle-icon {
transform: rotate(-90deg);
}
.seo-killer-toc.collapsed .seo-killer-toc-list {
display: none;
}
.seo-killer-toc-list {
margin: 0;
padding-left: 0;
list-style: none;
counter-reset: toc-counter;
}
.seo-killer-toc-list > li {
counter-increment: toc-counter;
}
.seo-killer-toc.numbered .seo-killer-toc-list > li > a::before {
content: counter(toc-counter) ". ";
color: #8fa31a;
font-weight: 600;
}
.seo-killer-toc-item {
margin-bottom: 6px;
padding: 3px 8px;
border-radius: 4px;
transition: background 0.2s;
}
.seo-killer-toc-item:hover {
background: rgba(143, 163, 26, 0.12);
}
.seo-killer-toc-item.active {
background: rgba(143, 163, 26, 0.18);
}
.seo-killer-toc-item.active > a {
color: #ffffff;
font-weight: 600;
}
.seo-killer-toc-list a {
color: #e4e8d8;
text-decoration: none;
font-size: 14px;
display: block;
transition: color 0.2s;
}
.seo-killer-toc-list a:hover {
color: #ffffff;
text-decoration: none;
}
.seo-killer-toc-sublist {
padding-left: 20px;
margin-top: 4px;
list-style: none;
counter-reset: toc-sub-counter;
}
.seo-killer-toc.numbered .seo-killer-toc-sublist > li > a::before {
content: counter(toc-counter) "." counter(toc-sub-counter) " ";
color: #8a9360;
font-weight: 500;
font-size: 12px;
}
.seo-killer-toc.numbered .seo-killer-toc-sublist > li {
counter-increment: toc-sub-counter;
}
.seo-killer-toc-sublist a {
font-size: 13px;
color: #c4cbb0;
}
.seo-killer-toc-sublist a:hover {
color: #e8eecd;
}
.seo-killer-toc-level-3 {
padding-left: 4px;
}
.seo-killer-toc-level-4 {
padding-left: 8px;
} .seo-killer-toc.seo-killer-toc-boxed {
background: #ffffff;
border: 2px solid #2271b1;
border-left-width: 2px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
color: inherit;
}
.seo-killer-toc.seo-killer-toc-boxed .seo-killer-toc-header {
background: #2271b1;
margin: -18px -22px 14px;
padding: 12px 22px;
border-radius: 4px 4px 0 0;
border-bottom: none;
}
.seo-killer-toc.seo-killer-toc-boxed .seo-killer-toc-title {
color: #ffffff;
}
.seo-killer-toc.seo-killer-toc-boxed .seo-killer-toc-toggle {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
}
.seo-killer-toc.seo-killer-toc-boxed .seo-killer-toc-toggle:hover {
background: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0.5);
}
.seo-killer-toc.seo-killer-toc-boxed .seo-killer-toc-list a {
color: #2271b1;
}
.seo-killer-toc.seo-killer-toc-boxed .seo-killer-toc-sublist a {
color: #50575e;
}
.seo-killer-toc.seo-killer-toc-boxed.numbered .seo-killer-toc-list > li > a::before {
color: #2271b1;
} .seo-killer-toc.seo-killer-toc-minimal {
background: transparent;
border: none;
border-left: 3px solid #dcdcde;
border-radius: 0;
padding: 8px 0 8px 18px;
box-shadow: none;
color: inherit;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-header {
border-bottom: none;
margin-bottom: 8px;
padding-bottom: 0;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-title {
font-size: 14px;
font-weight: 600;
color: #646970;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-toggle {
color: #646970;
border-color: #dcdcde;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-list a {
color: #2271b1;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-sublist a {
color: #50575e;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-item {
border-radius: 0;
padding: 2px 0;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-item:hover {
background: transparent;
}
.seo-killer-toc.seo-killer-toc-minimal .seo-killer-toc-item.active {
background: transparent;
border-left: 2px solid #2271b1;
margin-left: -19px;
padding-left: 17px;
} .seo-killer-toc.seo-killer-toc-dark {
background: #1d2327;
border: 1px solid #3c434a;
border-left: 4px solid #72aee6;
color: #c3c4c7;
box-shadow: none;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-header {
border-bottom-color: #3c434a;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-title {
color: #ffffff;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-toggle {
color: #c3c4c7;
border-color: #50575e;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-toggle:hover {
background: #2c3338;
color: #ffffff;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-list a {
color: #72aee6;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-list a:hover {
color: #a7d4f7;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-sublist a {
color: #8c8f94;
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-item:hover {
background: rgba(114, 174, 230, 0.08);
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-item.active {
background: rgba(114, 174, 230, 0.15);
}
.seo-killer-toc.seo-killer-toc-dark .seo-killer-toc-item.active > a {
color: #ffffff;
}
.seo-killer-toc.seo-killer-toc-dark.numbered .seo-killer-toc-list > li > a::before {
color: #72aee6;
} [id] {
scroll-margin-top: 80px;
} @media (max-width: 768px) {
.seo-killer-toc {
max-width: 100%;
padding: 14px 16px;
}
.seo-killer-toc-list a {
font-size: 13px;
}
}