/* MISTER FAST LiveMapChat WEB V2.9.1 — Role Menu Real Links */
.mf514-menu a.mf291-real-link{
  width:100%; min-height:44px; display:flex; align-items:center; gap:12px;
  padding:10px 13px; border:0; border-radius:12px; box-sizing:border-box;
  color:#fff; text-decoration:none; cursor:pointer;
}
.mf514-menu a.mf291-real-link:hover,
.mf514-menu a.mf291-real-link:focus-visible{
  background:rgba(255,255,255,.13); color:#fff; outline:none;
}
.mf514-menu a.mf291-real-link span{width:26px; flex:0 0 26px; text-align:center; font-size:18px; line-height:1;}
.mf514-menu a.mf291-real-link b{min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:13px; font-weight:800;}
.mf514-menu a.mf291-real-link.is-opening{background:#FFC400; color:#003DA5;}
.mf514-sidebar.is-collapsed .mf514-menu a.mf291-real-link{justify-content:center; padding-inline:8px;}
.mf514-sidebar.is-collapsed .mf514-menu a.mf291-real-link b{display:none;}
