/*  Generated: 2026-08-07 15:05:13 */
#blog-top {
  background: #f1f1f1;
  padding: 24px;
  border-radius: 5px;
}
.index #blog-top {
  padding-bottom: 42px;
}
#navBreadCrumb {
  padding: 0;
}
#blog-header * {
  text-align: center;
}
#blog-header .centerBoxHeading {
  padding: 0 0 27px 0;
  margin-top: 7px;
}
#blog-header .centerBoxHeading a {
  text-decoration: none;
}
#blog-categories {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
  /*
  display: grid;
  grid-template: auto / repeat(6, 1fr);
   */
}
#blog-categories.no-articles {
  /*grid-template: auto / 1fr;*/
  flex: 1;
}
#blog-categories.no-articles p {
  text-align: center;
  padding: 32px 0;
}
.blog-category {
  width: calc((100% / 6) - ((24px * 5) / 6));
}
.blog-category a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.blog-category a:hover {
  background: #00c4ed;
}
#blog-articles {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  column-gap: 34px;
  row-gap: 64px;
  margin: 64px 0 30px 0;
}
.blog-article img {
  max-width: 100%;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
}
.blog-article .title {
  margin-bottom: 10px;
}
.blog-article .date {
  color: #a7a7a7;
}
.blog-article .title a {
  font-size: 2.2rem;
  color: #1a1a1a;
  text-decoration: none;
}
.blog-article .title a:hover {
  text-decoration: underline;
}
#blog-links a {
  font-size: 1.8rem;
  margin: 30px 0;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}
#blog-links a:hover {
  text-decoration: underline;
}
.no-articles {

}

#blog-article .date {
  padding: 0 0 10px 0;
  line-height: 1;
}
#blog-article {
  line-height: 1.8;
  display: flex;
  gap: 20px;
  padding-top: 30px;
  align-items: flex-start;
}
#blog-article .image {
  padding: 10px 25px 20px 0px;
}
#blog-article .image img {
  display: block;
  border-radius: 5px;
}
#blog-article ol,
#blog-article ul {
  padding: 0;
}
#blog-article li {
  list-style-position: inside;
  text-align: justify;
  padding: 10px 0;
}
#blog-article img {
  max-width: 700px;
  width: 100%;
}
#blog-article .block-banner--bottom {
  margin: 16px 0;
}

#blog-article .article {
  flex: 2.5;
}

#blog-article .article-menu {
  flex: 1;
}
#blog-article .article-menu__in {
  background-color: #f1f1f1;
  padding: 24px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.3;
  text-align: left;
}

#blog-article .title{
  font-weight: bold;
  line-height: 1;
}

#blog-article .other-article{
  display: flex;
  gap: 14px;
}
#blog-article .other-article .col-image {
  min-width: 100px;
}
#blog-article .other-article .col-image img{
  border-radius: 5px;
  display: block;
}
#blog-article .other-article .col-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blog-article .other-article .col-date {
  color: #a7a7a7;
}
#blog-article .blog-icon {
  padding: 12px 24px;
  text-align: left;
}
#blog-article .blog-icon a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 4.6rem;
}

@media (max-width: 1024px) {
  #blog-article {
    align-items: inherit;
    flex-direction: column;
  }
  #blog-categories {
    flex-wrap: wrap;
  }
  .blog-category {
    width: calc((100% / 4) - ((24px * 3) / 4));
  }
}

@media (max-width: 767px) {
  #blog-categories {
    /*grid-template: auto / repeat(4, 1fr);*/
  }
  #blog-articles {
    grid-template: auto / repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #blog-article .image {
    padding-left: 0;
    float: none;
  }
  #blog-categories {
    /*grid-template: auto / repeat(2, 1fr);*/
  }
  .blog-category {
    width: calc((100% / 2) - 9px);
  }
  .blog-category a {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .index #blog-top {
    padding-bottom: 18px;
  }
  #blog-top {
    padding: 18px;
  }
  #blog-categories {
    gap: 18px;
  }
  #blog-articles {
    grid-template: auto / 1fr;
    row-gap: 44px;
    margin-top: 44px;
  }
  .blog-article .title a {
    font-size: 1.8rem;
  }
  #blog-header .centerBoxHeading {
    padding-bottom: 5px;
  }
}
/* ===================================================================
   Phase 64-F — HP blog carousel (matrace pattern, owl v1)
   Překryvové karty + owl slider na HP. Aktuality:default listing zůstává
   grid přes #blog-articles:not(.blog-carousel) (existující pravidla výše).
   =================================================================== */
