.sticky-faq-menu-wrapper-d0fb2e01 {
    position: sticky;
    top: 100px;
    height: fit-content;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    padding: 20px;
    background: #fcfcfc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.sticky-faq-menu-title-d0fb2e01 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.sticky-faq-menu-d0fb2e01 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sticky-faq-menu-d0fb2e01 li {
    margin-bottom: 10px;
}
.sticky-faq-menu-d0fb2e01 a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    color: #333;
}
.sticky-faq-menu-d0fb2e01 a:hover,
.sticky-faq-menu-d0fb2e01 a.active {
    font-weight: 600;
    color: #ff5722;
}