@media (min-width: 1200px) {
  .article-single .container {
    max-width: 964px;
  }
}

.breadcrumbs {
  max-width: 51%;
  white-space: nowrap;
}

.single-title {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}

.entry-box,
.entry-meta,
.share-post__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.entry-box {
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 3.2rem;
}
.entry-meta {
  gap: 16px;
  font-size: 1.2rem;
  max-width: calc(100% - 152px);
  width: fit-content;
}

.posted-on,
.byline {
  display: inline-flex;
  color: var(--grimo-grey-04);
  text-transform: capitalize;
}

.author-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.share-post__list {
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-single .post-thumbnail {
  margin-bottom: 4.8rem;
}
.article-single .post-thumbnail img {
  max-height: 360px;
  object-fit: cover;
}

.article-single h2 {
  margin-bottom: 4rem;
}
.article-single h3,
.article-single h4,
.article-single h5,
.article-single h6 {
  margin-bottom: 3.2rem;
}

.article-single * + h2,
.article-single * + h3,
.article-single * + h4,
.article-single * + h5,
.article-single * + h6 {
  margin-top: 3.8rem;
}

.article-single p {
  margin: 0;
}
.article-single p + p {
  margin-top: 2.4rem;
}

.related-posts__title {
  margin-bottom: 4.8rem;
}

@media (max-width: 991px) {
  .wp-singular .blog-main {
    margin-top: 1.6rem;
  }

  .breadcrumbs {
    max-width: 388px;
    margin-bottom: 3.2rem;
  }

  .single-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .entry-box {
    flex-direction: column;
    align-items: initial;
    gap: 16px;
  }

  .article-single .post-thumbnail {
    margin-bottom: 3.2rem;
  }
  .article-single .post-thumbnail img {
    border-radius: 10px;
    min-height: 264px;
  }
  .article-single h2 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .article-single h3,
  .article-single h4,
  .article-single h5,
  .article-single h6 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .article-single * + h2,
  .article-single * + h3,
  .article-single * + h4,
  .article-single * + h5,
  .article-single * + h6 {
    margin-top: 3.2rem;
  }
}
