﻿/* ===== Inline toggle zdrojů – elegantní styl ===== */


.article-sources-inline,
.article-sources-inline *{
  box-sizing: border-box;
}


.article-sources-inline{
  width: 100%;
  margin: 36px 0 0;
  font: inherit;
  color: inherit;
}


/* details */
.article-sources-inline__details{
  display: block;
  width: 100%;
}


/* klikací řádek */
.article-sources-inline__summary{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #2f2a25;
  user-select: none;
  transition: opacity .2s ease, color .2s ease;
}


.article-sources-inline__summary::-webkit-details-marker{
  display: none;
}


.article-sources-inline__summary::marker{
  display: none;
}


.article-sources-inline__summary:hover{
  color: #8b7355;
}


.article-sources-inline__summary:focus-visible{
  outline: 2px solid #c7b8a3;
  outline-offset: 4px;
}


/* ikonka vlevo */
.article-sources-inline__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 0 0 20px;
}


.article-sources-inline__icon::before{
  content: "“";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  color: #2f2a25;
  transform: translateY(0.06em);
}


/* text label */
.article-sources-inline__label{
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}


.article-sources-inline__label--open{
  display: none;
}


.article-sources-inline__details[open] .article-sources-inline__label--closed{
  display: none;
}


.article-sources-inline__details[open] .article-sources-inline__label--open{
  display: inline-block;
}


/* rozbalený panel */
.article-sources-inline__panel{
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid #ece7df;
  background: #fdfcfb;
}


/* seznam */
.article-sources-inline__list{
  margin: 0;
  padding: 0;
  list-style: none;
}


.article-sources-inline__item{
  margin: 0;
  padding: 0;
}


.article-sources-inline__item + .article-sources-inline__item{
  margin-top: 22px;
}


.article-sources-inline__text{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #3f3933;
}


.article-sources-inline__text strong{
  font-weight: 700;
}


.article-sources-inline__text em{
  font-style: italic;
}


.article-sources-inline__link{
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  word-break: break-word;
  transition: color .2s ease;
}


.article-sources-inline__link:hover{
  color: #8b7355;
}


.article-sources-inline__link:focus-visible{
  outline: 2px solid #c7b8a3;
  outline-offset: 2px;
}


@media (max-width: 767px){
  .article-sources-inline{
    margin-top: 28px;
  }


  .article-sources-inline__summary{
    font-size: 15px;
  }


  .article-sources-inline__icon{
    width: 20px;
    flex-basis: 20px;
  }


  .article-sources-inline__icon::before{
    font-size: 2em;
  }


  .article-sources-inline__panel{
    margin-top: 14px;
    padding: 18px 18px;
  }


  .article-sources-inline__text{
    font-size: 14px;
    line-height: 1.7;
  }


  .article-sources-inline__item + .article-sources-inline__item{
    margin-top: 18px;
  }
}








/* === Podtržení odkazů v textu článku  === */ 








/* Detail článku (blog/novinky) – nejčastější obal */
.news-item-detail a,
.article-detail a,
.article-content a,
.page-content a,
.news-item-detail .user-content a,
.article-detail    .user-content a,
.article-content   .user-content a,
.page-content      .user-content a {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}








/* Výjimka pro tlačítka  */








/* default: bez podtržení */
.news-item-detail ul.subcategories.seo-subcategories.with-image a,
.article-detail    ul.subcategories.seo-subcategories.with-image a,
.article-content   ul.subcategories.seo-subcategories.with-image a,
.page-content      ul.subcategories.seo-subcategories.with-image a {
  text-decoration: none !important;
}








/* hover/focus: podtrhnout */
.news-item-detail ul.subcategories.seo-subcategories.with-image a:hover,
.news-item-detail ul.subcategories.seo-subcategories.with-image a:focus,
.article-detail    ul.subcategories.seo-subcategories.with-image a:hover,
.article-detail    ul.subcategories.seo-subcategories.with-image a:focus,
.article-content   ul.subcategories.seo-subcategories.with-image a:hover,
.article-content   ul.subcategories.seo-subcategories.with-image a:focus,
.page-content      ul.subcategories.seo-subcategories.with-image a:hover,
.page-content      ul.subcategories.seo-subcategories.with-image a:focus {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}
/* === Rámeček pro TIPY  === */ 
.tip-box{
  display:flex;
  align-items:baseline;
  gap:6px;
  padding:14px 16px;
  margin:16px 0;
  background:#f3e9e1;
  border:1px solid #b8af9f;
  border-radius:0;
  color:#000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: inherit;     /* KLÍČ: žádné zmenšení */
  line-height:1.45;
}