#blog-articles.blog-carousel {
    display: block;        /* owl přebírá layout (override grid z #blog-articles) */
    margin-top: 20px;
}
.blog-carousel .blog-article {
    padding: 0 8px;        /* owl v1 nemá margin option */
    box-sizing: border-box;
}
#blog-articles .blog-article__card {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}
#blog-articles .blog-article__img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}
#blog-articles .blog-article__card:after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 80%;
    background: linear-gradient(to bottom, rgba(26,26,26,0) 40%, rgba(26,26,26,0.97) 100%);
}
#blog-articles .blog-article__body {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    padding: 20px 18px 18px;
}
#blog-articles .blog-article__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 7px;
}
#blog-articles .blog-article__category {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background: #837961;
    padding: 3px 9px;
    border-radius: 3px;
}
#blog-articles .blog-article__date {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
}
#blog-articles .blog-article__title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.3;
}
#blog-articles .blog-article__card:hover .blog-article__title {
    text-decoration: underline;
}
/* karta "Více článků" — poslední slide */
.blog-article--more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    background: #f4f2ed;
    border-radius: 8px;
    text-align: center;
}
.blog-article--more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px;
    color: #837961;
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: none;
}
.blog-article--more a:hover { color: #6b6350; }
.blog-article--more a i { transition: transform 0.15s ease; }
.blog-article--more a:hover i { transform: translateX(3px); }
/* owl v1 nav šipky — pozice po stranách */
.blog-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    opacity: 0;
    transition: opacity .2s;
}
.blog-carousel:hover .owl-controls .owl-buttons div { opacity: 1; }
.blog-carousel .owl-controls .owl-buttons .owl-prev { left: 4px; }
.blog-carousel .owl-controls .owl-buttons .owl-next { right: 4px; }
.blog-carousel .owl-controls .owl-buttons div.disabled { display: none; }

@media (max-width: 767px) {
    #blog-articles.blog-carousel .blog-article__img { height: 240px; }
    .blog-carousel .blog-article--more { min-height: 240px; }
    #blog-articles .blog-article__title {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-carousel .owl-controls .owl-buttons div { opacity: 1; }
}
@media (max-width: 480px) {
    #blog-articles.blog-carousel .blog-article__img { height: 200px; }
    .blog-carousel .blog-article--more { min-height: 200px; }
}

/* =======================================================================
   Phase 70-D: Detail článku – tělo AI-generovaného obsahu (.blog-content)
   Adaptováno z ceske-matrace.cz css/blog.css (řádky 581-984).
   Brand accent #837961 → var(--primary-color, #837961) (multi-tenant: každý
   tenant dostane svou brand barvu, fallback = neutrální béžová z reference).
   Semantické barvy boxů (tip=zelená, warning=jantar, expert=hnědá) ponechány
   hardcoded — nejsou brand, nesou význam. Typografie 1rem=10px (eshop baseline
   == matrace baseline → rem hodnoty 1:1 kompatibilní). Font Awesome 5 Free
   aktivní v eshopu (stylesheet.css + all.css) → ikony \f05a apod. fungují.
   AI HTML strukturu (section/div class="blog-content__*") generuje Codex přes
   AGENTS.md (Phase 70-E) a ukládá do news_article_text.
   ======================================================================= */
.blog-content {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #333333;
    text-align: left;
}
.blog-content p {
    margin: 0 0 16px;
}
.blog-content a:not(.blog-content__button) {
    color: var(--primary-color, #837961);
}

/* obecné seznamy v textu článku
   Phase 70-D fix (user 2026-06-05): prefix #blog-article — eshop legacy
   `#blog-article ul { padding:0 }` + `#blog-article li { list-style-position:inside;
   text-align:justify; padding:10px 0 }` mají id-specificitu (0,1,0,1), která
   přebíjela class-level blog-content list pravidla → checklist/produkty ztrácely
   padding-left (checkmark překrýval text), generic listy ztrácely odsazení +
   dostaly justify/inside. #blog-article prefix (id+class) vyhrává; explicitní
   text-align:left + list-style-position:outside ruší zděděný justify/inside. */
#blog-article .blog-content ul,
#blog-article .blog-content ol {
    margin: 0 0 16px;
    padding-left: 22px;
}
#blog-article .blog-content li {
    padding: 3px 0;
    text-align: left;
    list-style-position: outside;
}

