/* Blog Post Title & Content Formatter Styles */

/* Justify blog post content */
.single-post .entry-content,
.single-post .post-content,
.single-post .elementor-widget-theme-post-content,
.single-post .elementor-widget-text-editor,
.single-post article .entry-content,
.single-post .e-con .elementor-widget-theme-post-content .elementor-widget-container {
    text-align: justify;
    word-spacing: -0.5px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    line-height: 1.8;
}

/* Well-arranged paragraphs */
.single-post .entry-content p,
.single-post .post-content p,
.single-post .elementor-widget-theme-post-content p,
.single-post .elementor-widget-text-editor p {
    margin-bottom: 1.2em;
    text-align: justify;
}

/* Headings inside content - left aligned for readability */
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

/* Lists - left aligned for readability */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .post-content ul,
.single-post .post-content ol {
    text-align: left;
    margin-bottom: 1.2em;
    padding-left: 1.5em;
}

.single-post .entry-content li,
.single-post .post-content li {
    margin-bottom: 0.4em;
    line-height: 1.7;
}

/* Blockquotes */
.single-post .entry-content blockquote,
.single-post .post-content blockquote {
    text-align: justify;
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #333;
    font-style: italic;
}

/* Images - centered */
.single-post .entry-content img,
.single-post .post-content img {
    display: block;
    margin: 1.5em auto;
    max-width: 100%;
    height: auto;
}

/* Post title styling - title case emphasis */
.single-post .entry-title,
.single-post .post-title,
.single-post .elementor-heading-title {
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 0.8em;
}
