/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com
Template: hello-elementor
Author: DFP
Author URI: https://digitalfootprint.hu
Description: A child theme of Hello Elementor.
Version: 1.0.1
Updated: 2025-05-15 15:40:00
Text Domain: hello-elementor-child

*/

.category-bg .elementor-post-info__terms-list-item {
    background-color: #2b7c2f;
    padding: 6px 8px 4px 8px;
	border-radius: 4px;
}

span.elementor-post-info__terms-list-item {
    font-size: 10px;
    font-weight: 700;
	text-transform: uppercase;
}

#post-content-single img {
    border-radius: 4px;
}

#post-content-single h2, h3, h4, h5 {
    color: #133A16 !important;
	margin-top: 40px;
}