/* Start custom CSS for text-editor, class: .elementor-element-29be0b22 *//* ==========================================================================
   ZENFOREST JOURNAL SYSTEM (REUSABLE STYLESHEET)
   ========================================================================== */

/* ARTICLE WRAPPER */
.zf-blog-content {
    max-width: 850px;
    margin: auto;
    padding: 20px;
    color: #2f2f2f !important;
    font-size: 18px;
    line-height: 1.9;
}

/* INTRO PARAGRAPH STYLE */
.zf-blog-content > p:first-of-type {
    font-size: 24px;
    line-height: 1.8;
    color: #3d2417 !important;
    font-weight: 400;
}

/* 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;
}

/* INLINE LINK OVERRIDES */
.zf-inline-link {
    color: #c96b2c !important;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.zf-inline-link:hover {
    color: #2d1b12 !important;
}

/* BULLET LIST COHERENCE */
.zf-blog-content ul {
    margin: 20px 0 30px 25px;
}

.zf-blog-content li {
    margin-bottom: 10px;
    color: #2f2f2f !important;
}

/* COMPARISON TABLES */
.zf-blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.zf-blog-content th {
    background: #2d1b12;
    color: white !important;
    padding: 16px;
    font-weight: 600;
}

.zf-blog-content td {
    padding: 16px;
    border-bottom: 1px solid #ececec;
    color: #2f2f2f !important;
}

.zf-blog-content tr:nth-child(even) {
    background: #faf8f5;
}

/* FACT BOXES */
.zf-fact-box {
    background: #f8f4ef;
    border-left: 5px solid #c96b2c;
    padding: 25px;
    margin: 40px 0;
    border-radius: 10px;
    font-size: 18px;
    color: #3d2417 !important;
}

/* INTERNAL LINK BOXES */
.zf-learn-more {
    background: linear-gradient(
        180deg,
        #faf7f2 0%,
        #f6f1ea 100%
    );
    padding: 40px;
    border-radius: 20px;
    margin: 60px 0;
    text-align: center;
    border: 1px solid #e8dfd4;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.zf-learn-more h3 {
    margin: 0 0 15px !important;
    color: #2d1b12 !important;
    font-size: 2rem;
    line-height: 1.3;
}

.zf-learn-more p {
    color: #4a4038 !important;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 20px;
}

.zf-learn-more a {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 30px;
    background: #c96b2c;
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.zf-learn-more a:hover {
    background: #b55b20;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(201,107,44,0.25);
}

/* PRODUCT CTAs */
.zf-product-cta {
    background: linear-gradient(
        135deg,
        #2d1b12 0%,
        #4b2e20 100%
    );
    color: #fff !important;
    padding: 50px;
    border-radius: 24px;
    text-align: center;
    margin: 80px 0;
    box-shadow: 0 15px 40px rgba(45,27,18,0.18);
    overflow: hidden;
    position: relative;
}

.zf-product-cta::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: rgba(216,155,74,0.08);
    border-radius: 50%;
}

.zf-product-cta h3 {
    color: #f5d7a3 !important;
    margin: 0 0 15px !important;
    font-size: 42px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.zf-product-cta p {
    color: #fff !important;
    opacity: 0.92;
    max-width: 600px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.zf-product-cta a {
    display: inline-block;
    background: #d89b4a;
    color: #2d1b12 !important;
    padding: 18px 42px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
}

.zf-product-cta a:hover {
    background: #e5ab5b;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(216,155,74,0.35);
}

/* MOBILE */
@media (max-width: 768px) {
    .zf-product-cta {
        padding: 35px 20px;
        margin: 60px 0;
    }

    .zf-product-cta h3 {
        font-size: 32px;
    }

    .zf-product-cta p {
        font-size: 16px;
    }

    .zf-product-cta a {
        width: 100%;
        max-width: 320px;
    }
}/* End custom CSS */