.post-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 8px 0 16px;
  font-size: 13px;
  color: #7a8499;
}

.post-dates time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.post-dates__published::before {
  content: "\e914";
  font-family: "Betru";
  font-size: 14px;
  color: #93c600;
}

.post-dates__modified::before {
  content: "\e914";
  font-family: "Betru";
  font-size: 14px;
  color: #52b5ff;
}

@media screen and (max-width: 576px) {
  .post-dates {
    font-size: 12px;
  }
}