.tip-box__icon{
  flex:0 0 auto;
  line-height:1;
  font-size:1.2em;        /* drží proporci vůči textu */
  color:#9e8644;
}








.tip-box__text{ margin:0; }




.tip-box__label{ font-weight:700; }




.tip-box__text a{
  color:#aa8131;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
}








.tip-box__text a:hover{ color:#9e8644; }




.tip-box__text a:focus-visible{
  outline:2px solid #9e8644;
  outline-offset:2px;
}




/* === Jednoduché odrážky  === */ 
































.pk-bullets--dot{
  --bullet-color:#b8af9f;








  list-style:none !important;
  margin:0 0 12px;
  padding:0 0 0 28px;








  font-family:inherit !important;  /* nedovolí změnu fontu */
  font-size:inherit;
  line-height:1.8;
  color:inherit;
}












.pk-bullets--dot > li{
  display:flex !important;          /* vynutí flex i když to šablona přepíše */
  align-items:flex-start !important;
  gap:14px;








  margin:0 0 12px;
  padding:0;








  font-family:inherit !important;   /* pojistka i na položkách */
  font-size:inherit !important;
  line-height:inherit !important;
  color:inherit;








  min-width:0;                      /* správné zalamování ve flexu */
}




.pk-bullets--dot > li:last-child{ margin-bottom:0; }








.pk-bullets--dot > li::before{
  content:"";
  width:6px;
  height:6px;
  background:var(--bullet-color);
  border-radius:0;
  flex:0 0 6px;
  margin-top:0.55em;
}








/* textový wrapper – fix na rozpad při <strong> */
.pk-bullets--dot > li > .pk-bullets__text{
  flex:1;
  min-width:0;
  overflow-wrap:anywhere;
}












/* strong nesmí měnit velikost/řádkování ani display */
.pk-bullets--dot strong{
  display:inline;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  font-weight:800;
  color:inherit;
}








/* === Obrázek + text blok === */ 








.pk-split{
  --line:#b8af9f;
  --border:#e6e0d6;
  --bg:#ffffff;
  --txt:#111111;
  --muted:#2f2f2f;












  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:28px;
  align-items:center;
  margin:26px 0;








  font-family:inherit;
  font-size:inherit;   /* KLÍČ: žádná změna velikosti */
  color:inherit;
}




/* media box – hranatý */
.pk-split__media{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:0;
  overflow:hidden;
  box-shadow:none;








  align-self:center; /* zarovnání obrázku na střed vůči bloku textu */
}




.pk-split__media img{
  display:block;
  width:100%;
  height:auto;
}




/* obsah – typografie dědí z webu */
.pk-split__content{
  font-family:inherit;
  font-size:inherit;   /* KLÍČ: typografie jako zbytek webu */
  color:var(--muted);
}








/* nadpisy – jedna definice (bez duplicity), validní padding */
.pk-split__content h2,
.pk-split__content h3{
  margin:0 0 12px;
  color:var(--txt);
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
















  padding-bottom:2px;                 /* místo -3px */
  border-bottom:7px solid var(--line);
}




















/* odstavce */
.pk-split__content p{
  margin:0 0 12px;
  color:inherit;
  line-height:1.8;
  font-size:inherit;                  /* nic nefiksovat */
}
















.pk-split__content p:last-child{ margin-bottom:0; }
.pk-split__content strong{ color:var(--txt); }
















/* DŮLEŽITÉ: sjednocení typografie i pro seznamy (aby nebyly menší než text) */
.pk-split__content ul,
.pk-split__content ol,
.pk-split__content li{
  font-size:inherit;
  line-height:1.8;
  color:inherit;
}








/* střídání stran */
.pk-split.is-reverse .pk-split__media{ order:2; }
.pk-split.is-reverse .pk-split__content{ order:1; }








/* mobile */
@media(max-width:900px){
  .pk-split{ grid-template-columns:1fr; gap:16px; }
  .pk-split.is-reverse .pk-split__media,
  .pk-split.is-reverse .pk-split__content{ order:unset; }








  .pk-split__content h2{ font-size:22px; } /* volitelné */
}




















/* === Tabulka === */ 








.ercolani-table{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  background:#fff;








  border:1px solid rgba(0,0,0,.12);
  border-radius:0;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  color:rgba(0,0,0,.82);
}
















/* ===== Integrovaný nadpis (1. řádek thead) – vycentrovaný, velmi jemné podbarvení ===== */
.ercolani-table thead .ercolani-table__title-row th{
  text-align:center;
  padding:12px 14px;
  font-weight:700;
  font-size:13.5px;
  color:rgba(0,0,0,.78);












  background:rgba(243,233,225,.35);
  border-bottom:1px solid rgba(0,0,0,.12);




  text-transform:none;
  letter-spacing:.01em;
}




.ercolani-table thead .ercolani-table__title-row th::before{
  content:none;
}




/* ===== Záhlaví sloupců ===== */
.ercolani-table thead tr:not(.ercolani-table__title-row) th{
  background:#f3e9e1;
  color:rgba(0,0,0,.68);
  font-weight:700;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;








  padding:12px 14px;
  border-bottom:1px solid rgba(0,0,0,.12);
}












/* ===== Buňky (zabrání přetékání do jiného sloupce) ===== */
.ercolani-table th,
.ercolani-table td{
  padding:12px 14px;
  font-size:13.5px;
  line-height:1.5;
  vertical-align:top;












  border-bottom:1px solid rgba(0,0,0,.10);








  /* ✅ pojistky proti přetékání */
  overflow:hidden;            /* nic nepřeleze do vedlejší buňky */
  overflow-wrap:anywhere;     /* zalomí i dlouhé řetězce */
  word-break:break-word;      /* fallback pro starší prohlížeče */
  hyphens:auto;               /* hezčí dělení slov, když to prohlížeč umí */
}








/* ===== Svislé dělící čáry (vynucené) ===== */
.ercolani-table th:first-child,
.ercolani-table td:first-child{
  border-right:1px solid rgba(0,0,0,.10);
}




.ercolani-table th:nth-child(2),
.ercolani-table td:nth-child(2){
  border-right:1px solid rgba(0,0,0,.10);
}












/* ===== Řádkové záhlaví ===== */
.ercolani-table tbody th[scope="row"]{
  font-weight:700;
  color:rgba(0,0,0,.78);
  white-space:nowrap; /* desktop OK */
}








/* Poslední řádek bez spodní linky */
.ercolani-table tbody tr:last-child th,
.ercolani-table tbody tr:last-child td{
  border-bottom:none;
}








/* Mobil */
@media (max-width:520px){
  .ercolani-table thead .ercolani-table__title-row th{
    padding:10px 12px;
  }




  .ercolani-table thead tr:not(.ercolani-table__title-row) th{
    padding:10px 12px;
    font-size:11px;           /* ✅ pomůže, aby se záhlaví vešlo */
  }












  .ercolani-table th,
  .ercolani-table td{
    padding:10px 12px;
    font-size:13px;
  }




  /* ✅ klíčové: první sloupec se může zalomit, jinak rozbije šířky */
  .ercolani-table tbody th[scope="row"]{
    white-space:normal;
  }
}












/* === CTA button === */




.cta-button{
  background: #aa8131;
  color: #000;
  border: 0;
  border-radius: 0;
  height: 40px;
  padding: 0 38px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;








  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;








  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}








.cta-button:hover{
  background: #000;
  color: #aa8131;
}








.cta-button:focus-visible{
  outline: 2px solid #aa8131;
  outline-offset: 2px;
}
















/* === Blok s recenzí produktu === */








.rv-wrap,
.rv-wrap *{
  box-sizing:border-box;
}








.rv-wrap{
  padding:24px 0;
}








/* karta/blok */
.rv-inner{
  max-width:1200px;
  margin:0 auto;
  padding:32px 48px;
  background:#f3e9e1;
  border:1px solid #b8af9f;












  display:grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap:24px;
  align-items:center;
}








/* Typografie dle zadání */
.rv-content{
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.6;
  color:inherit;
  width:100%;
}








.rv-content h3,
.rv-content p,
.rv-content blockquote{
  margin:0;
}








/* Nadpis */
.rv-title{
  font-family: Helvetica, Arial, sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:1.25;
  margin:0 0 36px;
  color:inherit;
}












/* Hvězdičky */
.rv-stars{
  margin:0 0 12px;
  color:#7c6e3c;
  font-size:28px;
  line-height:1;
  letter-spacing:2px;
}












/* Citace */
.rv-quote{
  margin:0 !important;
}












.rv-quote p{
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.75;
  font-style:italic;
  color:inherit;








  max-width:none;
  width:100%;
}








/* Autor (bez ikony/kolečka) */
.rv-author{
  margin:12px 0 18px !important;
}








.rv-author__name{
  font-weight:700;
  line-height:1.2;
  color:inherit;
}








.rv-author__meta{
  margin-top:2px;
  opacity:.75;
  line-height:1.2;
}








/* Vlevo: bílé kolečko */
.rv-media{
  display:flex;
  justify-content:center;
  align-items:center;
}








.rv-photo{
  width:190px;
  height:190px;
  border-radius:9999px;
  background:#fff;
  border:1px solid #b8af9f;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}








/* Fotka uvnitř kolečka */
.rv-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}








/* CTA */
.rv-cta{
  margin-top:6px;
  text-align:left;
}








/* Pokud je globálně .cta-button centrovaný, tady ho vrátíme vlevo */
.rv-cta .cta-button{
  margin:0;
}








/* Responsive */
@media (max-width: 999px){
  .rv-inner{
    grid-template-columns:1fr;
    padding:24px 20px;
    gap:16px;
  }




  .rv-media{
    justify-content:center;
  }








  .rv-content{
    text-align:center;
  }








  .rv-quote p{
    text-align:center;
  }








  .rv-author{
    text-align:center;
  }




  .rv-cta{
    text-align:center;
  }








  .rv-cta .cta-button{
    margin:0 auto;
  }




  .rv-photo{
    width:150px;
    height:150px;
  }
}








/* === Nadpisy v článku mimo bloky s obrázkem  === */ 








.blog-heading{
/* 1) natvrdo nastavíme font (ne přes inherit) */
font-family: "Open Sans", sans-serif;








color: #111111;
font-weight: 800;
letter-spacing: .03em;
text-transform: uppercase;












margin: 26px 0 12px;
padding-bottom: 2px;
border-bottom: 7px solid #b8af9f;
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; }
}












