.angie-mobile-lang-switcher-list-5645cbff {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 2px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e0e5e2;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.angie-mobile-lang-item-5645cbff {
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
}

.angie-mobile-lang-link-5645cbff {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px; /* Touch friendly height */
    text-decoration: none;
    font-size: 15px; /* Easily readable text size */
    font-weight: 600;
    color: #2D3748;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    min-width: 60px;
}

/* Active language (mint background) */
.angie-mobile-lang-item-5645cbff.current-lang .angie-mobile-lang-link-5645cbff {
    background-color: #BCE2CD;
    color: #1A365D;
}

.angie-mobile-lang-link-5645cbff:hover {
    color: #1a1a1a;
}
