/* Theme Name: Neurodiplomacy Child
Theme URI: https://neurodiplomacy.com/
Description: Custom child theme for Neurodiplomacy based on Hello Elementor.
Author: Your Name
Author URI: https://neurodiplomacy.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: neurodiplomacy-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, translation-ready
*/

/* * کدهای CSS سفارشی برای هماهنگی بهتر المنتور و Tailwind
 */

/* حذف فاصله‌های پیش‌فرض المنتور در ابزارک‌های HTML */
.elementor-widget-html .elementor-widget-container {
    line-height: 0;
}

/* اطمینان از اینکه کدهای Tailwind اولویت لازم را دارند */
.entry-content {
    max-width: none !important;
}

/* رفع مشکل اسکرول افقی در برخی مرورگرها */
html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}