:root { --main-color: #4da620; --main-width: 1200px; --h1-size: 2.4rem; --h2-size: 1.8rem; --h3-size: 1.5rem; --h1-color: #fff; --h2-color: #67e035; --h3-color: #a4fc74; --accent-yellow: #ffea46; --accent-orange: #ff9212; --accent-pink: #ff2fd9; --accent-purple: #7029fe; }
body { background: #181921; margin: 0; padding: 0; color: #e0f1e2; font-family: 'Segoe UI', 'Roboto', Arial, sans-serif; font-size: 1.08rem; line-height: 1.7; min-height: 100vh; }
.hero-section { padding: 0; position: relative; overflow: hidden; width: 100%; background: #17181d; }
.hero-bg-container { position: absolute; inset: 0; z-index: 0; }
.hero-container { max-width: var(--main-width); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 40px; position: relative; z-index: 2; flex-direction: row; min-height: 340px; }
.hero-content { flex: 1; margin: 30px 0; min-width: 260px; }
.hero-title { font-size: var(--h1-size); line-height: 1.1; margin-bottom: 20px; position: relative; display: inline-block; color: var(--h1-color); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.hero-subtitle { font-size: 1.3rem; margin-bottom: 30px; margin-top: 20px; color: #fff; position: relative; display: block; }
.hero-btn { background: linear-gradient(135deg, #4da620 0%, #71ca44 100%); color: #fff; border: none; padding: 13px 31px; border-radius: 29px; font-size: 1rem; cursor: pointer; font-weight: bold; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px; transition: 0.3s; margin-top: 20px; position: relative; overflow: hidden; }
.hero-btn .hero-btn-shine { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent); pointer-events: none; }
.hero-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); }
.hero-btn:hover .hero-btn-shine { animation: hero-shine 1s forwards; }
@keyframes hero-shine { to { left: 100%; } }
    .hero-bonus2 { flex: 0 0 400px; display: flex; align-items: center; justify-content: center; height: 260px; border-left: none; border-right: none; min-width: 220px; }
    .hero-image-container { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0px; box-sizing: border-box; }
    .hero-uploaded-image { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border: none; box-sizing: border-box; border-radius: 0; }
@media (max-width: 900px) {
    .hero-container { flex-direction: column; gap: 25px; min-height: unset; padding: 35px 7vw 30px 7vw; }
    .hero-bonus2 { height: 180px; max-width: 90vw; min-width: 0; }
}
@media (max-width: 600px) {
    .hero-container { padding: 28px 5vw 24px 5vw; }
    .hero-title { font-size: 1.5rem; }
    .hero-bonus2 { height: 110px; }
}
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; color: var(--main-color); }
.content-container { max-width: var(--main-width); margin: 45px auto 45px auto; padding: 32px 20px; box-sizing: border-box; }
.content-container h1, .content-container h2, .content-container h3 { font-weight: bold; margin-top: 2.4em; margin-bottom: 1.2em; }
.content-container h1 { color: var(--h1-color); font-size: var(--h1-size); text-shadow: 0 2px 15px #242d18a2; }
.content-container h2 { color: var(--h2-color); font-size: var(--h2-size); }
.content-container h3 { color: var(--h3-color); font-size: var(--h3-size); }
.content-container p { margin: 1.15em 0; }
.content-container ul { margin: 1.3em 0 1.3em 2em; }
.content-container li { margin-bottom: 0.45em; }
.content-container table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 1rem; }
.content-container th, .content-container td { padding: 12px 14px; border-bottom: 1px solid #242d18; }
.content-container th { background: linear-gradient(90deg, #232c1a 50%, #1d1e25 100%); color: #fff; }
.content-container img { max-width: 100%; height: auto; border-radius: 11px; box-shadow: 0 5px 16px #0002; }
.toc-toggle-btn {
    background: linear-gradient(135deg, rgb(77, 166, 32) 0%, rgb(113, 202, 68) 100%);
    color: #ffffff;
}
.feed-block { margin: 3em 0 2em 0; }
.feed-block-title { font-size: 1.7rem; color: var(--accent-yellow); margin-bottom: 1.2em; font-weight: bold; }
.feed-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.feed-article { background: linear-gradient(100deg, rgba(77,166,32,0.09) 15%, rgba(255,255,255,0.06) 100%); border-radius: 17px; padding: 18px 15px 14px 15px; display: flex; flex-direction: column; box-shadow: 0 2px 20px 0 rgba(0,0,0,0.11); transition: box-shadow .21s; }
.feed-article:hover { box-shadow: 0 5px 34px 0 #67e03566; }
.feed-article-img { width: 100%; height: 145px; object-fit: cover; border-radius: 10px; margin-bottom: 13px; }
.feed-article-title { font-size: 1.17rem; color: var(--accent-orange); font-weight: 600; margin: 0 0 0.65em 0; line-height: 1.25; text-decoration: underline; }
.feed-article-title:hover { color: var(--main-color); }
.feed-article-desc { color: #fff; font-size: 0.98rem; margin-bottom: 0; }
@media (max-width: 900px) {
    .feed-list { grid-template-columns: 1fr 1fr; gap: 22px; }
}
@media (max-width: 650px) {
    .feed-list { grid-template-columns: 1fr; gap: 19px; }
    .feed-block-title { font-size: 1.23rem; }
}
.comment-block { margin: 3em 0 2em 0; }
.comment-block-title { font-size: 1.3rem; color: var(--accent-pink); margin-bottom: 1.05em; font-weight: 700; letter-spacing: 0.04em; }
.comment-list { display: flex; flex-direction: column; gap: 18px; }
.comment-item { padding: 17px 21px 14px 21px; border-radius: 13px; background: linear-gradient(97deg, #ff2fd91a 0%, #fff0 100%); color: #fff; font-size: 1.01rem; box-shadow: 0 3px 13px #ff2fd930; }
.comment-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.comment-name { font-weight: bold; color: var(--accent-pink); font-size: 1.02em; }
.comment-date { color: #ffadf7; font-size: 0.97em; }
.comment-text { color: #fff; }
.faq-block { margin: 3em 0 2em 0; }
.faq-block-title { font-size: 1.25rem; color: var(--accent-purple); font-weight: 700; margin-bottom: 1em; }
.faq-list { display: flex; flex-direction: column; gap: 17px; }
.faq-item { padding: 16px 20px 13px 20px; border-radius: 13px; background: linear-gradient(90deg, #232c1a 0%, #1e1e27 100%); color: #fff; font-size: 1.05rem; box-shadow: 0 2px 13px #4529fe26; border-left: 7px solid var(--accent-purple); }
.faq-question { color: var(--accent-purple); font-weight: bold; font-size: 1.09em; margin-bottom: 4px; }
.faq-answer { color: #fff; margin-left: 4px; }
footer { background: #141816; color: #fff; padding: 48px 0 24px 0; text-align: center; }
.footer-inner { max-width: var(--main-width); margin: 0 auto; }
.footer-menu { display: flex; justify-content: center; gap: 26px; margin-bottom: 23px; flex-wrap: wrap; }
.footer-menu a { color: #fff; text-decoration: none; font-weight: 600; font-size: 1.01rem; transition: color 0.15s; padding: 6px 7px; border-radius: 6px; position: relative; }
.footer-menu a:hover { background: var(--main-color); color: #17181d; }
@media (max-width: 600px) {
    .footer-menu { flex-direction: column; align-items: flex-start; gap: 8px; margin-left: 3vw; }
    .footer-menu a { padding: 5px 2px; font-size: 0.99rem; }
    footer { padding: 36px 0 17px 0; }
}
.footer-copyright { font-size: 0.99em; color: #b0c8a5; text-align: center; margin-top: 10px; }
.template_invisible { display: none; }
:root { --menu-color: #000000; --menu-text: #FFFFFF; --hover-color: var(--main-color); --hover-text: #000000; }
[data-theme="light"] { --menu-color: #FFFFFF; --menu-text: #000000; --hover-color: var(--main-color); --hover-text: #FFFFFF; }
a { color: inherit; text-decoration: underline; }
.container { max-width: var(--main-width); margin: 0 auto; padding: 0 20px; }
header { padding: 0; background-color: var(--menu-color); position: relative; }
.desktop-menu { display: flex; list-style: none; margin: 0; padding: 0; }
.desktop-menu > li { position: relative; margin: 0px; }
.desktop-menu > li > a { color: var(--menu-text); text-decoration: none; font-size: 1rem; padding: 10px 15px; display: flex; align-items: center; transition: color 0.1s; }
.desktop-menu > li > a:hover { color: var(--hover-color); }
.desktop-menu > li.has-submenu > a::after { content: '▼'; font-size: 0.5rem; margin-top: 2px; margin-left: 5px; }
.submenu { position: absolute; top: 100%; left: 0; background-color: var(--menu-color); min-width: 200px; list-style: none; opacity: 0; visibility: hidden; transition: all 0.1s; z-index: 1000; border-radius: 5px; overflow: hidden; }
.desktop-menu > li:hover .submenu { opacity: 1; visibility: visible; }
.submenu { margin: 0px; padding: 0px !important; }
.submenu li { margin: 0px; padding: 0px !important; }
.submenu li a { color: var(--menu-text); text-decoration: none; display: block; width: 100% !important; padding: 12px 15px; margin: 0px !important; transition: background 0.1s; }
.submenu li a:hover { color: var(--hover-text); background-color: var(--hover-color); }
.burger-menu { order: 3; display: none; background: none; border: none; color: #ffffff; font-size: 1.6rem; cursor: pointer; }
.mobile-menu-close { position: absolute; top: 15px; right: 15px; background: none; border: none; color: white; font-size: 24px; cursor: pointer; display: none; }
.header-container { display: flex; flex-wrap: wrap; align-items: center; }
nav { order: 2; display: block; width: auto; margin-left: auto; margin-top: 12px; margin-bottom: 12px;     display: flex;
    justify-content: center;
    gap: 26px;
    margin-bottom: 23px;
    flex-wrap: wrap;}
.logo { order: 1; font-size: 1.8rem; font-weight: bold; color: var(--hover-color); text-decoration: none; margin-right: auto; }
.logo img { margin: 0px; }
.header-right { order: 3; display: inline-block; margin-left: 20px; padding: 12px 0; }
.language-switcher { }
.language-switcher:empty { display: none; }
.language-switcher { display: flex; gap: 15px; }
.language-switcher a { color: #fff; text-decoration: none; font-size: 14px; }
@media (max-width: 768px) {
    .logo { order: 1; font-size: 1.4rem; }
    .burger-menu { display: block; margin-left: auto; }
    .header-right { display: block; width: 100%; text-align: center; }
    .language-switcher { display: inline-flex; margin: 10px auto 0px auto; }
}
@media (max-width: 768px) {
    nav { position: fixed; top: 0; left: 0; width: 80%; height: 100vh; background: #1a1a1a; z-index: 1000; transform: translateX(-100%); transition: transform 0.3s ease; padding: 60px 20px 20px; box-sizing: border-box; }
    nav.active { transform: translateX(0); }
    .desktop-menu { flex-direction: column; margin: 0px; }
    .has-submenu { position: relative; width: 100%; font-size: 0.9rem; margin: 0px; padding-right: 30px; }
    .has-submenu > a { display: flex; }
    .desktop-menu > li.has-submenu > a::after { position: absolute; right: 0px; top: 20px; transform: translateY(-50%); font-size: 0.8rem; margin-left: 0; transition: transform 0.3s; padding: 10px; }
    .desktop-menu > li.has-submenu > a.submenu-active::after { padding: 10px; transform: translateY(-50%) rotate(180deg); }
    .submenu { display: none; position: static; opacity: 1; visibility: visible; background-color: transparent; padding-left: 15px; }
    .submenu.active { display: block; margin-left: 20px; margin-bottom: 0px;}
    .submenu li a { color: var(--menu-text); background-color: transparent; text-decoration: none; display: block; padding: 5px 0px; transition: background 0.1s; }
    .submenu li a:hover { color: var(--hover-color); background-color: transparent; }
    .nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; }
    .nav-overlay.active { display: block; }
    .mobile-menu-close { display: block; }
}

/*
@media (max-width: 1919px) { :root { --main-width: 1200px; } [style*="max-width: 1200px"] { max-width: 1200px !important; } }
@media (min-width: 1530px) and (max-width: 1920px) { :root { --main-width: 90%; } [style*="max-width: 1200px"], .hero-container, .hero-section .hero-container, .hero-section .hero-container[style*="max-width: 1200px"], .hero-container[style*="max-width: 1200px"], [style*="max-width: 1200px"].hero-container { max-width: 90% !important; width: 90% !important; } }
@media (min-width: 1921px) { :root { --main-width: 80%; } [style*="max-width: 1200px"], .hero-container, .hero-section .hero-container, .hero-section .hero-container[style*="max-width: 1200px"], .hero-container[style*="max-width: 1200px"], [style*="max-width: 1200px"].hero-container { max-width: 80% !important; width: 80% !important; } }
    */
    .main-content { margin-top: 20px; }
    .sidebar { flex: 0 0 25%; margin-top: 20px; }
    .content-container > p, .content-container > ul > li, .content-container > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
    .content-container > img, .content-container > p > img { max-width: 100%; border-radius: 10px; }
    .main-content > p, .main-content > ul > li, .main-content > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
    .main-content > img, .main-content > p > img { max-width: 100%; border-radius: 10px; }
    .cta-button { text-decoration: none !important; }
    .toc-section { padding-top: 0px !important; }
    .random-link-block { background: linear-gradient(90deg, #ffea46 7%, #ff2fd9 93%); color: #232416; border-radius: 11px; padding: 16px 24px; font-size: 1.09rem; font-weight: 700; margin: 28px 0 34px 0; display: inline-block; box-shadow: 0 6px 23px #ff2fd926; border-left: 8px solid #ff9212; position: relative; }
    .random-link-block a { color: #7029fe; text-decoration: underline; font-weight: 900; background: none; border: none; box-shadow: none; transition: color 0.16s; }
    .random-link-block a:hover { color: #ff2fd9; text-decoration: underline; }
@media (max-width:600px) {
    .random-link-block { font-size: 0.99rem; padding: 13px 12px; }
}
.cta-block-btn { display: flex; justify-content: center; align-items: center; width: 100%; margin: 35px 0 54px 0; }
.cta-btn-main { background: linear-gradient(102deg, #7029fe 15%, #ff9212 80%); color: #fff; border: none; border-radius: 45px; min-width: 248px; min-height: 68px; font-size: 1.35rem; font-weight: 800; box-shadow: 0 12px 45px #ff921275, 0 4px 18px #7029fe40; letter-spacing: 0.06em; cursor: pointer; outline: none; transition: box-shadow 0.20s, transform 0.16s, background 0.15s; text-decoration: none !important; position: relative; overflow: hidden; }
.cta-btn-main .cta-btn-ico { font-size: 1.25em; margin-right: 14px; }
.cta-btn-main:hover { background: linear-gradient(115deg, #ff9212 20%, #7029fe 95%); box-shadow: 0 18px 52px #ff9212c2, 0 7px 19px #7029fe7d; transform: scale(1.045); }
.cta-btn-main:focus { outline: none; }
@media (max-width:600px) {
    .cta-block-btn { margin: 21px 0 32px 0; }
    .cta-btn-main { min-width: 170px; min-height: 48px; font-size: 1rem; }
}
.brand-table-block { width: 100%; margin: 54px 0 42px 0; box-shadow: 0 10px 44px 0 #0a1b07c8; border-radius: 21px; overflow: hidden; background: #242c16; position: relative; }
.brand-table-header { display: flex; background: linear-gradient(92deg, #4da620 28%, #67e035 100%); color: #fff; font-weight: 700; font-size: 1.08rem; letter-spacing: 0.02em; height: 61px; align-items: center; }
.brand-table-header .brand-table-cell { flex: 1 1 0; text-align: center; padding: 0 10px; display: flex; align-items: center; justify-content: center; font-size: 1.11rem; height: 100%; letter-spacing: 0.03em; }
.brand-table-header .brand-table-cell:first-child { flex: 0 0 160px; justify-content: center; }
.brand-table-header .brand-table-cell:last-child { flex: 0 0 170px; }
.brand-table-rows { width: 100%; }
.brand-row { display: flex; align-items: center; width: 100%; background: #28301b; border-bottom: 2px solid #232815; transition: box-shadow 0.18s, transform 0.14s; font-size: 0.98rem; min-height: 74px; position: relative; }
.brand-row:last-child { border-bottom: none; }
.brand-row:hover { box-shadow: 0 8px 40px #71ca4440, 0 1.5px 0 #4da620; transform: translateY(-3px) scale(1.012); z-index: 1; }
.brand-table-cell { flex: 1 1 0; padding: 19px 10px; display: flex; align-items: center; justify-content: center; min-width: 0; word-break: break-word; }
.brand-table-cell.brand-casino { flex: 0 0 160px; justify-content: center; padding: 13px 7px; }
.brand-table-cell.brand-rating { min-width: 95px; }
.brand-table-cell.brand-bonus { min-width: 133px; }
.brand-table-cell.brand-pros-cons { flex: 2 2 0; justify-content: flex-start; align-items: flex-start; text-align: left; font-size: 0.96rem; line-height: 1.45; padding-left: 24px; padding-right: 10px; }
.brand-table-cell.brand-link { flex: 0 0 170px; justify-content: center; padding: 0 14px; }
.brand-table-cell img { display: block; width: 150px; max-width: 100%; max-height: 54px; object-fit: contain; filter: drop-shadow(0 2px 10px #121f07aa); }
.brand-rating-stars { font-size: 1.18em; color: #ffe358; letter-spacing: 0.04em; }
.brand-pros-cons-inner { text-align: left; width: 100%; }
.brand-table-btn { background: linear-gradient(95deg, #ff2fd9 20%, #ffea46 85%); color: #181921; border: none; font-size: 1.07rem; font-weight: 700; padding: 0 31px 0 22px; height: 48px; border-radius: 29px; box-shadow: 0 6px 24px #ffea4681; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none !important; letter-spacing: 0.01em; transition: box-shadow 0.22s, transform 0.15s, background 0.18s; position: relative; overflow: hidden; }
.brand-table-btn .brand-table-btn-icon { margin-left: 9px; font-size: 1.16em; }
.brand-table-btn:active { transform: scale(0.97); }
.brand-table-btn:hover { background: linear-gradient(110deg, #ffea46 22%, #ff2fd9 92%); box-shadow: 0 12px 30px #ffea46b9, 0 2px 12px #ff2fd980; }
.brand-table-btn:focus { outline: none; }
.brand-row .brand-table-btn { animation: brand-btn-pop 0.9s cubic-bezier(.47,1.64,.41,.8) both; }
@keyframes brand-btn-pop { 0% { transform: scale(0.93); opacity: 0.4; } 77% { transform: scale(1.09); opacity: 0.97; } 100% { transform: scale(1); opacity: 1; } }
    .brand-table-cell.brand-pros-cons br { line-height: 1.45; }
@media (max-width: 950px) {
    .brand-table-header, .brand-row { font-size: 0.98rem; }
    .brand-table-cell img { width: 110px; max-height: 43px; }
    .brand-table-cell { padding: 12px 5px; }
    .brand-table-btn { height: 39px; font-size: 0.97rem; padding: 0 18px 0 13px; }
}
@media (max-width: 750px) {
    .brand-table-block { border-radius: 15px; margin: 37px 0 33px 0; }
    .brand-table-header { display: none; }
    .brand-table-rows { width: 100%; }
    .brand-row { display: flex; flex-direction: column; align-items: stretch; background: #28301b; border-radius: 14px; margin-bottom: 20px; box-shadow: 0 2px 15px #4da62048; min-height: 0; border-bottom: none; padding: 0 0 7px 0; }
    .brand-row:last-child { margin-bottom: 0; }
    .brand-table-cell { justify-content: center; align-items: center; padding: 12px 8vw 6px 8vw; min-width: 0; text-align: center; width: 100%; }
    .brand-table-cell.brand-casino { order: 1; padding: 17px 8vw 2px 8vw; }
    .brand-table-cell.brand-rating { order: 2; }
    .brand-table-cell.brand-bonus { order: 3; }
    .brand-table-cell.brand-pros-cons { order: 4; justify-content: flex-start; align-items: flex-start; text-align: left; padding: 12px 8vw 2px 12vw; font-size: 0.98rem; width: 100%; }
    .brand-table-cell.brand-link { order: 5; padding: 9px 6vw 17px 6vw; }
}
@media (max-width: 600px) {
    .brand-table-block { margin: 23px -8vw 21px -8vw; border-radius: 0; }
    .brand-table-cell img { width: 92px; max-height: 33px; }
    .brand-table-btn { font-size: 0.94rem; padding: 0 10vw; min-width: 135px; }
}
.floating-panel-holder { height: 80px; }
.floating-panel { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 2222; height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; border-radius: 27px; background: linear-gradient(99deg, #ff9212 12%, #7029fe 100%); box-shadow: 0 7px 36px #ff2fd950, 0 3px 12px #ffea4688; transition: transform 0.33s cubic-bezier(.64,.06,.36,.99), opacity 0.22s; opacity: 0; transform: translateY(120%); pointer-events: none; }
.floating-panel.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-panel-logo { font-size: 1.6rem; font-weight: bold; color: #fff; text-decoration: none; letter-spacing: 0.05em; }
.floating-panel-btn { background: linear-gradient(93deg, #ffea46 10%, #ff2fd9 90%); color: #232416; border: none; border-radius: 40px; min-width: 192px; min-height: 54px; font-size: 1.19rem; font-weight: 800; letter-spacing: 0.04em; box-shadow: 0 7px 30px #ffea468a, 0 3px 12px #ff2fd985; text-decoration: none !important; cursor: pointer; outline: none; display: flex; align-items: center; justify-content: center; transition: box-shadow 0.19s, transform 0.13s, background 0.14s; }
.floating-panel-btn:hover { background: linear-gradient(101deg, #ff2fd9 10%, #ffea46 90%); box-shadow: 0 12px 42px #ff2fd9c1, 0 7px 22px #ffea4680; transform: scale(1.04); }
.floating-panel-btn:focus { outline: none; }
@media (max-width: 700px) {
    .floating-panel { padding: 0 11px; }
    .floating-panel-logo { display: none !important; }
    .floating-panel-btn { min-width: 120px; min-height: 42px; font-size: 1.02rem; }
    .floating-panel { justify-content: center; }
}
@media (max-width: 400px) {
    .floating-panel { height: 66px; min-height: 0; }
}
.floating-panel-filler { width: 100%; height: 80px; background: #141816; display: block; }

/* base */
button.toc-toggle-btn,
.toc-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background-image: linear-gradient(135deg, rgb(77,166,32) 0%, rgb(113,202,68) 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 1.06rem;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  outline: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

/* states */
button.toc-toggle-btn:hover,
button.toc-toggle-btn:active,
button.toc-toggle-btn:focus,
button.toc-toggle-btn[aria-expanded="true"],
.toc-toggle-btn:hover,
.toc-toggle-btn:active,
.toc-toggle-btn:focus,
.toc-toggle-btn[aria-expanded="true"] {
  background-image: linear-gradient(135deg, rgb(77,166,32) 0%, rgb(113,202,68) 100%);
}

/* no overlay from pseudo-elements */
.toc-toggle-btn::before,
.toc-toggle-btn::after {
  background: none;
}
