/* Readable typography for articles generated by the ESN content tools. */
body.single-post .entry-content .esn-article-body {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.7;
}

body.single-post .entry-content .esn-article-body p {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-top: 0 !important;
    margin-bottom: 1.35em !important;
}

body.single-post .entry-content .esn-article-body .esn-entradilla {
    font-size: 19px !important;
    line-height: 1.65 !important;
}

body.single-post .entry-content .esn-article-body h2 {
    font-size: 24px !important;
    line-height: 1.35 !important;
}

@media (max-width: 767px) {
    body.single-post .entry-content .esn-article-body,
    body.single-post .entry-content .esn-article-body p {
        font-size: 17px !important;
        line-height: 1.65 !important;
    }

    body.single-post .entry-content .esn-article-body .esn-entradilla {
        font-size: 18px !important;
    }

    body.single-post .entry-content .esn-article-body h2 {
        font-size: 22px !important;
    }
}
