.postCard {
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}

.topArea {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.avatar {
  border-radius: 50%;
}

.name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.role {
  font-size: 13px;
  color: #888;
  margin-top: -2px;
}

.meta {
  font-size: 13px;
  color: #777;
}

.meta span {
  font-weight: 600;
}

.rightIcons {
  margin-left: auto;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.message {
  margin-top: 15px;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
}

.postItem {
  border-bottom: 1px solid #e5e5e5;
  /* padding-bottom: 20px; */
  margin-bottom: 20px;
}

.postItem:last-child {
  border-bottom: none; /* remove line at bottom of last post */
}