/* === 3-4 bloky vedle sebe ==== */








:root {
  --ei-bg: #f6f4ef;
  --ei-surface: #e3ddd2;
  --ei-border: #cfc7ba;
  --ei-text: #1f1f1c;
  --ei-muted: #6f675c;
  --ei-accent: #9a6a12;
  --ei-radius: 0px;
  --ei-gap: 36px;
  --ei-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  --ei-max-width: 1440px;
}




.ei-section {
  width: 100%;
  max-width: var(--ei-max-width);
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  color: var(--ei-text);
}












.ei-grid {
  display: grid;
  gap: var(--ei-gap);
  align-items: stretch;
}








.ei-grid.is-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}








.ei-grid.is-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}




/* 1 BLOCK */
.ei-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}








/* TOP BOX */
.ei-topbox {
  min-height: 108px;
  padding: 24px 20px;
  margin-bottom: 32px;
  background: var(--ei-surface);
  border: 1px solid var(--ei-border);
  box-shadow: var(--ei-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  box-sizing: border-box;
}








.ei-topbox-title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
}








.ei-topbox-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #000;
}








/* ODKAZY V NADPISECH A TEXTECH */
.ei-section .ei-topbox-title a,
.ei-section .ei-topbox-text a,
.ei-section .ei-title a,
.ei-section .ei-text a,
.ei-section .ei-topbox-title a:link,
.ei-section .ei-topbox-text a:link,
.ei-section .ei-title a:link,
.ei-section .ei-text a:link,
.ei-section .ei-topbox-title a:visited,
.ei-section .ei-topbox-text a:visited,
.ei-section .ei-title a:visited,
.ei-section .ei-text a:visited,
.ei-section .ei-topbox-title a:hover,
.ei-section .ei-topbox-text a:hover,
.ei-section .ei-title a:hover,
.ei-section .ei-text a:hover,
.ei-section .ei-topbox-title a:active,
.ei-section .ei-topbox-text a:active,
.ei-section .ei-title a:active,
.ei-section .ei-text a:active,
.ei-section .ei-topbox-title a:focus,
.ei-section .ei-topbox-text a:focus,
.ei-section .ei-title a:focus,
.ei-section .ei-text a:focus {
  color: #9a6a12 !important;
  text-decoration: underline !important;
}












