/* Đảm bảo panel không gây tràn trang khi ẩn */
[data-investor-nav] {
    overflow: visible;
}

/* Fix chiều rộng và bóng đổ cho Panel khi trượt */
[data-investor-nav-panel] {
    will-change: transform;
    z-index: 99;
}

/* Icon SVG xoay mượt */
button[data-investor-nav-toggle] svg {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active .nav-line {
        width: 32px !important; /* Độ dài gạch (w-8) */
        margin-right: 12px !important; /* Khoảng cách (mr-3) */
        opacity: 1 !important;
    }