/* TNS Theme Compatibility - Typography
 * Covers: code styling, paragraph spacing, WP Steps container
 * Note: body font-size/line-height and h2-h4 are in Jannah Theme Options
 */

/* ================================================
   PARAGRAPH SPACING
================================================ */
p,
.entry p,
.doc-post-content p,
.doc-scrollable p {
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}

/* ================================================
   CODE INLINE STYLING
================================================ */
code {
    background-color: transparent !important;
    color: #3498db !important;
    padding: 0.125em 0.25em !important;
}

/* ================================================
   WP STEPS CONTAINER
================================================ */
.wp-steps-container .step-title,
.entry .wp-steps-container .step-title,
.post-content .wp-steps-container .step-title,
.doc-post-content .wp-steps-container .step-title {
    font-weight: 700 !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
}

.wp-steps-container .step-description,
.entry .wp-steps-container .step-description,
.post-content .wp-steps-container .step-description,
.doc-post-content .wp-steps-container .step-description {
    color: #555555 !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
}
