.flag-switch-menu-wrapper{position:relative;cursor:pointer;transition:all .1s ease;margin-left:10px;padding:3px;&:hover{border-bottom:1px solid #43955c}}.flag-switch-menu{top:30px;right:3px;padding-top:5px;position:absolute;width:40px;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out}.flag-switch-menu.show{max-height:200px;opacity:1;&:hover{opacity:.6}}