/* IMAGE */
.ei-image-wrap {
  width: 132px;
  height: 132px;
  margin: 0 auto 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--ei-border);
  background: #fff;
  flex-shrink: 0;
}








.ei-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}








/* CONTENT */
.ei-content {
  max-width: 360px;
  margin: 0 auto;
}












.ei-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ei-accent);
}








.ei-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #000;
}








.ei-text strong {
  font-weight: 700;
}








/* VARIANTA BEZ HORNÍHO BOXU */
.ei-item.ei-item--simple {
  padding-top: 10px;
}








/* pouze varianta s horním textem */
.ei-item:not(.ei-item--simple) .ei-topbox {
  min-height: 88px;
  padding: 14px 20px 4px;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}








.ei-item:not(.ei-item--simple) .ei-topbox-title {
  margin: 0 0 8px;
}








.ei-item:not(.ei-item--simple) .ei-topbox-text {
  margin: 0;
  line-height: 1.3;
}








/* TABLET */
@media (max-width: 991px) {
  .ei-grid.is-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }








  .ei-grid.is-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}








/* MOBILE */
@media (max-width: 640px) {
  .ei-section {
    padding: 28px 16px;
  }












  .ei-grid.is-3,
  .ei-grid.is-4 {
    grid-template-columns: 1fr;
    gap: 32px;
  }




  .ei-topbox {
    min-height: auto;
    height: auto;
    margin-bottom: 24px;
    padding: 20px 16px;
  }








  .ei-item:not(.ei-item--simple) .ei-topbox {
    min-height: auto;
    padding: 10px 16px 8px;
    justify-content: flex-start;
  }




  .ei-title {
    font-size: 20px;
  }








  .ei-text,
  .ei-topbox-text {
    font-size: 14px;
  }








  .ei-image-wrap {
    width: 120px;
    height: 120px;
    margin-bottom: 22px;
  }
}








