.mf-sendmsg-placeholders,
.mf-sendmsg-emojis {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.mf-sendmsg-placeholders .mf-token,
.mf-sendmsg-emojis .mf-emoji {
  border: 1px solid #ced4da;
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
}

.mf-sendmsg-placeholders .mf-token:hover,
.mf-sendmsg-emojis .mf-emoji:hover {
  background: #e9ecef;
}

.mf-sendmsg-signature textarea {
  font-size: 0.85rem;
  background-color: #fdfdfd;
}
