﻿/* === Blog nadpisy  (mimo custom bloky) === */


.blog-heading{
  /* stejné jako .pk-split__content h2,h3 */
  font-family: inherit;          /* Open Sans z webu se zdědí */
  color: #111111;                /* jako --txt */
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;


  margin: 26px 0 12px;
  padding-bottom: 2px;
  border-bottom: 7px solid #b8af9f; /* stejné jako --line */
  line-height: 1.2;
}


/* velikosti dle webu */
.blog-heading--h2{ font-size: 24px; }
.blog-heading--h3{ font-size: 20px; }


/* mobile (volitelné – pokud chcete zachovat stejné velikosti, klidně smažte) */
@media (max-width: 900px){
  .blog-heading--h2{ font-size: 22px; }
  .blog-heading--h3{ font-size: 19px; }
}