/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Template: hello-elementor
Author: DigitalFootPrint
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 {
    background: #47ccc8;
    padding: 2px 12px 4px 12px;
    border-radius: 50px;
}

.blog-img {
    width: 165px!important;
    min-width: 165px !important;
}

@media screen and (max-width: 767px) {
	.blog-img {
		width: 100% !important;
		min-width: 100% !important;
	} 
}
