@charset "UTF-8";
/***!  /modules/mod_simplelang/assets/css/style.css  !***/

.simple-lang-switcher{position:relative;cursor:pointer;display:inline-block}.simple-lang-switcher .current-lang{display:flex;align-items:center;gap:8px}.simple-lang-switcher .current-lang .lang-icon{width:20px;height:auto;border-radius:10px}.simple-lang-switcher .current-lang .lang-name{font-size:14px;color:var(--white)}.simple-lang-switcher .current-lang i{color:var(--grey);display:flex}.simple-lang-switcher.active .current-lang i{transform:rotate(180deg)}.simple-lang-switcher .lang-list{top:25px;display:none;position:absolute;right:0;background:var(--white);border:1px solid #ccc;border-radius:5px;list-style:none;margin:5px 0 0;z-index:1000;box-shadow:0 4px 6px rgba(0,0,0,0.1);padding:5px}.simple-lang-switcher .lang-list li a{display:flex;align-items:center;gap:8px;font-size:14px;text-decoration:none;min-width:100px;padding:5px 10px;border-radius:5px}.simple-lang-switcher .lang-list li a img{border-radius:10px;max-width:20px}.simple-lang-switcher .lang-list li a span{color:var(--dgrey)}.simple-lang-switcher .lang-list li:hover{background:#f0f0f0}
