.mobile-menu-container-22e5f863 {
    width: 100%;
}

.mobile-menu-22e5f863 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.mobile-menu-22e5f863 li {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-22e5f863 li:last-child {
    border-bottom: none;
}

.mobile-menu-22e5f863 li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-menu-22e5f863 li a:hover {
    color: #000;
}

.mobile-menu-22e5f863-empty {
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
    border: 1px dashed #ccc;
    color: #666;
}