.elementor-1028 .elementor-element.elementor-element-8ecf6f2{--display:flex;}/* Start custom CSS for theme-post-content, class: .elementor-element-57b70c2 *//* ===== BLOG POST GLOBAL STYLING ===== */

/* Main Content Width */
.single-post .entry-content,
.single-post .post-content {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}

/* Paragraph Styling */
.single-post .entry-content p,
.single-post .post-content p {
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}

/* Main Post Title */
.single-post h1.entry-title,
.single-post .entry-content h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 20px;
}

/* H2 Styling */
.single-post .entry-content h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f1f1f;
    margin-top: 50px;
    margin-bottom: 20px;
}

/* H3 Styling */
.single-post .entry-content h3 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #2a2a2a;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Reduce Extra Bold Feeling */
.single-post .entry-content strong,
.single-post .post-content strong {
    font-weight: 600;
    color: #222;
}

/* Images */
.single-post .entry-content img,
.single-post .post-content img {
    width: 100%;
    border-radius: 12px;
    margin: 25px 0;
}

/* Lists */
.single-post .entry-content ul,
.single-post .entry-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
}

.single-post .entry-content li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #4a4a4a;
}

/* Improve Readability */
.single-post .entry-content {
    font-family: 'Poppins', sans-serif;
}

/* Mobile Optimization */
@media (max-width: 768px) {

    .single-post h1.entry-title,
    .single-post .entry-content h1 {
        font-size: 34px;
        line-height: 1.25;
    }

    .single-post .entry-content h2 {
        font-size: 27px;
    }

    .single-post .entry-content h3 {
        font-size: 22px;
    }

    .single-post .entry-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .single-post .entry-content,
    .single-post .post-content {
        padding: 0 15px;
    }
}/* End custom CSS */