/* related
--------------------------------------------- */
.related {
  position: relative;
  margin: 1.875rem 0 0;
  padding: 1.875rem;
  border: 1px solid #ddd;
}

@media screen and (max-width: 600px) {
  .related {
    padding: 1.5rem 1.25rem;
  }
}

.related .related_title {
  color: #e8af2c;
  font-size: 1.25rem;
  font-weight: 500;
}

.related .related_title i {
  margin-right: 6px;
  color: #e8af2c;
}

.related p {
  position: relative;
  margin-top: 0 !important;
}

.related ul {
  margin: 0 !important;
}

.related ul li {
  margin: 0 !important;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  list-style-type: none;
}

.related ul li:first-child {
  border-top: none;
}

.related ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 0.625rem;
  text-decoration: none !important;
}

.related ul li a .thumbnail {
  width: 132px;
  margin-top: 0 !important;
}

@media screen and (max-width: 600px) {
  .related ul li a .thumbnail {
    width: 90px;
  }
}

.related ul li a .post_title {
  width: calc(100% - 148px);
  color: #333333;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .related ul li a .post_title {
    width: calc(100% - 108px);
  }
}

/* blog
--------------------------------------------- */
.single-post .post_content h2 {
  background: #ffd574;
  padding: .5em .7em;
}

.single-post .post_content h3::after {
  content: "";
  display: block;
  margin-top: 6px;
  height: 3px;
  width: 100px;
  background-color: #ffd574;
}

.single-post .post_content h3.is-style-vk-heading-both_ends::after {
  margin-top: 0;
  height: auto;
  width: auto;
}