/* /blog/[slug] — blog_05 header + html article body */

.mirror-blog-post .blog-05 .section__content {
  padding-top: 40px;
  padding-bottom: 20px;
}

.mirror-blog-post .blog-05__title h1 {
  margin: 0 0 20px;
  font-family: "Golos Text", "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  color: #131313;
  max-width: 860px;
}

.mirror-blog-post .blog-05__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  color: #999;
  font-size: 14px;
  font-weight: 300;
}

.mirror-blog-post .blog-05__path-item {
  color: #999;
  text-decoration: none;
}

.mirror-blog-post .blog-05__path-item:hover {
  color: #131313;
}

.mirror-blog-post .mirror-blog-post__body {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}

.mirror-blog-post .mirror-blog-post__body h1,
.mirror-blog-post .mirror-blog-post__body h2,
.mirror-blog-post .mirror-blog-post__body h3,
.mirror-blog-post .mirror-blog-post__body p,
.mirror-blog-post .mirror-blog-post__body ul,
.mirror-blog-post .mirror-blog-post__body ol,
.mirror-blog-post .mirror-blog-post__body table {
  margin-top: 0;
  margin-bottom: 24px;
}

.mirror-blog-post .mirror-blog-post__body h1 {
  display: none;
}

.mirror-blog-post .mirror-blog-post__body h2 {
  margin-top: 36px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #131313;
}

.mirror-blog-post .mirror-blog-post__body h3 {
  font-size: 22px;
  font-weight: 600;
}

.mirror-blog-post .mirror-blog-post__body li {
  margin-bottom: 8px;
}

.mirror-blog-post .mirror-blog-post__body a {
  color: #fe0002;
  text-decoration: none;
}

.mirror-blog-post .mirror-blog-post__body a:hover {
  text-decoration: underline;
}

.mirror-blog-post .mirror-blog-post__body img {
  max-width: 100%;
  height: auto;
}

.mirror-blog-post .mirror-blog-post__body table {
  border-collapse: collapse;
  width: 100%;
}

.mirror-blog-post .mirror-blog-post__body th,
.mirror-blog-post .mirror-blog-post__body td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 800px) {
  .mirror-blog-post .blog-05__title h1 {
    font-size: 32px;
  }

  .mirror-blog-post .mirror-blog-post__body {
    font-size: 16px;
  }

  .mirror-blog-post .mirror-blog-post__body h2 {
    font-size: 22px;
  }
}