/* === Box s fajfkami === */




.ercolani-checklist-box {
  background: #fbf7f5;
  border: none;
  border-left: 3px solid #b88d6b;
  border-radius: 0;
  padding: 18px 20px;
  box-sizing: border-box;
  font-family: inherit;
}




.ercolani-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}




.ercolani-checklist li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 32px;
  color: #3f3128;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.45;
}




.ercolani-checklist li:last-child {
  margin-bottom: 0;
}




.ercolani-checklist .check {
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #c9ac93;
  border-radius: 50%;
  background: transparent;
  color: #b88d6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}




.ercolani-checklist li > span:not(.check) {
  display: inline;
}




.ercolani-checklist strong,
.ercolani-checklist b {
  color: #241913;
  font-weight: 700;
}




.ercolani-checklist em,
.ercolani-checklist i {
  font-style: italic;
}




.ercolani-checklist a {
  color: #7c6e3c;
  text-decoration: underline;
}




.ercolani-checklist a:hover {
  text-decoration: none;
}




.ercolani-checklist p {
  margin: 0;
}




@media (max-width: 768px) {
  .ercolani-checklist-box {
    padding: 14px 16px;
  }




  .ercolani-checklist li {
    margin-bottom: 8px;
    padding-left: 29px;
    font-size: 14px;
    line-height: 1.4;
  }




  .ercolani-checklist .check {
    width: 20px;
    height: 20px;
    font-size: 11px;
    top: 1px;
  }
}




/* === Perex  === */ 




body.type-post .pk-perex,
body.blog-detail .pk-perex,
body.article-detail .pk-perex,
.blog-article-detail .pk-perex,
.article-detail .pk-perex,
.post-detail .pk-perex,
.blog-detail .pk-perex,
body.type-page .pk-perex,
.page-detail .pk-perex,
.content-page .pk-perex,
.page-content .pk-perex {
  margin: -4px 0 24px !important;
  padding: 6px 0 0 !important;
  border-top: 1px solid #b8af9f !important;
}
body.type-post .pk-perex p,
body.blog-detail .pk-perex p,
body.article-detail .pk-perex p,
.blog-article-detail .pk-perex p,
.article-detail .pk-perex p,
.post-detail .pk-perex p,
.blog-detail .pk-perex p,
body.type-page .pk-perex p,
.page-detail .pk-perex p,
.content-page .pk-perex p,
.page-content .pk-perex p {
  margin: 0 0 1em !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #746b61 !important;
}
body.type-post .pk-perex p:last-child,
body.blog-detail .pk-perex p:last-child,
body.article-detail .pk-perex p:last-child,
.blog-article-detail .pk-perex p:last-child,
.article-detail .pk-perex p:last-child,
.post-detail .pk-perex p:last-child,
.blog-detail .pk-perex p:last-child,
body.type-page .pk-perex p:last-child,
.page-detail .pk-perex p:last-child,
.content-page .pk-perex p:last-child,
.page-content .pk-perex p:last-child {
  margin-bottom: 0 !important;
}
body.type-post .pk-perex strong,
body.blog-detail .pk-perex strong,
body.article-detail .pk-perex strong,
.blog-article-detail .pk-perex strong,
.article-detail .pk-perex strong,
.post-detail .pk-perex strong,
.blog-detail .pk-perex strong,
body.type-page .pk-perex strong,
.page-detail .pk-perex strong,
.content-page .pk-perex strong,
.page-content .pk-perex strong {
  color: #5f5547 !important;
  font-weight: 700 !important;
}
body.type-post .pk-perex a,
body.blog-detail .pk-perex a,
body.article-detail .pk-perex a,
.blog-article-detail .pk-perex a,
.article-detail .pk-perex a,
.post-detail .pk-perex a,
.blog-detail .pk-perex a,
body.type-page .pk-perex a,
.page-detail .pk-perex a,
.content-page .pk-perex a,
.page-content .pk-perex a {
  color: #7c6e3c !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(124, 110, 60, 0.35) !important;
  transition: all 0.2s ease;
}
body.type-post .pk-perex a:hover,
body.blog-detail .pk-perex a:hover,
body.article-detail .pk-perex a:hover,
.blog-article-detail .pk-perex a:hover,
.article-detail .pk-perex a:hover,
.post-detail .pk-perex a:hover,
.blog-detail .pk-perex a:hover,
body.type-page .pk-perex a:hover,
.page-detail .pk-perex a:hover,
.content-page .pk-perex a:hover,
.page-content .pk-perex a:hover {
  color: #7c6e3c !important;
  border-bottom-color: #7c6e3c !important;
}
@media (max-width: 768px) {
  body.type-post .pk-perex,
  body.blog-detail .pk-perex,
  body.article-detail .pk-perex,
  .blog-article-detail .pk-perex,
  .article-detail .pk-perex,
  .post-detail .pk-perex,
  .blog-detail .pk-perex,
  body.type-page .pk-perex,
  .page-detail .pk-perex,
  .content-page .pk-perex,
  .page-content .pk-perex {
    margin: -4px 0 20px !important;
    padding-top: 6px !important;
  }
  body.type-post .pk-perex p,
  body.blog-detail .pk-perex p,
  body.article-detail .pk-perex p,
  .blog-article-detail .pk-perex p,
  .article-detail .pk-perex p,
  .post-detail .pk-perex p,
  .blog-detail .pk-perex p,
  body.type-page .pk-perex p,
  .page-detail .pk-perex p,
  .content-page .pk-perex p,
  .page-content .pk-perex p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}






/* === FAQ  === */ 




.ercolani-faq {
  padding: 8px 0 0;
  background: transparent;
}




.ercolani-faq__inner {
  max-width: 100%;
  margin: 0;
}




.ercolani-faq__title {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0;
  color: #9a6a12;
}




.ercolani-faq__item {
  border-bottom: 1px solid rgba(184, 175, 159, 0.45);
  background: transparent;
}




.ercolani-faq__item:first-of-type {
  border-top: 1px solid rgba(184, 175, 159, 0.45);
}




.ercolani-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0;
  color: #2f2f2f;
  transition: color 0.2s ease;
}




