/* V38.17 — targeted mobile chat stability + Zalo-like message status */
.msg-row.me > .msg-status-button{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:4px !important;
  width:auto !important;
  margin-top:2px !important;
  margin-right:2px !important;
  padding:1px 3px !important;
  line-height:1.15 !important;
  font-size:10px !important;
  white-space:nowrap !important;
}
.msg-status-check{
  display:inline-block !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:-2px !important;
  line-height:1 !important;
}
.msg-status-check.seen-check{ color:#25D366 !important; }
.msg-status-check.delivered-check{ color:var(--text-sub,#94a3b8) !important; }
.msg-status-check.pending-check{ color:var(--text-sub,#94a3b8) !important; }
@media (max-width:767px){
  .msg-row.me > .msg-status-button{ margin-top:1px !important; }
}
