/* v392: botones de responder, compartir y reportar con iconos, sin texto */
.msgActions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;align-items:center}
.replyMsgBtn,.shareMsgBtn,.reportMsgBtnV390{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(15,118,110,.16);
  border-radius:14px;
  width:42px; min-width:42px; height:42px;
  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;
  box-shadow:0 10px 22px rgba(8,47,42,.08);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease, background-color .16s ease, border-color .16s ease;
  background-color:#fff;
  background-repeat:no-repeat,no-repeat;
  background-position:center,center;
}
.replyMsgBtn:hover,.shareMsgBtn:hover,.reportMsgBtnV390:hover,
.replyMsgBtn:focus-visible,.shareMsgBtn:focus-visible,.reportMsgBtnV390:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(8,47,42,.12);
  outline:none;
}
.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'),linear-gradient(135deg,#f8fffc,#effbf8);
  background-size:24px 24px,auto;
}
.shareMsgBtn{
  border-color:rgba(59,130,246,.16);
  background-image:url('/assets/chat-share-icon-v392.png?v=392'),linear-gradient(135deg,#f4fbff,#eef7ff);
  background-size:24px 24px,auto;
}
.reportMsgBtnV390{
  border-color:rgba(217,83,79,.20);
  background-image:url('/assets/chat-report-icon-v392.png?v=392'),linear-gradient(135deg,#fff8f8,#fff1f2);
  background-size:24px 24px,auto;
}
.msgRow.own .replyMsgBtn{background-image:url('/assets/chat-reply-icon-v392.png?v=392'),linear-gradient(135deg,#eafff2,#dcfce7)}
.msgRow.own .shareMsgBtn{background-image:url('/assets/chat-share-icon-v392.png?v=392'),linear-gradient(135deg,#effdf6,#e6fff7)}
.groupMsgActionsV241 .reportMsgBtnV390,.groupMsgHeadV241 .reportMsgBtnV390,.groupMsgHead .reportMsgBtnV390{
  width:38px;min-width:38px;height:38px;border-radius:13px;
}
@media (max-width:760px){
  .msgActions{gap:6px}
  .replyMsgBtn,.shareMsgBtn,.reportMsgBtnV390{width:38px;min-width:38px;height:38px;border-radius:13px;background-size:22px 22px,auto}
}
@media (max-width:420px){
  .replyMsgBtn,.shareMsgBtn,.reportMsgBtnV390{width:36px;min-width:36px;height:36px;border-radius:12px;background-size:21px 21px,auto}
}