.ercolani-faq__question::-webkit-details-marker {
  display: none;
}




.ercolani-faq__question::before {
  content: "+";
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3e9e1;
  color: #9a6a12;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease;
}




.ercolani-faq__item[open] .ercolani-faq__question {
  color: #9a6a12;
}




.ercolani-faq__item[open] .ercolani-faq__question::before {
  content: "−";
  background: #f3e9e1;
  color: #9a6a12;
}




.ercolani-faq__question:hover {
  color: #9a6a12;
}




.ercolani-faq__answer {
  padding: 0 0 16px 38px;
  max-width: 100%;
}




.ercolani-faq__answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #444;
}




.ercolani-faq__answer strong {
  color: inherit;
  font-weight: 600;
}




.ercolani-faq__answer a {
  color: #7c6e3c;
  text-decoration: none;
  border-bottom: 1px solid rgba(124, 110, 60, 0.35);
  transition: all 0.2s ease;
}




.ercolani-faq__answer a:hover {
  color: #7c6e3c;
  border-bottom-color: #7c6e3c;
}




.ercolani-faq__answer a strong {
  color: inherit;
  font-weight: 600;
}




@media (max-width: 768px) {
  .ercolani-faq__title {
    font-size: 17px;
    margin-bottom: 14px;
  }




  .ercolani-faq__question {
    gap: 10px;
    padding: 14px 0;
    font-size: 15px;
    line-height: 1.4;
  }




  .ercolani-faq__question::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 17px;
  }




  .ercolani-faq__answer {
    padding: 0 0 14px 34px;
  }




  .ercolani-faq__answer p {
    font-size: 14px;
    line-height: 1.7;
  }
}




