.elementor-79 .elementor-element.elementor-element-b798348{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for container, class: .elementor-element-b798348 *//* استایل کانتینر اصلی مقاله تکی */
.neon-single-post {
    background: rgba(255, 255, 255, 0.03); /* زمینه شیشه‌ای */
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 40px; /* گردی زیاد */
    padding: 60px 40px !important; /* فاصله داخلی */
    margin: 40px auto;
    max-width: 1000px; /* عرض مناسب برای خواندن */
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* استایل تیتر مقاله H1 */
.neon-single-post h1.elementor-heading-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px;
}

/* استایل متن مقاله */
.neon-single-post .elementor-widget-theme-post-content {
    color: #ddd;
    font-size: 1.1rem;
    line-height: 2;
    text-align: justify;
}

/* استایل تیترهای H2 و H3 داخل مقاله */
.neon-single-post h2, 
.neon-single-post h3 {
    color: #00D084; /* سبز نئونی */
    margin-top: 40px;
    margin-bottom: 20px;
}

/* استایل لینک‌های داخل متن */
.neon-single-post a {
    color: #00D084;
    border-bottom: 1px dashed #00D084;
    transition: all 0.3s;
}

.neon-single-post a:hover {
    color: #fff;
    border-bottom-style: solid;
}

/* استایل عکس‌ها در مقاله */
.neon-single-post img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* موبایل */
@media (max-width: 768px) {
    .neon-single-post {
        padding: 40px 20px !important;
        border-radius: 25px;
    }
}/* End custom CSS */