/* --brand-color je definovana v theme panel/styles jako primary color Jannah theme */

.author-bio a, .entry :is(p, ol, ul, tr) a {
    border-bottom: 2.8px solid var(--brand-color);
}

.author-bio a:hover, .entry.entry :is(p, ol, ul, tr) a:hover {
    border-bottom-color: #fff;
    color: #747474;
}

.author-bio p {
    margin-block: 10px;
}

/* upravuje barvu a tloustku horizontal row elementu */
.entry hr {
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

/* opravuje border pod obrazky s linky */
.entry .imgtaga_border_none {
    border-bottom: initial;
}

/* efekt pro hover u obrázků ve článku */
a.imgtaga_border_none:hover {
    opacity: 0.8;
}


.entry p,
body .entry.entry a {
    color: #444;
}

#the-post .entry :is(q,blockquote) p, .entry q::before, .entry blockquote::before {
    color: #fff;
}


#the-post :is(h1,h2,h3,h4) {
    text-wrap: pretty;
}


#ez-toc-container a {
    border-bottom: none;
}

#site-info {
    padding-top: 30px;
}

.entry h1 {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    border-left: 8px solid var(--brand-color);
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#fff));
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(to right, #eee, #fff);
}

.entry h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    border-left: 7px solid var(--brand-color);
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#fff));
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(to right, #eee, #fff);
}

.entry h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    border-left: 6px solid var(--brand-color);
    padding-left: 9px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#fff));
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(to right, #eee, #fff);
}

.entry h4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    border-left: 5px solid var(--brand-color);
    padding-left: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#fff));
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(to right, #eee, #fff);
}

@media screen and (max-width: 767px) {
    .entry h2 {
        font-size: 1.8rem;
    }
    .entry h3 {
        font-size: 1.7rem;
    }
    .entry h4 {
        font-size: 1.6rem;
    }
    html #the-post .entry-content,
    html #the-post .entry-content p {
        font-size: 18px;
        line-height: 1.9;
    }
}

.rank-math-howto-description {
    font-weight: bold;
}

.review-title {
    font-size: 20px;
}


/* popis obrázku zarovnán doleva a je upravený font na default Jannah nastavení */
.entry .wp-block-image.wp-block-image figcaption {
    font-size: 13px;
    color: #555;
    margin-top: 0px;
    text-align: left;
}


/* linky v popisku jsou viditelnější */
.entry .wp-block-image.wp-block-image figcaption a {
    text-decoration: underline;
}

.entry .wp-block-image.wp-block-image figcaption a:hover {
    text-decoration: none;
}

.featured-area figcaption > a {
    color: white;
    text-decoration: underline;
}

/* zmena barvy odkazu ve zdroji obrazku pri prejeti mysi */
.featured-area figcaption > a:hover {
    text-decoration: none;
}

/* smooth scroll offset */
html {
    scroll-padding-top: 10px;
}

p > code {
    font-size: inherit;
    padding: 8px 0.25em;
}

/* zobrazí popisek tabulek pod tabulkou */
caption {
    caption-side: bottom;
    font-size: 15px;
}

.entry summary {
    display: list-item;
    list-style: inside disclosure-closed;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
    background: #ebebeb;
    padding: 12px;
    cursor: pointer;
}

.entry kbd {
    font-size: 20px;
    cursor: initial;
}

.entry details[open] > summary {
    list-style-type: disclosure-open;
}


.entry summary:hover {
    scale: 1.02;
    opacity: 0.7;
}

.rank-math-list-item {
    margin-top: 25px;
}

.box {
    margin: 20px;
}

/* Upravuje a správně formátuje očíslování v HowTo bloku or RankMath */
.rank-math-steps {
    list-style: none;
    counter-reset: rm-howto-counter;
}
.rank-math-step {
    counter-increment: rm-howto-counter;
}
.rank-math-step::marker {
    content: counter(rm-howto-counter) '. ';
    font-weight: bold;
    font-size: 2rem;
}


ins.adsbygoogle[data-ad-status="unfilled"], .side-ad:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
    display: none !important;
}


.twitter-timeline {
    margin-bottom: 30px !important;
}

