.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 */
}

.updateAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8080802b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  cursor: pointer;
}

.colorOne {
  background: #ffe6e6; /* light red */
  color: #b30000;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
}

.colorTwo {
  background: #e6ffe6; /* light green */
  color: #006600;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
}

.colorThree {
  background: #e6f0ff; /* light blue */
  color: #003399;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
}
