/*
Theme Name:   Template
Description:  A child theme from Hello Elementor
Author:       Futebol Total
Author URL:   https://futeboltotal.com.br
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor
*/

.shaft-posts-line .shaft-post-item .elementor-widget-image {
	display: contents;
}
.shaft-posts-line .shaft-post-item .elementor-widget-image a {
	display: flex;
}
.shaft-posts-line .shaft-post-item img {
    aspect-ratio: 19/9;
    object-fit: cover;
    object-position: center top;
}

.shaft-posts-line .shaft-post-item a {
    width: 100%;
}

@media (max-width: 767px){
    .shaft-posts-line .e-loop-item:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }
    .shaft-posts-line .e-loop-item:not(:first-of-type) .e-con-inner {
        flex-direction: row !important;
        gap: 0;
        align-items: center;
    }
    .shaft-posts-line .e-loop-item:not(:first-of-type) .e-con-inner .elementor-element:first-child {
            width: 30%;
			display: block;
    }
    .shaft-posts-line .e-loop-item:not(:first-of-type) .e-con-inner .elementor-element:last-child {
            width: 70%;
            padding: 10px;
    }
    .shaft-posts-line .e-loop-item:not(:first-of-type) img {
        min-height: 80px;
    }
}