/* ===== Wayback Fixer supplement.css — nrha.cz ===== */

/* --- Article typography baseline (scope: .entry-content in r-template_article.php) ---
   Site design is light text on a maroon (#7e3654) background, so injected article
   content must be light-coloured with restored heading hierarchy and spacing. */
.entry-content {
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #f2e7ec;
}
.entry-content > *:first-child { margin-top: 0; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 1.25;
    color: #ffd24a;               /* gold accent — readable on maroon */
}
.entry-content h1 { font-size: 27px; margin: 0 0 .55em; color: #fff; }
.entry-content h2 { font-size: 22px; margin: 1.5em 0 .5em; }
.entry-content h3 { font-size: 18px; margin: 1.35em 0 .45em; }
.entry-content h4 {
    font-size: 16px;
    margin: 1.2em 0 .4em;
    /* reset theme's global h4 (styled for the #hlavicka marquee, not article content) —
       it sets position:relative;top:188px;left:16px;width:698px, which shoves any
       h4 injected into article text 188px down, overlapping the content below it */
    position: static;
    top: auto;
    left: auto;
    width: auto;
}

.entry-content p  { margin: 0 0 1.05em; }
.entry-content ul,
.entry-content ol { margin: 0 0 1.05em; padding-left: 1.5em; }
.entry-content li { margin: 0 0 .45em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content a  { color: #ffd24a; text-decoration: underline; }
.entry-content img { max-width: 100%; height: auto; }
.entry-content table { max-width: 100%; }

/* article h1 (site .bila heading) stays white on maroon */
#telo h1.bila { color: #fff; }
