/* tuan 25/11/2025 */
.blog-single .post .entry-content {
  padding-top: 0px;
}

.blog-single .post header.entry-header .entry-header-text h1.entry-title {
  margin-bottom: 0px;
}

.post-meta-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}

.post-meta-box.meta-box-cat {
  padding: 16px 0;
  justify-content: start;
}

.post-meta-box .author-avatar {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.post-meta-box .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.post-meta-box .meta-info {
  display: flex;
  gap: 20px;
  color: #f2f2f2;
  font-size: 14px;
}

@media (max-width: 768px) {
  .post-meta-box .author-avatar {
    height: 60px;
  }

  .post-meta-box .author-avatar img {
    width: 60px;
    height: 60px;
  }

  .post-meta-box .author-name {
    font-size: 17px;
  }

  .post-meta-box .meta-info {
    font-size: 13px;
    flex-wrap: wrap;
    gap: 0px;
  }

  .post-meta-box .meta-info>span:nth-child(1),
  .post-meta-box .meta-info>span:nth-child(2) {
    padding-right: 10px;
  }
}

.projects .post-meta-box {
  display: none;
}
