/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* 
------------------------------------------------------- */
.language-switcher {
    display: flex;
    flex-direction: column; 
    gap: 10px; 
    padding: 10px; /* Внутренний отступ контейнера */
}

.language-switcher a {
    display: inline-flex;
    align-items: center; 
    text-decoration: none; 
    color: #333; 
    font-size: 16px; 
    transition: color 0.3s; 
}

.language-switcher a:hover {
    color: #007bff; 
}

.language-switcher .flag-emoji {
    margin-right: 8px; 
    font-size: 20px; 
}