.ddm-wrapper_04eda4fb {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: inherit;
    transition: height 0.3s ease;
}

.ddm-level_04eda4fb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: inherit;
    display: flex;
    flex-direction: column;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.ddm-level_04eda4fb::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.ddm-level-active_04eda4fb {
    transform: translateX(0);
    position: relative;
    z-index: 2;
}

.ddm-level-hidden_04eda4fb {
    transform: translateX(100%);
    z-index: 1;
}

.ddm-list_04eda4fb {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ddm-item_04eda4fb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 16px;
    transition: background-color 0.2s ease;
}

.ddm-item_04eda4fb:hover {
    background-color: rgba(0,0,0,0.02);
}

.ddm-link_04eda4fb {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.ddm-arrow_04eda4fb {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s;
}

.ddm-arrow_04eda4fb:hover {
    background-color: rgba(0,0,0,0.05);
}

.ddm-arrow_04eda4fb i, .ddm-arrow_04eda4fb svg {
    display: block;
    line-height: 1;
}

.ddm-back_04eda4fb {
    padding: 12px 16px;
    border-bottom: 1px solid #eeeeee;
    background-color: rgba(0,0,0,0.01);
}

.ddm-back-btn_04eda4fb {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    padding: 0;
}

.ddm-back-btn_04eda4fb:hover {
    color: #333333;
}

.ddm-back-btn_04eda4fb i, .ddm-back-btn_04eda4fb svg {
    display: block;
}
