/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://minorifa.com/fa/
 Description:  Minorifa Child Theme
 Author:       Minorifa
 Author URI:   https://minorifa.com/fa/
 Template:     hello-elementor
 Version:      1.0.0
*/
/*وسط چین کردن تصاویر به همراه ایجاد فاصله از بالا و پایین */
.elementor-widget-theme-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3em auto;
}
/* تنظیم فاصله برای سایر زیرعنوان‌ها */
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3 {
  margin-top: 2em;  /* فاصله بالا از زیر عنوان
}