.li2menu-btn {
    padding: 8px 15px;
    background: #2c3e50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.li2menu-dropdown {
    position: absolute;
    background: white;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 1000;
}

.li2menu-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.li2menu-dropdown a:hover {
    background: #f5f5f5;
}

.li2menu-arrow {
    font-size: 10px;
}
