/* MEETUS WORKSPACE51 — quoted status inside private chat */
.meetus-chat-status-reply-quote{
  width:100%;min-width:210px;max-width:390px;margin:0 0 7px;padding:7px;
  border:0;border-left:3px solid #8068e9;border-radius:10px;
  display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:9px;
  background:rgba(17,20,26,.34);color:inherit;text-align:left;cursor:pointer;overflow:hidden
}
.message-row.mine .meetus-chat-status-reply-quote{background:rgba(30,15,66,.24)}
.meetus-chat-status-preview{width:48px;height:48px;border-radius:9px;display:grid;place-items:center;overflow:hidden;position:relative}
.meetus-chat-status-preview.media{background:#090b0f}.meetus-chat-status-preview.media img,.meetus-chat-status-preview.media video{width:100%;height:100%;object-fit:cover}
.meetus-chat-status-preview.media i{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-style:normal;text-shadow:0 1px 5px #000}
.meetus-chat-status-preview.text{background:var(--status-reply-bg,#7967e8);color:#fff;font-weight:900;font-size:18px}
.meetus-chat-status-preview.voice{background:linear-gradient(145deg,#75268a,#39113d);font-size:23px}
.meetus-chat-status-reply-copy{min-width:0;display:block}.meetus-chat-status-reply-copy strong,.meetus-chat-status-reply-copy small,.meetus-chat-status-reply-copy>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.meetus-chat-status-reply-copy strong{color:#a996ff;font-size:12px}.meetus-chat-status-reply-copy small{margin-top:2px;color:inherit;font-size:11px;font-weight:700}.meetus-chat-status-reply-copy>span{margin-top:3px;color:rgba(255,255,255,.66);font-size:11px}
@media(max-width:600px){.meetus-chat-status-reply-quote{min-width:180px;max-width:290px}}
