<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Basic style for shortcode with text*/
#lsft_custom_dropdown_names,
#sh_lsft_custom_dropdown_names{
  list-style-type: none;
}
#lsft_custom_dropdown_names:hover #sc_names_submenu,
#sh_lsft_custom_dropdown_names:hover #sh_sc_names_submenu {
  /* left: 0 !important; */
  display: flex;
}

.stylable-list li{
    line-height: 32px;
}

#sc_names_submenu,
#sh_sc_names_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_names_submenu &gt; li,
#sh_sc_names_submenu &gt; li {
  padding-left: 0 !important;
}
#sc_names_submenu &gt; li a,
#sh_sc_names_submenu &gt; li a {
  display: block;
}
#lsft_custom_dropdown_names .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;
}
</pre></body></html>