.elementor-1007 .elementor-element.elementor-element-d73c8f3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1007 .elementor-element.elementor-element-ee1299e{width:auto;max-width:auto;margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 20px;padding:0px 20px 0px 20px;text-align:start;}.elementor-1007 .elementor-element.elementor-element-ee1299e p{margin-block-end:20px;}/* Start custom CSS for text-editor, class: .elementor-element-ee1299e *//* =========================
   ZILEO BLOG GLOBAL STYLE
   Clean SaaS Editorial Design
========================= */

/* Main blog container */
.single-post .elementor-widget-theme-post-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px;
}

/* Paragraphs */
.single-post p {
    font-size: 20px;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

/* H1 */
.single-post h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

/* H2 */
.single-post h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 750;
    color: #111827;
    margin-top: 70px;
    margin-bottom: 22px;
    letter-spacing: -1px;
}

/* H3 */
.single-post h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2937;
    margin-top: 50px;
    margin-bottom: 18px;
}

/* Bold text */
.single-post strong {
    color: #111827;
    font-weight: 700;
}

/* Bullet lists */
.single-post ul {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 24px;
}

.single-post li {
    font-size: 20px;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 14px;
}

/* Links */
.single-post a {
    color: #2c5fea;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

.single-post a:hover {
    opacity: 0.8;
}

/* Blockquotes */
.single-post blockquote {
    border-left: 4px solid #2c5fea;
    padding-left: 24px;
    margin: 40px 0;
    font-size: 24px;
    line-height: 1.7;
    color: #111827;
    font-weight: 600;
}

/* Images */
.single-post img {
    border-radius: 18px;
    margin-top: 35px;
    margin-bottom: 35px;
}

/* Tables */
.single-post table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
}

.single-post th {
    background: #f8fafc;
    color: #111827;
    font-size: 18px;
    padding: 18px;
    text-align: left;
}

.single-post td {
    border-top: 1px solid #e5e7eb;
    padding: 18px;
    font-size: 18px;
    color: #4a5568;
}

/* Horizontal line */
.single-post hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 60px 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {

    .single-post h1 {
        font-size: 38px;
    }

    .single-post h2 {
        font-size: 30px;
    }

    .single-post h3 {
        font-size: 24px;
    }

    .single-post p,
    .single-post li {
        font-size: 18px;
        line-height: 1.8;
    }

    .single-post blockquote {
        font-size: 20px;
    }

    .single-post .elementor-widget-theme-post-content {
        padding: 18px;
    }
}
```/* End custom CSS */