.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 );}.elementor-widget-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 );}/* Start custom CSS for text-editor, class: .elementor-element-988d801 *//* استایل کلی کانتینر خبر */
.news-container {
    font-family: 'IRANSans', Tahoma, sans-serif;
    text-align: right;
    padding: 20px;
    line-height: 1.8;
}

/* عنوان اصلی خبر (H1) */
.news-title {
    font-size: 2.2rem;
    color: #00796b; /* رنگ اصلی باشگاه (سبز تیره) */
    text-align: center;
    border-bottom: 3px solid #e8a817; /* رنگ زرد/نارنجی */
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1.4;
}

/* باکس برجسته (هایلایت) برای مربی */
.highlight-box {
    background: #f7f7f7; /* خاکستری روشن */
    border-right: 5px solid #e8a817; /* نوار زرد برای جلب توجه */
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

/* عناوین فرعی (H2 و H3) */
.news-container h2 {
    font-size: 1.6rem;
    color: #e8a817; 
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}
.news-container h3 {
    font-size: 1.4rem;
    color: #00796b; 
    margin-top: 30px;
    margin-bottom: 15px;
}

/* لیست اسامی بازیکنان */
.athletes-list {
    background: #fcfbf5; /* پس زمینه کمی متفاوت برای لیست */
    border: 1px solid #e8a81744;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.athletes-list ul {
    list-style-type: none;
    padding-right: 0;
}
.athletes-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-right: 25px;
    position: relative;
}
.athletes-list li::before {
    content: "🥇"; /* آیکون جذاب */
    position: absolute;
    right: 0;
    font-size: 1.2rem;
}
.coach-name a {
    color: #00796b;
    font-weight: 700;
    text-decoration: none;
}

/* بخش کال تو اکشن (Call to Action) */
.action-section {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    background: #00796b15;
    border-radius: 10px;
}
.btn-follow {
    display: inline-block;
    padding: 12px 30px;
    background: #e8a817;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: background 0.3s ease;
    margin-top: 15px;
}
.btn-follow:hover {
    background: #d6970f;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .news-title {
        font-size: 1.7rem; /* کاهش فونت H1 در موبایل */
        line-height: 1.3;
    }
    .news-container h2 {
        font-size: 1.4rem;
    }
    .intro-paragraph, .highlight-box {
        font-size: 1rem;
    }
}/* End custom CSS */