.conv-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.conv-row:hover{
  background: #f9f9f9;
}

.conv-row .conv-text{
  font-weight: 500;
  color: #3b3b3b;
  font-size: .85rem;
}

