article.post h1.entry-title,
article.post .entry-header h2.entry-title a{
   font-family: 'Montserrat', Georgia, "Times New Roman", Times, serif;
   color: #d5a300;
}

article.post div.entry-content img{
   width: 30%;
}

article.post div.entry-content p{
   margin: 0 0 0.5em;
}

article.post div.entry-content h3{
   margin-top: 0.54em;
}

article.post div.entry-content div.wp-block-media-text{
   margin: 0.8em 0;
}

article.post div.entry-content div.wp-block-media-text img{
   width: 100%;
}

.post4_group_img div,
.post6_group_img div{
  display: flex;
  justify-content: center;
}

.post4_galery_1{
  max-width: 300px;
}
.post6_galery_1{
  max-width: 500px;
}
.post4_galery_2
.post6_galery_2{
  max-width: 600px;
}

.post4_galery_3
.post6_galery_3{
  max-width: 900px;
}

body.postid-622.single-format-standard article.post.has-post-thumbnail.hentry div.entry-content img.wp-post-image:first-child,
body.postid-840.single-format-standard article.post.has-post-thumbnail.hentry div.entry-content img.wp-post-image:first-child,
body.postid-1101.single-format-standard article.post.has-post-thumbnail.hentry div.entry-content img.wp-post-image:first-child,
body.postid-1186.single-format-standard article.post.has-post-thumbnail.hentry div.entry-content img.wp-post-image:first-child{
 display: none;
}

body.postid-840 .entry-content h2.wp-block-heading,
body.postid-1101 .entry-content h2.wp-block-heading,
body.postid-1186 .entry-content h2.wp-block-heading{
margin-top: 0;
}

/* ======================================================================== */
/* =========== Внешний вид главной страницы блога на сайте ================ */
/* ======================================================================== */

header.entry-header.site-blog-page{
  margin-bottom: 0px;
  border: none;
}

article.post.has-post-thumbnail.hentry {
margin-bottom: 0px;
}

.am-blog-card{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
  margin: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.am-blog-thumb img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.am-blog-thumb--empty{
  width: 100%;
  min-height: 180px;
  border-radius: 12px;
  background: rgba(0,0,0,0.04);
}

.am-blog-text p{
  margin: 0 0 10px;
}

.am-read-more{
  margin-top: 8px;
}

.am-read-more-link{
  text-decoration: underline;
}

@media (max-width: 600px){
  .am-blog-card{
    grid-template-columns: 1fr;
  }
  .am-blog-thumb--empty{ min-height: 140px; }
}

/* ======================================================================== */
/* =========== Внешний вид главной страницы блога на сайте ================ */
/* ======================================================================== */