.blog-content__intro {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    color: #555555;
    margin-bottom: 24px;
}

.blog-content__section {
    margin: 0 0 32px;
}
.blog-content__section h2,
.blog-content__final-cta h2,
.blog-content__author h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 14px;
}
.blog-content__section h3 {
    font-size: 1.7rem;
    color: #1a1a1a;
    margin: 22px 0 9px;
}

/* tlačítko */
.blog-content__button {
    display: inline-block;
    background: var(--primary-color, #837961);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 12px 24px;
    border-radius: 5px;
}
.blog-content__button:hover {
    filter: brightness(0.9);
    color: #fff;
    text-decoration: none;
}

/* CTA banner uvnitř textu – decentní světlý blok, vlevo */
.blog-content__banner {
    background: #f5f3ee;
    border-radius: 8px;
    padding: 26px 28px;
    text-align: left;
    margin: 28px 0;
}
.blog-content__banner h2 {
    color: #1a1a1a;
    font-size: 2.1rem;
    line-height: 1.3;
    margin: 0 0 8px;
}
.blog-content__banner p {
    color: #555555;
    margin: 0 0 16px;
}

/* závěrečné CTA – výrazný tmavý blok, vlevo */
.blog-content__final-cta {
    background: #2c2823;
    border-radius: 8px;
    padding: 28px 30px;
    text-align: left;
    margin: 28px 0;
}
.blog-content__final-cta h2 {
    color: #ffffff;
    margin-bottom: 8px;
}
.blog-content__final-cta p {
    color: #cbc4b8;
    margin: 0 0 16px;
}
.blog-content__final-cta .blog-content__button {
    background: #ffffff;
    color: #2c2823;
}
.blog-content__final-cta .blog-content__button:hover {
    background: var(--primary-color, #837961);
    color: #ffffff;
    filter: none;
}

/* zvýrazněné boxy: info / tip / expert / warning – ikona + decentní pozadí */
.blog-content__info,
.blog-content__tip,
.blog-content__expert,
.blog-content__warning {
    position: relative;
    border-radius: 8px;
    padding: 15px 20px 15px 52px;
    margin: 22px 0;
}
.blog-content__info {
    background: #f1eee7;
}
.blog-content__tip {
    background: #eef0e8;
}
.blog-content__warning {
    background: #f8f1e2;
}
.blog-content__expert {
    background: #eeece6;
}
.blog-content__info:before,
.blog-content__tip:before,
.blog-content__expert:before,
.blog-content__warning:before {
    position: absolute;
    left: 18px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.2;
}
.blog-content__info:before {
    content: "\f05a";
    color: var(--primary-color, #837961);
}
.blog-content__tip:before {
    content: "\f0eb";
    color: #6f7c5c;
}
.blog-content__warning:before {
    content: "\f06a";
    color: #bf8a2e;
}
.blog-content__expert:before {
    content: "\f4ff";
    color: #6b6350;
}
.blog-content__info > :last-child,
.blog-content__tip > :last-child,
.blog-content__expert > :last-child,
.blog-content__warning > :last-child {
    margin-bottom: 0;
}

.blog-content__box-title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1.2rem;
    color: var(--primary-color, #837961);
    margin-bottom: 4px;
}
.blog-content__tip .blog-content__box-title {
    color: #6f7c5c;
}
.blog-content__warning .blog-content__box-title {
    color: #bf8a2e;
}
.blog-content__expert .blog-content__box-title {
    color: #6b6350;
}

/* produktové karty – kompaktní */
.blog-content__products {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 16px;
    margin: 22px 0;
}
.blog-content__product {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px;
}
.blog-content__product-image {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 6px;
    margin: 0 0 12px;
}
.blog-content__product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color, #837961);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 4px;
}
.blog-content__product h3 {
    margin: 0 0 7px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.blog-content__product p {
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.55;
    color: #555555;
}
/* Phase 70-D fix: #blog-article prefix (viz generic listy výše) — produktové li
   musí beat `#blog-article li`, jinak ztratí padding-left:21px → checkmark překryje. */
#blog-article .blog-content .blog-content__product ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
#blog-article .blog-content .blog-content__product li {
    position: relative;
    padding: 5px 0 5px 21px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.3rem;
    line-height: 1.45;
    text-align: left;
}
#blog-article .blog-content .blog-content__product li:last-child {
    border-bottom: none;
}
#blog-article .blog-content .blog-content__product li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 1rem;
    color: var(--primary-color, #837961);
}
.blog-content__product .blog-content__button {
    margin-top: auto;
    text-align: center;
}

/* srovnávací tabulka */
.blog-content__table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.4rem;
}
.blog-content__table th {
    background: var(--primary-color, #837961);
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 12px 16px;
}
.blog-content__table td {
    padding: 11px 16px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-content__table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

/* checklist
   Phase 70-D fix (user 2026-06-05): #blog-article prefix — `#blog-article li`
   (id) přebíjel `.blog-content ul.blog-content__checklist li` (class) → li ztratil
   padding-left:30px (checkmark ikona na left:0 překrývala text) + dostal justify.
   Prefix #blog-article (id+2 classes) vyhrává; text-align:left ruší justify.
   Vyžaduje obalový <div class="blog-content"> (AI generuje per AGENTS.md). */
#blog-article .blog-content ul.blog-content__checklist {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 18px 0;
}
#blog-article .blog-content ul.blog-content__checklist li {
    position: relative;
    padding: 8px 0 8px 30px;
    border-bottom: 1px solid #ededed;
    font-size: 1.5rem;
    line-height: 1.55;
    text-align: left;
}
#blog-article .blog-content ul.blog-content__checklist li:last-child {
    border-bottom: none;
}
#blog-article .blog-content ul.blog-content__checklist li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--primary-color, #837961);
}

