/*
 * MISTER FAST LiveMapChat WEB
 * V2.6.2 — Enterprise Emoji Toolbar Hotfix
 * Scope: WEB floating chat only. MINI untouched.
 */

body.mf-desktop-shell-body .mf514-emoji{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px 8px!important;
  min-height:52px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:thin;
  background:#fff!important;
  border-top:1px solid #E2EAF4!important;
  border-bottom:1px solid #E2EAF4!important;
  box-sizing:border-box!important;
}

body.mf-desktop-shell-body .mf514-emoji[hidden]{
  display:none!important;
}

body.mf-desktop-shell-body .mf514-emoji > button{
  flex:0 0 40px!important;
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:12px!important;
  background:#F1F5FA!important;
  color:#17345C!important;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
  font-size:23px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:transform .16s ease, background-color .16s ease, box-shadow .16s ease!important;
}

body.mf-desktop-shell-body .mf514-emoji > button:hover{
  background:#E7F0FF!important;
  transform:translateY(-2px)!important;
  box-shadow:0 4px 10px rgba(0,61,165,.10)!important;
}

body.mf-desktop-shell-body .mf514-emoji > button:active{
  transform:scale(.95)!important;
  box-shadow:none!important;
}

body.mf-desktop-shell-body .mf514-emoji > button:focus-visible{
  outline:3px solid rgba(0,61,165,.22)!important;
  outline-offset:2px!important;
}
