/* SpaFlow v445: keep dropdown link names and descriptions separated. Loaded after v444. */
#sfV305StaffMenu.sf-v445-separated-menu a,
#sfV305StaffMenu.sf-v445-separated-menu button,
body #sfV305StaffMenu a[data-sf-v445-separated="true"],
body #sfV305StaffMenu button[data-sf-v445-separated="true"]{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  padding:10px 11px!important;
  line-height:1.2!important;
  white-space:normal!important;
}
#sfV305StaffMenu .sf-v445-menu-icon{
  display:inline-flex!important;
  flex:0 0 22px!important;
  width:22px!important;
  min-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:1px!important;
  font-size:1rem!important;
  line-height:1!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:transparent!important;
  padding:0!important;
}
#sfV305StaffMenu .sf-v445-menu-text{
  display:flex!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:2px!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:transparent!important;
  padding:0!important;
  margin:0!important;
  line-height:1.2!important;
}
#sfV305StaffMenu .sf-v445-menu-text strong{
  display:block!important;
  width:100%!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  font-size:.9rem!important;
  font-weight:900!important;
  line-height:1.18!important;
  margin:0!important;
  padding:0!important;
}
#sfV305StaffMenu .sf-v445-menu-text small{
  display:block!important;
  width:100%!important;
  color:#c9fbff!important;
  -webkit-text-fill-color:#c9fbff!important;
  font-size:.72rem!important;
  font-weight:650!important;
  line-height:1.25!important;
  letter-spacing:.01em!important;
  margin:1px 0 0!important;
  padding:0!important;
  opacity:.92!important;
  white-space:normal!important;
}
#sfV305StaffMenu a[data-sf-v445-separated="true"]:hover .sf-v445-menu-text small,
#sfV305StaffMenu button[data-sf-v445-separated="true"]:hover .sf-v445-menu-text small{
  color:#eaffff!important;
  -webkit-text-fill-color:#eaffff!important;
}
