/* SpaceWorks Vertical Menu Widget Styles */
.spaceworks-vertical-menu-wrapper {
    display: block;
    width: 100%;
}

.spaceworks-vertical-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spaceworks-vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spaceworks-vertical-menu li {
    display: block;
    position: relative;
    /* Optional: borders set by Elementor will apply here */
}

.spaceworks-vertical-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1.5;
    transition: all 0.3s ease;
    width: 100%;
}

.spaceworks-vertical-menu .spaceworks-menu-icon {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Child item basic reset */
.spaceworks-vertical-menu .sub-menu {
    display: block; /* Ensure sub-menus are always expanded */
}
