  /* превью 2 строки */
  .post-excerpt-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* единый размер/вид иконок */
  .share-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(0,0,0,.06);
    transition: .15s ease;
  }
  .share-icons a:hover { background: rgba(0,0,0,.12); }
  .share-icons i { font-size: 16px; }

  /* высота картинок */
  .blog-cover-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .blog-cover-placeholder {
    width: 100%;
    height: 320px;
  }



