.profile-pic {
  width: 40px;
  height: 40px !important;
  border-radius: 50% !important;
  object-fit: cover;
  background-color: #ddd;
  margin-top: 5px;
}

.post-author {
  display: flex;
  width: fit-content;
}

.user-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
}

.verified-txt {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  padding-left: 10px;
}

.verified-icon {
  background-color: #36B37E;
  padding: 0px 4px;
  border-radius: 50%;
}

.verified-icon svg {
  width: 10px;
  fill: #fff;
}