.custom-language-dropdown{position:relative;display:inline-block;font-size:16px;z-index:5}.custom-language-dropdown .current-language{display:flex;align-items:center;padding:10px 15px;background-color:transparent;border-radius:4px;cursor:pointer}.custom-language-dropdown .current-language img{width:16px;height:16px;margin-right:10px}.custom-language-dropdown .language-list{display:none;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1000;min-width:150px;list-style-type:none;padding:0;margin:0}.custom-language-dropdown .language-list.show{display:block}.custom-language-dropdown .language-list li a{display:flex;align-items:center;padding:10px 15px;text-decoration:none;color:#333}.custom-language-dropdown .language-list li a:hover{background-color:#f5f5f5}.custom-language-dropdown .language-list li img{width:16px;height:16px;margin-right:10px}