.elementor-3575 .elementor-element.elementor-element-5aa1c723{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:90px;--padding-right:90px;}@media(max-width:767px){.elementor-3575 .elementor-element.elementor-element-5aa1c723{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-3575 .elementor-element.elementor-element-7f832876{padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-5aa1c723 *//* Hide comments section on single blog post page */
.single-post #comments,
.single-post .comments-area,
.single-post #respond,
.single-post .comment-respond,
.single-post .comment-form,
.single-post .comment-list,
.single-post .comment-reply-title {
    display: none !important;
}


/* ===== Blog Single Page – Premium Formatting ===== */

/* Blog Title */
.single-post h1.entry-title,
.single-post .entry-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

/* Category / Meta line (date, comments) */
.single-post .entry-meta,
.single-post .post-meta,
.single-post .entry-meta a {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Divider under title section */
.single-post .entry-header:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #a67d44; /* luxury gold */
    margin: 18px 0 30px;
}

/* First paragraph – intro highlight */
.single-post .entry-content p:first-of-type {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    font-weight: 400;
    margin-bottom: 30px;
}

/* All content text */
.single-post .entry-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

/* Headings inside content */
.single-post .entry-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #222;
}

.single-post .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #333;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .single-post h1.entry-title {
        font-size: 28px;
    }

    .single-post .entry-content p:first-of-type {
        font-size: 16px;
    }
}/* End custom CSS */