.msg.deleted,
.msg.out.deleted,
.msg.in.deleted {
  background: #f1f3f5;
  color: #7a8088;
}

.deleted-message {
  font-style: italic;
}

.reply-preview {
  border-left: 3px solid rgba(25, 118, 210, 0.55);
  display: grid;
  gap: 2px;
  margin-bottom: 7px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 8px;
}

.reply-preview strong,
.reply-preview span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reply-preview strong {
  color: #1769aa;
  font-size: 11px;
}

.reply-preview span {
  font-size: 12px;
  opacity: 0.76;
}