/* === Číselný seznam === */




.ercolani-numlist {
  margin: 0;
  padding: 0;
  list-style: none;
}




.ercolani-numlist__item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  margin: 0 0 12px;
}




.ercolani-numlist__item:last-child {
  margin-bottom: 0;
}




.ercolani-numlist__num {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  border: 1px solid rgba(184, 141, 107, 0.38);
  border-radius: 50%;
  background: transparent;
  color: #c9a47f;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  box-sizing: border-box;
  transform: translateY(0);
}




.ercolani-numlist__text {
  min-width: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}




.ercolani-numlist__text strong {
  font-weight: 700;
  color: inherit;
}




.ercolani-numlist__text a,
.ercolani-numlist__text a:link,
.ercolani-numlist__text a:visited {
  color: #7c6e3c;
  text-decoration: underline !important;
  text-decoration-color: currentColor !important;
  border-bottom: none !important;
  background-image: none !important;
  box-shadow: none !important;
  transition: color 0.2s ease;
}




.ercolani-numlist__text a:hover,
.ercolani-numlist__text a:focus {
  color: #7c6e3c;
  text-decoration: underline !important;
  text-decoration-color: currentColor !important;
  border-bottom: none !important;
  background-image: none !important;
  box-shadow: none !important;
}




.ercolani-numlist__text a::before,
.ercolani-numlist__text a::after {
  display: none !important;
  content: none !important;
}




.ercolani-numlist__text a strong {
  color: inherit;
  font-weight: 700;
}




@media (max-width: 768px) {
  .ercolani-numlist__item {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 10px;
    margin-bottom: 10px;
  }




  .ercolani-numlist__num {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }




  .ercolani-numlist__text {
    font-size: inherit;
    line-height: inherit;
  }
}




