/*
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

*/

span.post-navigation__arrow-wrapper.post-navigation__arrow-prev svg {
	display: none;
}

span.post-navigation__arrow-wrapper.post-navigation__arrow-next svg {
	display: none;
}

span.post-navigation__prev--label:before {
	content: '';
	display: inline-block; 
	background-image: url('/wp-content/uploads/2025/09/arrow-1.svg');
	background-size: 16px;
	height: 8px;
	width: 16px;
	margin-right: 8px;
}

span.post-navigation__next--label:after {
	content: '';
	display: inline-block; 
	background-image: url('/wp-content/uploads/2025/09/arrow-2-2.svg');
	background-size: 16px;
	height: 8px;
	width: 16px;
	margin-left: 8px;
	margin-bottom: 1px;
}

header a:hover {
	color: #F57824 !important;
}

.container-author {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.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 {
    grid-template-columns: repeat(1, 1fr);
	}
}