/* 
Theme Name: Stamperly
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Stamperly is a child theme of Hello Elementor, created by Elementor team
Author: WPValet
Author URI: https://wpvalet.co/
Template: hello-elementor
Version: 2.0.0
Text Domain: stamperly
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, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
p:last-child{
	margin-bottom: 0 !important;
}

/* Standard Page */
.s-icon-list-link .elementor-icon-list-text {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.s-icon-list-link .elementor-icon-list-text a {
	transition: color 0.3s;
}

.s-standard-content h2 {
	font-size: 24px !important;
}

.s-standard-content h3 {
	font-size: 20px !important;
}

.s-standard-content ul {
	margin-bottom: 16px;
	padding-left: 24px !important;
}

@media (max-width: 767px) {
	.s-standard-content h2 {
		font-size: 22px !important;
	}
	
	.s-standard-content h3 {
		font-size: 18px !important;
	}
}
