﻿/* === 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 #00ae9a !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: 18px !important;
  line-height: inherit !important;
  color: #006d63 !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: #00a897 !important;  /* změněná barva odkazu */
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 168, 151, 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: #00a897 !important;  /* změněná barva odkazu při hoveru */
  border-bottom-color: #00a897 !important;
}
/* Mobil */
@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: 18px !important;
    line-height: inherit !important;
  }
}






/* === Tip box === */


.tip-note {
  background: #f6f6f6; /* změněná výplň */
  border: 1px solid #00a896;   /* změněný rámeček */
  border-radius: 4px;          /* pokud chcete přesně 4px, změňte na 4px */
  padding: 14px 16px;
  margin: 16px 0;
  
  font: inherit;               /* font se dědí z webu */
  color: #24242E;


  /* Jemné odlišení od okolí bez toho, aby to splývalo s USP */
  box-shadow: 0 8px 20px rgba(0,0,0,.03);
}


/* „TIP →” */
.tip-note__label {
  font: inherit;
  font-weight: 700;
  margin-right: 6px;
  color: #00a897; /* změněná barva textu TIP */
  white-space: nowrap;
}


/* Text */
.tip-note__text {
  font: inherit;
  font-weight: 500;
  line-height: 1.5;
}


/* Odkaz uvnitř */
.tip-note__link {
  color: #00a896; /* změněná barva odkazu */
  text-decoration: underline; /* u tipů je fajn, aby bylo jasné, že je to odkaz */
  text-underline-offset: 2px;
}


.tip-note__link:hover {
  color: #1f93df;             /* jemně tmavší */
}


/* Přístupný focus */
.tip-note__link:focus-visible {
  outline: 3px solid rgba(0,169,150,.25); /* upravený focus outline pro nový rámeček */
  outline-offset: 2px;
  border-radius: 2px;
}


/* === Barevné odrážky - zobáčky === */
.pk-bullets--dot {
  --bullet-color: #00a897;
  list-style: none !important;
  margin: 0 0 12px;
  padding: 0 0 0 28px; /* větší odsazení od levého okraje */
  font-family: inherit !important;
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
}
.pk-bullets--dot > li {
  display: flex !important;
  align-items: center !important; /* vycentrování zobáčku s textem */
  gap: 6px; /* menší mezera mezi zobáčkem a textem */
  margin: 0 0 6px; /* zmenšená mezera mezi odrážkami */
  padding: 0;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit;
  min-width: 0;
}
.pk-bullets--dot > li:last-child {
  margin-bottom: 0;
}
.pk-bullets--dot > li::before {
  content: "";
  width: 10px;              /* větší zobáček */
  height: 10px;             /* větší zobáček */
  flex: 0 0 10px;
  border-top: 2px solid var(--bullet-color);
  border-right: 2px solid var(--bullet-color);
  transform: rotate(45deg);
  margin-top: 0.1em;       /* jemné svislé doladění */
}
/* textový wrapper */
.pk-bullets--dot > li > .pk-bullets__text {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
/* strong nesmí měnit velikost/řádkování ani display, aby byl stejný jako normální tučný text na webu */
.pk-bullets--dot strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700; 
  color: inherit;
}








/* === Průvodce krok za krokem === */
.step-guide,
.step-guide *{
  box-sizing:border-box;
}








/* Reset jen toho, co Shoptet často rozhází v blogu */
.step-guide ol,
.step-guide ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}








.step-guide li{
  margin:0 !important;
  list-style:none !important;
  /* POZOR: žádné padding:0 na li – to by zabilo "ochrannou zónu" u .step */
}








.step-guide p{
  margin:0 !important;
}








/* Karta */
.step-guide__card{
  background:#ffffff;
  border:1px solid #bfe3de;
  border-radius:6px;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(0,109,99,.05);
  width:100%;
}








/* Hlavička */
.step-guide__head{
  padding:14px 18px !important;
  background:#f1faf8;
  border-bottom:1px solid #abd8d2;
}








/* Hlavní nadpis: bere font/velikost/barvu ze šablony, ale na blogu ho vynutíme jako tučný */
.step-guide__title{
  margin:0 !important;
  padding:0 !important;
  font-weight:700 !important;
  color:#006d63 !important;
}








.step-guide__subtitle{
  margin:6px 0 0 !important;
  font-size:15px;
  line-height:1.45;
  color:#5d7d78;
}








/* Seznam kroků */
.step-guide__list{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}








/* Krok */
.step-guide__list > .step{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  padding:16px 18px !important;
  border-bottom:1px solid #edf6f4;
  position:relative;
  background:#ffffff;
}








.step-guide__list > .step:last-child{
  border-bottom:0;
}








/* Číslo + linka */
.step__index{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}








.step__badge{
  width:28px;
  height:28px;
  border-radius:999px;
  background:#e8f7f4;
  border:1px solid #d5eeea;
  color:#006d63;
  font-weight:700;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
}








/* Svislá spojnice */
.step__index:after{
  content:"";
  position:absolute;
  top:34px;
  left:50%;
  transform:translateX(-50%);
  width:2px;
  height:calc(100% - 34px);
  background:#edf6f4;
}








.step-guide__list > .step:last-child .step__index:after{
  display:none;
}








/* Obsah kroku */
.step__topline{
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
}








.step__heading{
  margin:0 !important;
  font-size:inherit !important;
  line-height:1.35;
  font-weight:700;
  color:#006d63;
}








.step__tag{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background:#e8f7f4;
  color:#006d63;
  font-size:12px;
  line-height:1.2;
  border:1px solid #d5eeea;
  white-space:nowrap;
  text-decoration:none;
}








.step__text{
  margin:6px 0 0 !important;
  font-size:15px;
  line-height:1.5;
  color:#006d63;
}








/* Hover */
.step-guide__list > .step:hover{
  background:#f8fcfb;
}








/* Volitelně "hotovo" */
.step-guide__list > .step.is-done .step__badge{
  background:#f1faf8;
  border-color:#abd8d2;
}








/* Mobil */
@media (max-width:640px){
  .step-guide__head{
    padding:12px 14px !important;
  }








  .step-guide__list > .step{
    padding:14px 14px !important;
    grid-template-columns:32px 1fr;
    gap:10px;
  }
}




/* === Barevné nadpisy === */


/* Základní varianta – pouze barva, velikost se přebírá z webu */
h1.color-heading,
h2.color-heading,
h3.color-heading,
h4.color-heading,
h5.color-heading,
h6.color-heading {
  color: #006d63 !important;
}


/* Varianta s číslem */
h1.color-heading--numbered,
h2.color-heading--numbered,
h3.color-heading--numbered,
h4.color-heading--numbered,
h5.color-heading--numbered,
h6.color-heading--numbered {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}


.color-heading__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e8f7f4;
  border: 1px solid #d5eeea;
  color: #006d63;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}