.mention-input:empty::before {
  content: attr(data-placeholder);
  color: #9ca3af;
  pointer-events: none;
}

.tribute-container {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 2px solid black;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  max-height: 200px;
  overflow-y: auto;
}

.tribute-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tribute-container li {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

.tribute-container li.highlight,
.tribute-container li:hover {
  background-color: #ccfbf1;
}
