﻿/* === Perex  === */ 


.blog-article-detail .pk-perex,
.type-post .pk-perex,
.article-detail .pk-perex {
  margin: 24px 0;
  padding: 18px 0 0;
  border-top: 1px solid #b8af9f;
}


.blog-article-detail .pk-perex p,
.type-post .pk-perex p,
.article-detail .pk-perex p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #746b61;
}


.blog-article-detail .pk-perex strong,
.type-post .pk-perex strong,
.article-detail .pk-perex strong {
  color: #5f5547;
  font-weight: 700;
}


.blog-article-detail .pk-perex a,
.type-post .pk-perex a,
.article-detail .pk-perex a {
  color: #7c6e3c;
  text-decoration: none;
  border-bottom: 1px solid rgba(124, 110, 60, 0.35);
  transition: all 0.2s ease;
}


.blog-article-detail .pk-perex a:hover,
.type-post .pk-perex a:hover,
.article-detail .pk-perex a:hover {
  color: #7c6e3c;
  border-bottom-color: #7c6e3c;
}


@media (max-width: 768px) {
  .blog-article-detail .pk-perex,
  .type-post .pk-perex,
  .article-detail .pk-perex {
    margin: 20px 0;
    padding-top: 14px;
  }


  .blog-article-detail .pk-perex p,
  .type-post .pk-perex p,
  .article-detail .pk-perex p {
    font-size: 15px;
    line-height: 1.7;
  }
}