.mention-dropdown {
  font-size: 14px;
}

.mention-option {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.mention-option:last-child {
  border-bottom: none;
}

.mention-option:hover {
  background: #f8f9fa;
}
