.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-23000 .elementor-element.elementor-element-95ed99b{--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-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-07690f4 *//* General Layout & Font */
.article-container-analysis {
    font-family: 'Vazirmatn', sans-serif;
    line-height: 1.9;
    color: #34495e; /* Dark Blue-Gray */
    direction: rtl;
    max-width: 900px;
    margin: auto;
}

/* Headings */
.article-container-analysis h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}
.article-container-analysis h2 {
    font-size: 1.9rem;
    color: #27ae60; /* Green */
    margin-top: 45px;
    padding-bottom: 10px;
    border-bottom: 3px solid #2ecc71; /* Lighter Green */
}
.article-container-analysis h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-top: 30px;
}

/* Paragraph and Lists */
.article-container-analysis p {
    font-size: 1.1rem;
    text-align: justify;
}
.article-container-analysis ul {
    list-style-type: '🔬 ';
    padding-right: 20px;
}
.article-container-analysis li {
    margin-bottom: 10px;
}

/* Table Styles */
.table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
}
.coefficients-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.95rem;
}
.coefficients-table thead {
    background-color: #3498db;
    color: white;
}
.coefficients-table th, .coefficients-table td {
    padding: 12px 10px;
    border: 1px solid #bdc3c7;
}
.coefficients-table tbody tr:nth-child(even) {
    background-color: #ecf0f1;
}
.coefficients-table .highlight {
    font-weight: bold;
    color: #27ae60; /* Green */
    font-size: 1.1rem;
}

/* Final CTA Box */
.final-cta-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #e8f5e9;
    margin-top: 50px;
    text-align: center;
    border: 2px solid #4CAF50;
}
.final-cta-box h2 {
    color: #2e7d32;
    margin-top: 0;
    border-bottom: none;
}
.cta-button {
    display: inline-block;
    background-color: #27ae60; /* Green */
    color: white !important;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #229954; /* Darker Green */
}/* End custom CSS */