.elementor-446 .elementor-element.elementor-element-595f2096{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-289556d8 *//* ===== Nightfall Story - Single Story Page Styling ===== */

/* Page background */
.single-post #primary,
.single-post .site-content,
.single-post .ast-container {
    background-color: #000000 !important;
}

/* Content container */
.single-post .entry-content,
.single-post article {
    background-color: #000000 !important;
    color: #d4d4d8 !important;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

/* Title */
.single-post .entry-title {
    font-family: Georgia, serif !important;
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 10px;
}

/* Author / date meta */
.single-post .entry-meta,
.single-post .ast-author-details,
.single-post .posted-on,
.single-post .byline {
    color: #D4AF37 !important;
    text-align: center;
    font-size: 13px !important;
}

.single-post .entry-meta a {
    color: #D4AF37 !important;
}

/* Body paragraph text */
.single-post .entry-content p {
    color: #d4d4d8 !important;
    font-size: 16px !important;
    line-height: 1.9;
    margin-bottom: 20px;
}

/* Links inside story content */
.single-post .entry-content a {
    color: #D4AF37 !important;
}

/* Featured image at top of story, if shown */
.single-post .post-thumbnail img {
    border-radius: 12px;
    margin-bottom: 30px;
}

/* Comments section (optional dark styling) */
.single-post #comments,
.single-post .comments-area {
    background-color: #0a0a0a !important;
    color: #d4d4d8 !important;
    padding: 24px;
    border-radius: 12px;
    margin-top: 40px;
}

.single-post #comments h2,
.single-post .comment-reply-title {
    color: #ffffff !important;
    font-family: Georgia, serif !important;
}/* End custom CSS */