/* v393: botones de acciones como iconos sueltos, sin cuadritos */
.msgActions{display:flex;justify-content:flex-end;gap:3px;flex-wrap:wrap;align-items:center}
.replyMsgBtn,.shareMsgBtn,.reportMsgBtnV390{
  appearance:none;
  -webkit-appearance:none;
  background:transparent !important;
  background-color:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  width:30px; min-width:30px; height:30px;
  padding:0; margin:0;
  display:inline-flex; align-items:center; justify-content:center;
  overflow:hidden; white-space:nowrap;
  color:transparent !important;
  font-size:0 !important; line-height:0 !important;
  text-indent:-9999px;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-size:28px 28px !important;
  opacity:1;
  transition:transform .14s ease, filter .14s ease, opacity .14s ease;
}
.replyMsgBtn::before,.shareMsgBtn::before,.reportMsgBtnV390::before,
.replyMsgBtn::after,.shareMsgBtn::after,.reportMsgBtnV390::after{content:'' !important; display:none !important}
.replyMsgBtn{background-image:url('/assets/chat-reply-icon-v392.png?v=392') !important}
.shareMsgBtn{background-image:url('/assets/chat-share-icon-v392.png?v=392') !important}
.reportMsgBtnV390{background-image:url('/assets/chat-report-icon-v392.png?v=392') !important}
.replyMsgBtn:hover,.shareMsgBtn:hover,.reportMsgBtnV390:hover,
.replyMsgBtn:focus-visible,.shareMsgBtn:focus-visible,.reportMsgBtnV390:focus-visible{
  transform:scale(1.07);
  filter:saturate(1.03) brightness(1.02);
  outline:none;
}
.groupMsgActionsV241 .reportMsgBtnV390,.groupMsgHeadV241 .reportMsgBtnV390,.groupMsgHead .reportMsgBtnV390,
.groupMsgActionsV241 .replyMsgBtn,.groupMsgHeadV241 .replyMsgBtn,.groupMsgHead .replyMsgBtn,
.groupMsgActionsV241 .shareMsgBtn,.groupMsgHeadV241 .shareMsgBtn,.groupMsgHead .shareMsgBtn{
  width:28px; min-width:28px; height:28px; background-size:26px 26px !important;
}
@media (max-width:760px){
  .msgActions{gap:2px}
  .replyMsgBtn,.shareMsgBtn,.reportMsgBtnV390{width:28px; min-width:28px; height:28px; background-size:25px 25px !important}
}
@media (max-width:420px){
  .replyMsgBtn,.shareMsgBtn,.reportMsgBtnV390{width:27px; min-width:27px; height:27px; background-size:24px 24px !important}
}
