.elementor-1794 .elementor-element.elementor-element-14158a3{--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-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 );}/* Start custom CSS for container, class: .elementor-element-14158a3 */body {
  margin: 0;
  font-family: sans-serif;
  background: #f5f7fb;
  color: #222;
  line-height: 1.9;
}

.news-article {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.news-header h1 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #111;
}

.news-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.news-section {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.news-section h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1a73e8;
}

.news-section p {
  font-size: 15px;
  color: #333;
}

.news-box {
  background: #eaf2ff;
  padding: 15px;
  border-radius: 10px;
  border-right: 5px solid #1a73e8;
}

.news-box h2 {
  margin-top: 0;
  font-size: 18px;
  color: #0b57d0;
}

.news-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
}

/* ریسپانسیو */
@media (max-width: 600px) {
  .news-article {
    margin: 15px;
    padding: 18px;
  }

  .news-header h1 {
    font-size: 20px;
  }
}/* End custom CSS */