.oc-menu-10a440cf {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.oc-menu-10a440cf .oc-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: min-height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.oc-menu-10a440cf .oc-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(0);
    position: relative;
}

.oc-menu-10a440cf ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-shrink: 0;
}

/* Recurrent sub-level menus */
.oc-menu-10a440cf .oc-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: inherit;
    z-index: 10;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    transform: scale(0.97) translateX(10px);
    transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.oc-menu-10a440cf .oc-submenu.is-active {
    display: block !important;
    opacity: 1;
    transform: scale(1) translateX(0);
}

.oc-menu-10a440cf .oc-item {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    position: static !important; /* Force static to prevent nested menus positioning incorrectly */
}

.oc-menu-10a440cf .oc-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    transition: background-color 0.2s ease, padding 0.2s ease;
}

.oc-menu-10a440cf .oc-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: block;
    flex-grow: 1;
    color: #333333;
    transition: color 0.2s ease;
}

.oc-menu-10a440cf .oc-indicator {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #888888;
    transition: color 0.2s ease;
}

.oc-menu-10a440cf .oc-indicator svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    transition: fill 0.2s ease;
}

.oc-menu-10a440cf .oc-back {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.02);
}

.oc-menu-10a440cf .oc-back-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s ease, padding 0.2s ease;
}

.oc-menu-10a440cf .oc-back-icon {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}

.oc-menu-10a440cf .oc-back-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.oc-menu-10a440cf .parent-info {
    opacity: 0.8;
}

.oc-menu-10a440cf .parent-info .parent-main-link {
    font-style: normal;
    text-decoration: none;
    display: block;
}
