/*
 * v3.84.122 — jedinstvena tipografija za sve crvene / bordo citatne trake.
 * Menja samo tipografiju citata i autora; ne dira pozadinu, ilustracije ni raspored sekcija.
 */

body.de90-theme .de-quote-bar blockquote,
body.de90-theme .de-awards-quote-v2 blockquote,
body.de90-theme .de-poetry-quote-band__copy p,
body.de90-theme .de-series-quote-band__copy p,
body.de90-theme .de-gallery-v2-quote blockquote,
body.de90-theme .de-biblio-quote-band blockquote,
body.de90-theme .de-prose-quote-band__copy p,
body.de90-theme .de-strip-quote-band__inner p,
body.de90-theme .de-archive-page-v2-quote blockquote {
    font-family: var(--de-serif, Georgia, 'Times New Roman', serif) !important;
    font-size: clamp(22px, 2vw, 26px) !important;
    line-height: 1.34 !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

/* Potpisi autora u crvenim citatnim trakama. */
body.de90-theme .de-quote-bar cite,
body.de90-theme .de-awards-quote-v2 cite,
body.de90-theme .de-poetry-quote-band__copy strong,
body.de90-theme .de-series-quote-band__copy strong,
body.de90-theme .de-gallery-v2-quote cite,
body.de90-theme .de-biblio-quote-band cite,
body.de90-theme .de-prose-quote-band__copy strong,
body.de90-theme .de-strip-quote-band__inner strong,
body.de90-theme .de-archive-page-v2-quote cite {
    font-family: var(--de-sans, Arial, sans-serif) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

/* Veliki znak navoda: ista vizuelna mera gde postoji kao zaseban element. */
body.de90-theme .de-quote-mark,
body.de90-theme .de-awards-quote-v2__mark,
body.de90-theme .de-poetry-quote-band__copy > span,
body.de90-theme .de-series-quote-band__copy > span,
body.de90-theme .de-gallery-v2-quote .de-container > span,
body.de90-theme .de-biblio-quote-band span,
body.de90-theme .de-prose-quote-band__copy > span,
body.de90-theme .de-strip-quote-band__inner > span,
body.de90-theme .de-archive-page-v2-quote span {
    font-size: 72px !important;
    line-height: .9 !important;
}

@media (max-width: 767px) {
    body.de90-theme .de-quote-bar blockquote,
    body.de90-theme .de-awards-quote-v2 blockquote,
    body.de90-theme .de-poetry-quote-band__copy p,
    body.de90-theme .de-series-quote-band__copy p,
    body.de90-theme .de-gallery-v2-quote blockquote,
    body.de90-theme .de-biblio-quote-band blockquote,
    body.de90-theme .de-prose-quote-band__copy p,
    body.de90-theme .de-strip-quote-band__inner p,
    body.de90-theme .de-archive-page-v2-quote blockquote {
        font-size: 18px !important;
        line-height: 1.48 !important;
    }

    body.de90-theme .de-quote-bar cite,
    body.de90-theme .de-awards-quote-v2 cite,
    body.de90-theme .de-poetry-quote-band__copy strong,
    body.de90-theme .de-series-quote-band__copy strong,
    body.de90-theme .de-gallery-v2-quote cite,
    body.de90-theme .de-biblio-quote-band cite,
    body.de90-theme .de-prose-quote-band__copy strong,
    body.de90-theme .de-strip-quote-band__inner strong,
    body.de90-theme .de-archive-page-v2-quote cite {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    body.de90-theme .de-quote-mark,
    body.de90-theme .de-awards-quote-v2__mark,
    body.de90-theme .de-poetry-quote-band__copy > span,
    body.de90-theme .de-series-quote-band__copy > span,
    body.de90-theme .de-gallery-v2-quote .de-container > span,
    body.de90-theme .de-biblio-quote-band span,
    body.de90-theme .de-prose-quote-band__copy > span,
    body.de90-theme .de-strip-quote-band__inner > span,
    body.de90-theme .de-archive-page-v2-quote span {
        font-size: 50px !important;
        line-height: .95 !important;
    }
}
