.granit-post-info {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #015359;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.granit-post-info a {
  color: #015359 !important;
}

.granit-avatar-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center center;
  border-radius: 50% !important;
  margin-right: 15px;
}

.granit-post-date-wrapper {
  margin-left: 20px;
}

.granit-post-date-wrapper span {
  margin-top: 2px;
}

.granit-post-date-icon {
  margin-right: 5px;
}

.granit-post-date-icon svg {
  width: 14px;
}