.elementor-40987 .elementor-element.elementor-element-4efc818{--display:flex;}/* Start custom CSS *//* تنظیمات کلی محفظه مقاله */
.nlp-article-wrapper {
    font-family: inherit;
    color: #334155;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.nlp-article-wrapper p {
    margin-bottom: 20px;
    text-align: justify;
}

.nlp-article-wrapper strong {
    color: #0f172a;
    font-weight: 700;
}

/* استایل لیست‌ها (حسی حرکتی) */
.nlp-sensory-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.nlp-sensory-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    background: #f8fafc;
    padding: 15px 20px 15px 45px;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.nlp-sensory-list li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    color: #3b82f6;
    font-weight: bold;
    font-size: 1.2em;
}

/* عنوان جدول */
.nlp-table-title {
    text-align: center;
    color: #1e293b;
    font-size: 1.4em;
    font-weight: 700;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

/* استایل جدول */
.nlp-table-responsive {
    overflow-x: auto;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.nlp-benefits-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    text-align: left;
}

.nlp-benefits-table th {
    background-color: #eff6ff;
    color: #1e3a8a;
    padding: 15px;
    font-weight: 600;
    border-bottom: 2px solid #bfdbfe;
    white-space: nowrap;
}

.nlp-benefits-table td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}

.nlp-benefits-table tbody tr:hover {
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

/* امضای نویسنده */
.nlp-author-signature {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nlp-author-name {
    font-size: 1.2em;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 1px;
}

.nlp-author-title {
    color: #64748b;
    font-style: italic;
    font-size: 0.95em;
    margin-top: 5px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .nlp-article-wrapper {
        padding: 15px;
    }
    .nlp-benefits-table th, 
    .nlp-benefits-table td {
        padding: 10px;
        font-size: 0.9em;
    }
    .nlp-table-title {
        font-size: 1.2em;
    }
}/* End custom CSS */