/* sekce autora na konci článku */
.blog-content__author {
    border-top: 1px solid #e5e5e5;
    margin-top: 36px;
    padding-top: 24px;
}

/* obrázek z chatu/AI – samostatný blok uvnitř .blog-content */
.blog-content__chat-image {
    display: block;
    margin: 24px 0;
    padding: 0;
    text-align: center;
}
.blog-content__chat-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}
.blog-content__chat-image figcaption {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #777777;
    text-align: center;
    font-style: italic;
}

@media (max-width: 767px) {
    .blog-content__products {
        grid-template: auto / 1fr;
    }
    .blog-content__product-image {
        height: 200px;
    }
    .blog-content__banner,
    .blog-content__final-cta {
        padding: 22px 18px;
    }
    .blog-content__section h2,
    .blog-content__final-cta h2,
    .blog-content__author h2 {
        font-size: 2rem;
    }
    .blog-content__chat-image {
        margin: 18px 0;
    }
    .blog-content__chat-image figcaption {
        font-size: 1.2rem;
    }
    /* jednotná tlačítka na mobilu – přes celou šířku, vystředěný text */
    .blog-content__button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    /* na mobilu nikdy nezarovnávat text do bloku */
    #blog-article .blog-content,
    #blog-article .blog-content p,
    #blog-article .blog-content li {
        text-align: left;
    }
    .blog-content__table {
        display: block;
        overflow-x: auto;
    }
}

/* =======================================================================
   Phase 70-F: Detail článku – HERO (blog-detail__*)
   Adaptováno z ceske-matrace.cz css/blog.css (ř. 417-578 + draft-banner).
   Page-design vrstva okolo AI obsahu: světlé podbarvení, foto vpravo prolnutá
   do pozadí, text (kategorie + datum + h1 + perex) přes fotku vlevo.
   Neutrální paleta (béžová #f4f2ed, tmavý category badge) ponechána jako
   matrace; JEN category:hover → var(--primary-color) (user: brand accent).
   Hero nahrazuje #blog-header; #blog-top.blog-detail ruší šedý box.
   no-photo fallback: hero-body 100% když článek nemá news_image.
   ======================================================================= */
#blog-top.blog-detail {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 14px;
}

