/* Start custom CSS for text-editor, class: .elementor-element-79d1d8b7 *//* ==========================================================================
   ZENFOREST REUSABLE JOURNAL Master SHEET
   ========================================================================== */

/* CONTAINER ARCHITECTURE */
.zf-blog-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
    color: #2f2f2f !important;
    font-size: 18px;
    line-height: 1.9;
}

/* LEADING PARAGRAPH HOOK */
.zf-blog-content > p:first-of-type {
    font-size: 24px;
    line-height: 1.8;
    color: #3d2417 !important;
    font-weight: 400;
}

/* SECTION HEADINGS */
.zf-blog-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 70px 0 25px;
    color: #2d1b12 !important;
    position: relative;
}

.zf-blog-content h2:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #c96b2c;
    display: block;
    margin-top: 12px;
    border-radius: 20px;
}

.zf-blog-content h3 {
    font-size: 28px;
    margin: 45px 0 15px;
    color: #4a2d1d !important;
}

/* ACCENT INLINE LINKS */
.zf-inline-link {
    color: #c96b2c !important;
    text-decoration: underline;
    font-weight: 600;
}
.zf-inline-link:hover {
    color: #2d1b12 !important;
}

/* UNORDERED BULLET SYSTEM */
.zf-blog-content ul {
    margin: 20px 0 30px 25px;
}
.zf-blog-content li {
    margin-bottom: 12px;
    color: #2f2f2f !important;
}

/* FACT COMPONENT HOOKS */
.zf-fact-box {
    background: #f8f4ef;
    border-left: 5px solid #c96b2c;
    padding: 25px;
    margin: 40px 0;
    border-radius: 10px;
    font-size: 18px;
    color: #3d2417 !important;
}

/* MIDDLE ARTICLE DEEP LEARNING COMPONENT */
.zf-learn-more {
    background: #faf7f2;
    padding: 30px;
    border-radius: 14px;
    margin: 50px 0;
    text-align: center;
    border: 1px solid #f0eae1;
}
.zf-learn-more h3 {
    margin-top: 0 !important;
    color: #2d1b12 !important;
}
.zf-learn-more p {
    color: #2f2f2f !important;
    margin-bottom: 15px;
}
.zf-learn-more a {
    display: inline-block;
    margin-top: 10px;
    color: #c96b2c !important;
    font-weight: 600;
    text-decoration: none;
}

/* FOOTER CONVERSION CTAs */
.zf-product-cta {
    background: linear-gradient(135deg, #2d1b12, #4b2e20);
    color: #fff !important;
    padding: 40px;
    border-radius: 18px;
    text-align: center;
    margin: 60px 0;
}
.zf-product-cta h3 {
    color: #f5d7a3 !important;
    margin-top: 0 !important;
    font-size: 32px;
}
.zf-product-cta p {
    color: #fff !important;
    opacity: 0.9;
}
.zf-product-cta a {
    display: inline-block;
    margin-top: 15px;
    background: #d89b4a;
    color: #2d1b12 !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.zf-product-cta a:hover {
    background: #e5ab5b;
    transform: translateY(-2px);
}

/* MOBILE SCALING */
@media (max-width: 768px) {
    .zf-blog-content h2 {
        font-size: 32px;
    }
    .zf-blog-content h3 {
        font-size: 24px;
    }
}/* End custom CSS */