/*Basic style for shortcode with flags*/
#lsft_custom_dropdown_flags,
#sh_lsft_custom_dropdown_flags{
  list-style-type: none;
}
#lsft_custom_dropdown_flags:hover #sc_flags_submenu,
#sh_lsft_custom_dropdown_flags:hover #sh_sc_flags_submenu {
  /* left: 0 !important; */
  display:flex;
}

.stylable-list li{
  line-height: 32px;
}

#sc_flags_submenu,
#sh_sc_flags_submenu {
  margin-top: 0 !important;
  display: none;
  margin-left: 0 !important;
  flex-direction: column;
  list-style-type: none !important;
  width: auto !important;
  background-color: white !important;
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
  position: absolute !important;
  z-index: 99999 !important;
  white-space: nowrap !important;
  padding-left: 1px !important;
  opacity: 1 !important;
}
#sc_flags_submenu > li,
#sh_sc_flags_submenu > li {
  padding-left: 0 !important;
}
#sc_flags_submenu > li a,
#sh_sc_flags_submenu > li a {
  display: block;
}

#lsft_custom_dropdown_flags .edit_translation {
  padding: 2px 0 !important;
  font-weight: bold !important;
  background: #eee !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  text-align: center !important;
}
