/*
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 {
    border: 1px solid #e3e3e3;
	border-radius: 50px;
	background-color: #f7f4f0;
    padding: 4px 12px 4px 12px;
}

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

.hero-category {
  transition: transform 200ms ease, box-shadow 200ms ease;
  will-change: transform;
}

.hero-category:hover,
.hero-category:focus-visible {
  transform: translateY(-4px);
}


.archive-grid .elementor-widget-image a {
	min-width: 100%!important;
}