/* 
Theme Name: Hello Elementor Child
Theme URI: https://mauxui.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: MA UXUI
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
*/

/* Add your custom styles here */

p:last-child {
	margin-bottom: 0 !important;
}

.elementor-widget-text-editor {
	ul {
		padding-left:20px;
		
		li:not(:last-child) {
			margin-bottom:5px;
		}
	}
}

.page-content,
.elementor-widget-theme-post-content {
	h2,.h2,h4,.h4,h5,.h5,h6,.h6 {
		margin:30px 0 10px 0;
	}
	ul {
		padding-left:20px;
		
		li:not(:last-child) {
			margin-bottom:5px;
		}
	}
	p, ul, ol {
		&:not(:last-child) {
			margin-bottom:10px;
		}
	}
}