.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   استایل‌های خودکار محتوای مقالات (Neuro Design)
========================================= */
.post-content {
    background-color: #0B1C2D; /* بک‌گراند تیره سرمه‌ای */
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(108, 177, 239, 0.2);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #D1D5DB; 
}

.post-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.post-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #E2E8F0;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(108, 177, 239, 0.2);
    padding-bottom: 10px;
}

.post-content p {
    margin-bottom: 25px;
}

.post-content a {
    color: #6CB1EF;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
}

.post-content a:hover {
    color: #FFFFFF;
}

.post-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.post-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.post-content ul li::before {
    content: '•';
    color: #6CB1EF;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -8px;
}

.post-content blockquote {
    border-left: 4px solid #6CB1EF;
    background: rgba(18, 42, 66, 0.4);
    padding: 24px 32px;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: #9CA3AF;
    margin: 32px 0;
}/* End custom CSS */