.elementor-6825 .elementor-element.elementor-element-1474c71b{--display:flex;--padding-top:3%;--padding-bottom:5%;--padding-left:1%;--padding-right:1%;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-6825 .elementor-element.elementor-element-5c9050c9 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:44px;font-weight:500;text-transform:none;line-height:1.3em;letter-spacing:0px;color:var( --e-global-color-secondary );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-6825 .elementor-element.elementor-element-56a9c1ea img{width:100%;height:500px;object-fit:cover;object-position:center center;border-radius:10px 10px 10px 10px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-6825 .elementor-element.elementor-element-4cd3cb74{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.8em;letter-spacing:0px;}@media(min-width:768px){.elementor-6825 .elementor-element.elementor-element-1474c71b{--content-width:900px;}}@media(max-width:1024px){.elementor-6825 .elementor-element.elementor-element-1474c71b{--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-6825 .elementor-element.elementor-element-56a9c1ea img{height:400px;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-6825 .elementor-element.elementor-element-1474c71b{--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-6825 .elementor-element.elementor-element-5c9050c9 .elementor-heading-title{font-size:36px;line-height:1.2em;}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-6825 .elementor-element.elementor-element-56a9c1ea img{height:300px;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-6825 .elementor-element.elementor-element-4cd3cb74{line-height:1.7em;letter-spacing:0 !important;}}/* Start custom CSS for theme-post-content, class: .elementor-element-4cd3cb74 */```css
/* =========================================================
   VŠE POUZE UVNITŘ .clanek
   ========================================================= */

/* =========================================================
   1) RESET – odstranění výchozích WP stylů
   ========================================================= */

.clanek .wp-block-table,
.clanek .wp-block-table figure,
.clanek .wp-block-table table {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.clanek .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: auto;
}

.clanek .wp-block-table th,
.clanek .wp-block-table td {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
}


/* =========================================================
   2) MODERNÍ GLOBÁLNÍ STYL
   ========================================================= */

.clanek .wp-block-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

.clanek .wp-block-table table {
  width: 100%;
  min-width: 600px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

/* Hlavička */
.clanek .wp-block-table thead th {
  background: #000;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #e8e8e8;
}

/* Buňky */
.clanek .wp-block-table th,
.clanek .wp-block-table td {
  padding: 14px 18px;
  color: #111111;
  line-height: 1.4;
}

/* Oddělení řádků */
.clanek .wp-block-table tbody tr + tr td {
  border-top: 1px solid #eeeeee;
}

/* Jemné zebra */
.clanek .wp-block-table tbody tr:nth-child(even) td {
  background: #fafafa;
}

/* Jemný hover */
@media (hover: hover) {
  .clanek .wp-block-table tbody tr:hover td {
    background: #f3f3f3;
  }
}

/* Zarovnání čísel pokud někdo použije třídu .is-numeric */
.clanek .wp-block-table td.is-numeric,
.clanek .wp-block-table th.is-numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* Scrollbar jemný (WebKit) */
.clanek .wp-block-table::-webkit-scrollbar {
  height: 6px;
}

.clanek .wp-block-table::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.clanek .wp-block-table::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}


/* =========================================================
   MINIMALISTICKÝ / PRÉMIOVÝ UL STYL
   ========================================================= */

.clanek ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* položky */
.clanek ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #111111;
}

/* jemná tečka místo klasického bulletu */
.clanek ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111111;
  transform: translateY(-50%);
  opacity: 0.85;
}

/* jemné oddělení položek */
.clanek ul li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 14px;
}

/* lehký hover efekt */
@media (hover:hover) {
  .clanek ul li:hover {
    color: #000000;
  }

  .clanek ul li:hover::before {
    opacity: 1;
  }
}

/* menší vertikální rytmus v užších kontejnerech */
@media (max-width: 640px) {
  .clanek ul li {
    margin-bottom: 12px;
    padding-left: 22px;
  }

  .clanek ul li::before {
    width: 5px;
    height: 5px;
  }
}


/* =========================================================
   PREMIUM MINIMAL RICH TEXT – pouze uvnitř .clanek
   (černá / šedá / bílá + akcent přes var(--e-global-color-accent))
   ========================================================= */

.clanek {
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  hyphens: auto;
  overflow-wrap: anywhere;
}

/* Univerzální vertikální rytmus mezi bloky */
.clanek > * + * {
  margin-top: 14px;
}

/* Odstavce */
.clanek p {
  margin: 0 0 1em 0;
  line-height: 1.78;
  color: #111;
}

/* První odstavec jako „lead“ */
.clanek > p:first-of-type {
  font-size: 1.06em;
  line-height: 1.7;
}

/* Nadpisy */
.clanek h1,
.clanek h2,
.clanek h3,
.clanek h4 {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.15;
  color: #111;
  margin: 0 0 .5em 0;
  scroll-margin-top: 90px;
}

/* Responzivní velikosti */
.clanek h1 { font-size: clamp(30px, 4.2vw, 46px); }
.clanek h2 { font-size: clamp(22px, 3.2vw, 34px); margin-top: 1.35em; }
.clanek h3 { font-size: clamp(18px, 2.2vw, 26px); margin-top: 1.15em; }
.clanek h4 { font-size: clamp(16px, 1.8vw, 20px); margin-top: 1.0em; }

/* Jemné mikro-oddělení sekcí */
.clanek hr {
  border: 0;
  height: 1px;
  background: #ededed;
  margin: 26px 0;
}

/* Odkazy: akcentová barva */
.clanek a {
  color: var(--e-global-color-accent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--e-global-color-accent) 35%, transparent);
  padding-bottom: 1px;
  transition: border-color .2s ease, color .2s ease;
}

@media (hover:hover) {
  .clanek a:hover {
    color: var(--e-global-color-accent);
    border-bottom-color: var(--e-global-color-accent);
  }
}

/* Strong – ať to působí jako zvýraznění, ne „random bold“ */
.clanek strong {
  font-weight: 600;
}


/* =========================================================
   TABULKY – pouze .clanek
   ========================================================= */

.clanek .wp-block-table,
.clanek .wp-block-table figure,
.clanek .wp-block-table table {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.clanek .wp-block-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

.clanek .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 600px;
  table-layout: auto;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

/* Hlavička */
.clanek .wp-block-table thead th {
  background: #000;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #e8e8e8;
}

/* Buňky */
.clanek .wp-block-table th,
.clanek .wp-block-table td {
  padding: 14px 18px;
  color: #111;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}

/* Oddělení řádků */
.clanek .wp-block-table tbody tr + tr td {
  border-top: 1px solid #eee;
}

/* Jemné zebra */
.clanek .wp-block-table tbody tr:nth-child(even) td {
  background: #fafafa;
}

/* Hover */
@media (hover:hover) {
  .clanek .wp-block-table tbody tr:hover td {
    background: #f3f3f3;
  }
}

/* Číselné zarovnání */
.clanek .wp-block-table td.is-numeric,
.clanek .wp-block-table th.is-numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* Scrollbar jemný (WebKit) */
.clanek .wp-block-table::-webkit-scrollbar {
  height: 6px;
}

.clanek .wp-block-table::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.clanek .wp-block-table::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}


/* =========================================================
   UL – prémiové, minimalistické
   ========================================================= */

.clanek ul {
  list-style: none;
  margin: 0 0 1.2em 0;
  padding: 0;
}

.clanek ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1.7;
  color: #111;
}

/* bullet jako jemný dot */
.clanek ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
  transform: translateY(-50%);
  opacity: 0.75;
}

/* jemné oddělení položek */
.clanek ul li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 14px;
}

@media (hover:hover) {
  .clanek ul li:hover::before {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .clanek ul li {
    padding-left: 22px;
    margin-bottom: 12px;
  }

  .clanek ul li::before {
    width: 5px;
    height: 5px;
  }
}


/* =========================================================
   QUOTE / CALLOUT
   ========================================================= */

.clanek blockquote,
.clanek .wp-block-quote {
  margin: 1.2em 0;
  padding: 16px 18px;
  background: #fafafa;
  border-left: 3px solid #111;
  border-radius: 14px;
}

.clanek blockquote p {
  margin: 0;
  color: #111;
}


/* =========================================================
   FIGURE / IMG / CAPTION
   ========================================================= */

.clanek figure {
  margin: 1.2em 0;
}

.clanek img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.clanek figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.45;
}


/* =========================================================
   CODE
   ========================================================= */

.clanek pre {
  margin: 1.2em 0;
  padding: 14px 16px;
  background: #0f0f0f;
  color: #fff;
  border-radius: 14px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.6;
}

.clanek p code,
.clanek li code {
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 0.95em;
}


/* =========================================================
   BUTTONS (WP block) – premium minimalist
   - radius 5px
   - akcent var(--e-global-color-accent)
   ========================================================= */

.clanek .wp-block-buttons {
  margin-top: 18px;
  gap: 10px;
}

.clanek .wp-block-button {
  margin: 0;
}

/* hlavní button link */
.clanek .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 18px;
  border-radius: 5px;
  border: 1px solid var(--e-global-color-accent);

  background: var(--e-global-color-accent);
  color: #fff;

  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.2;

  text-decoration: none;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--e-global-color-accent) 26%, transparent);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}

/* hover */
@media (hover:hover) {
  .clanek .wp-block-button .wp-block-button__link:hover {
    color: #fff;
    border-color: var(--e-global-color-accent);
    transform: translateY(-1px);
    box-shadow: 0 10px 26px color-mix(in srgb, var(--e-global-color-accent) 34%, transparent);
    filter: brightness(0.98);
  }
}

/* focus */
.clanek .wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px solid var(--e-global-color-accent);
  outline-offset: 3px;
}

/* pokud WP přiřadí vlastní barvy třídami, sjednotíme */
.clanek .wp-block-button__link.has-background {
  background: var(--e-global-color-accent) !important;
}

.clanek .wp-block-button__link.has-text-color {
  color: #fff !important;
}

/* sekundární outline varianta */
.clanek .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,.18);
  box-shadow: none;
}

@media (hover:hover) {
  .clanek .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #f5f5f5 !important;
    color: #111 !important;
    border-color: rgba(0,0,0,.18);
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0,0,0,.08);
  }
}


/* =========================================================
   PREMIUM ČÍSLOVANÝ SEZNAM – pouze v .clanek
   ========================================================= */

.clanek ol {
  list-style: none;
  counter-reset: premium-counter;
  margin: 0 0 1.4em 0;
  padding: 0;
}

.clanek ol li {
  counter-increment: premium-counter;
  position: relative;
  padding-left: 42px;
  margin-bottom: 18px;
  line-height: 1.7;
  color: #111;
}

/* Číselný badge */
.clanek ol li::before {
  content: counter(premium-counter);
  position: absolute;
  left: 0;
  top: 0.2em;

  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: #111;

  font-size: 14px;
  font-weight: 600;

  transition: all .2s ease;
}

/* Jemné oddělení položek */
.clanek ol li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 18px;
}

/* Hover efekt */
@media (hover:hover) {
  .clanek ol li:hover::before {
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
  }
}

/* Responzivní úprava */
@media (max-width: 640px) {
  .clanek ol li {
    padding-left: 36px;
    margin-bottom: 14px;
  }

  .clanek ol li::before {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}
```/* End custom CSS */