main.post-container {
  max-width: 800px;
  margin: 40px auto 100px auto;
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 456px;
}

.avatar{
  border-radius: 32px;
  margin-right: 12px;
}

.post-title{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 24px;
}

.post-meta {
  color: #555;
  font-size: 0.9em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.post-meta span{
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-light);
}

.post-meta span.meta-divider{
  margin: 0 20px;
}

.category-label {
  display: inline-block;
  justify-content: center;
  background-color: #d86449;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 20px;
  min-width: 82px;
  text-align: center;
  margin-bottom: 24px;

  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 500;

}

.post-image {
  width: 100%;
  height: auto;
  max-height: 520px;
  margin-top: 40px ;
  margin-bottom: 40px;
  display: block;
}

.ph-calendar-blank{
  margin-right: 8px;
  height: 10px;
  color: var(--secondary-light);
}

.post-content p{
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
}