/* MOSSY_RIGHT_NAV_ICONS_SHEET_0701
   Right vertical rail icon polish from uploaded icon sheet.
   Scope: visual icon replacement only. No router/service/runtime changes. */
body[data-view="chat"] #rightRail .nav-icon{
  width:25px !important;
  height:23px !important;
  min-height:23px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}
body[data-view="chat"] #rightRail .nav-icon img.mossy-nav-img-sheet_0701{
  width:24px !important;
  height:24px !important;
  object-fit:contain !important;
  display:block !important;
  margin:0 auto !important;
  pointer-events:none !important;
  user-select:none !important;
  -webkit-user-drag:none !important;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.75)) saturate(1.05) contrast(1.03) !important;
  transform:translateY(0) !important;
}
body[data-view="chat"] #rightRail button.active .nav-icon img.mossy-nav-img-sheet_0701{
  width:25px !important;
  height:25px !important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.50)) saturate(1.12) contrast(1.05) !important;
}
body[data-view="chat"] #rightRail .nav-label{
  margin-top:0 !important;
  letter-spacing:-.07em !important;
  max-width:40px !important;
  overflow:hidden !important;
  text-overflow:clip !important;
}
body[data-view="chat"] #rightRail button{
  contain:layout paint !important;
}