/* Phase 70-F: sticky sidebar "Nejnovější příspěvky" (ceske-matrace parita) —
   na desktopu se drží při scrollu vedle obsahu. top:95px = pod #top.fixed
   kondenzovaným sticky headerem (h~89px) → nepřekryje ho (sidebar z:auto < #header
   z:2 → jde pod #top.fixed). align-self:flex-start aby se nenatáhl na výšku sloupce
   (sticky vyžaduje element kratší než scroll kontejner). Mobil (≤1024 = stacked
   layout): static, jako matrace. */
#blog-article .article-menu {
    position: sticky;
    top: 95px;
    align-self: flex-start;
}
@media (max-width: 1024px) {
    #blog-article .article-menu {
        position: static;
    }
}

.blog-detail__hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 320px;
    margin: 0 0 34px;
    background: #f4f2ed;
    border-radius: 12px;
    overflow: hidden;
    /* Phase 70-F fix: vlastní stacking context → hero-body z-index:2 zůstane
       UVNITŘ hero (jen nad fotkou), neprosákne do root. Jinak hero (z:2, později
       v DOM) překryje #top.fixed kondenzovaný sticky header (eshop #header má
       jen z-index:2 — na rozdíl od matrace z:100). S isolation jde celý hero
       pod sticky header při scrollu. (Desktop bug, mobil OK — tam #header z:11000.) */
    isolation: isolate;
}

/* fotka vpravo, prolnutá do podbarvení hero sekce */
.blog-detail__hero-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
}
.blog-detail__hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: none;
    border-radius: 0;
}
.blog-detail__hero-photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72%;
    background: linear-gradient(to right, #f4f2ed 0%, #f4f2ed 34%, rgba(244, 242, 237, 0) 100%);
}

.blog-detail__hero-body {
    position: relative;
    z-index: 2;
    width: 62%;
    box-sizing: border-box;
    padding: 30px 38px 30px 32px;
    text-align: left;
}

/* fallback: článek bez hero fotky → text přes celou šířku */
.blog-detail__hero--no-photo .blog-detail__hero-body {
    width: 100%;
}

.blog-detail__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 14px;
}
.blog-detail__category {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 4px;
}
.blog-detail__category:hover {
    background: var(--primary-color, #837961);
    color: #fff;
    text-decoration: none;
}
.blog-detail__date {
    color: #8a8a8a;
    font-size: 1.3rem;
}

.blog-detail__title {
    font-size: 3.1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px;
}

.blog-detail__perex {
    font-size: 1.5rem;
    line-height: 1.65;
    color: #555555;
}
.blog-detail__perex p {
    margin: 0 0 12px;
}
.blog-detail__perex p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .blog-detail__hero {
        min-height: 280px;
    }
    .blog-detail__hero-photo {
        width: 50%;
    }
    .blog-detail__hero-body {
        width: 66%;
    }
    .blog-detail__title {
        font-size: 2.6rem;
    }
}
@media (max-width: 767px) {
    .blog-detail__hero {
        display: block;
        min-height: 0;
        margin: 0 0 26px;
        background: linear-gradient(to bottom, #f4f2ed 0%, #f4f2ed 50%, #ffffff 100%);
    }
    .blog-detail__hero-photo {
        position: relative;
        width: 100%;
    }
    .blog-detail__hero-photo img {
        height: auto;
    }
    /* na mobilu fotka decentně mizí ve spodní části do podbarvení hero */
    .blog-detail__hero-photo:after {
        display: block;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 38%;
        background: linear-gradient(to bottom, rgba(244, 242, 237, 0) 0%, #f4f2ed 100%);
    }
    .blog-detail__hero-body {
        width: 100%;
        padding: 14px 18px 22px;
    }
    .blog-detail__title {
        font-size: 2.3rem;
    }
    /* hero text na mobilu vždy zarovnaný vlevo */
    #blog-article .blog-detail__hero-body,
    #blog-article .blog-detail__hero-body p {
        text-align: left;
    }
}

/* draft banner — viditelný pro testovací/debug přístup na nepublikovaný článek */
.blog-detail__draft-banner {
    display: block;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    margin: 24px 0 0 0;
    padding: 14px 18px;
    background: #fff7ed;
    border-left: 4px solid #d97706;
    color: #7c2d12;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 3px;
}
.blog-detail__draft-banner strong {
    color: #9a3412;
}
