          #stylable-list {
    position: relative;
    background: transparent;
}

#stylable-list a:hover,
#stylable-list a:focus {
    text-decoration: none !important;
}

#stylable-list-first-item {
    display: inline-flex !important;
    align-items: center !important;
}

#stylable-list-first-item img {
    width: 32px !important;
    max-width: 32px !important;
}

#stylable-list-first-item::after {
    /* content: '\e900';
    font-family: Astra; */
    content: '\f107' !important;
    font-family: 'Font Awesome 5 Free' !important;
    display: inline-block !important;
    font-size: .6rem !important;
    font-weight: 700 !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased;
    margin-left: 4px !important;
    line-height: normal !important;
    color: inherit !important;
    /*use !important here to overwrite the inline styles of your theme*/
}

#stylable-list:hover>#lsft-sub-menu,
#lsft-sub-menu:hover {
    left: 0 !important;
}

#lsft-sub-menu {
    display: flex;
    margin-left: 0 !important;
    flex-direction: column;
    list-style-type: none !important;
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    left: -999em !important;
    position: absolute !important;
    /*top: 32px !important;*/
    /* top: 32px !important; */
    z-index: 99999 !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
    opacity: 1 !important;
}

#lsft-sub-menu::before {
    /* display: none !important; */
}

#lsft-sub-menu li {
    background-color: transparent;
    /* margin-left: -35px !important; */
    width: 100% !important;
    line-height: 1;
    margin-left: -4px; /*compensate the ::after pseudo-element in the first item */
    /*use !important here to overwrite the inline styles of your theme*/
}

#lsft-sub-menu li a {
    color: inherit !important;
    width: 100% !important;
    padding: 2px 0;
}

#lsft-sub-menu li a:hover {
    color: black !important;
    background-color: transparent !important;
}

#lsft-sub-menu li a img {
    color: inherit !important;
    width: 32px !important;
}

#lsft-sub-menu>li a span {
    color: inherit !important;
}

.flag-only {
    display: flex !important;
    justify-content: center !important;
    width: 50px !important;
}

.flag-only #lsft-sub-menu li:not(.edit_translation)>a {
    padding: 4px 0 !important;
}

.flag-and-text>a,
.flag-and-text li:not(.edit_translation)>a {
    padding-left: 36px !important;
    color: inherit !important;
    /* padding: 2px 10px 2px 4px; */
}

.edit_translation {
    padding: 2px 0 !important;
    font-weight: bold !important;
    background: #eee !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5) !important;
    text-align: center !important;
}          