.entry-chapter-menu{position:fixed;width:170px;display:flex;flex-direction:column;font-size:.8em;padding:1rem;background:#fff;border-radius:15px;filter:drop-shadow(rgb(0 0 0 / .06) 0 1px 6px) drop-shadow(rgb(0 0 0 / .16) 0 2px 32px);left:50px;bottom:90px;font-size:14px;padding:1rem;line-height:1.5;transition:ease 0.3s 0.3s;max-height:calc(100svh - 250px);z-index:1}.entry-chapter-menu.entry-chapter-menu--active{width:300px;padding:1.5rem;transition:ease 0.3s;overflow:auto}@media (max-width:768px){.entry-chapter-menu{left:87px;bottom:30px}.entry-chapter-menu.entry-chapter-menu--active{bottom:90px;width:90%;left:5%}}.entry-chapter-menu a.entry-chapter-menu__item{color:#8f64f9;padding:.2rem 0;transition:ease 0.3s 0.3s;opacity:1;max-height:100px;margin-bottom:.5rem}.entry-chapter-menu a.entry-chapter-menu__item:hover{color:var(--e-global-color-588ccc7)}.entry-chapter-menu:not(.entry-chapter-menu--active) a.entry-chapter-menu__item{max-height:0;opacity:0;pointer-events:none;padding:0;transition:ease 0.3s;margin:0}button.entry-chapter-menu__button{background:none;padding:0;margin-bottom:0;display:flex;gap:10px;justify-content:center;transition:ease 0.3s;min-height:1.5em}.entry-chapter-menu__button__text{border-bottom:2px solid #8f64f9;color:#8f64f9;letter-spacing:1px;text-transform:uppercase;display:inline-block;padding-bottom:.5rem;transition:ease 0.3s;opacity:1;font-size:14px}.entry-chapter-menu__button__icon{width:15px;margin-top:-5px;fill:#8f64f9;transition:ease 0.3s;transform:rotateZ(0deg)}.entry-chapter-menu--active .entry-chapter-menu__button{margin-bottom:15px}.entry-chapter-menu--active .entry-chapter-menu__button__icon{transform:rotateZ(180deg)}.entry-chapter-menu__button:hover .entry-chapter-menu__button__text{color:var(--e-global-color-588ccc7);border-bottom-color:var(--e-global-color-588ccc7)}.entry-chapter-menu__button:hover .entry-chapter-menu__button__icon{fill:var(--e-global-color-588ccc7)}