/*
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 {
    background: white;
    padding: 2px 14px;
}

.blog-grid:hover .category-bg  {
    background: #eb6077;
    color: white !important;
}

.blog-grid:hover span.elementor-post-info__terms-list-item {
    color: white;
}

span.elementor-post-info__terms-list-item {
    transition: all 0.3s ease;
}

#post-content h2, h3 {
    margin-top: 40px;
    font-family: "Eczar", Sans-serif;
    font-weight: 400;
}

footer .footer-title h3 a:hover {
	color: #ebebeb !important;
}

.container-author {
    display: flex;
    gap: 40px;
}

.column-author {
    flex: 1;
    box-sizing: border-box;
}
  
.profile-author img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.profile-author h3 {
    margin: 0;
    font-weight: bold;
}
  
.profile-author p {
    margin: 4px 0 0;
}
  

@media (max-width: 768px) {
    .container-author {
      flex-direction: column;
    }
}