/* TEMVIO v1.0.3 — Release UX Hotfix */
.chat-row.pending .chat-bubble{opacity:.72}
.chat-row.failed .chat-bubble{border-color:rgba(158,56,45,.35);background:#fff4f1}
.chat-row.failed time{color:var(--danger)}
.more-account-card{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px;margin-bottom:14px
}
.more-account-card>div{min-width:0;display:grid;gap:3px}
.more-account-card b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.more-account-card small{font-size:10px;color:var(--muted);line-height:1.5}
.btn.danger-outline{background:transparent;color:var(--danger);border:1px solid rgba(158,56,45,.35)}
@media(max-width:620px){
  .more-account-card{align-items:stretch;flex-direction:column}
  .more-account-card .btn{width:100%}
}
