.post_author_title .elementor-icon-list-text {
    transition: opacity 0.25s ease;
}

.post_author_title .elementor-icon-list-text:hover {
    opacity: 0.7;
}

.posts_container .e-loop-item .post_image img {
    transition: transform 0.5s ease;
}

.posts_container .e-loop-item:hover .post_image img {
    transform: scale(1.2);
}

.posts_container .e-loop-item:hover .elementor-heading-title {
    color: var(--wd-primary-color, #0071E3);
}

.natelo_blog_filters .elementor-widget-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.natelo_blog_filters select {
    width: unset !important;
    height: unset !important;
    padding: 0 25px 0 0;
    background-position: right 0 top 50%;
    border: unset;
    text-align: right;
    color: var(--title-color, #1D1D1F);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 0;
}

.natelo_blog_filters span {
    color: var(--caption, #6E6E73);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

@media screen and (max-width: 896px) {
    .posts_container.elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media screen and (max-width: 768px) {
    .natelo_mini_posts .elementor-loop-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .natelo_mini_posts .elementor-loop-container .e-loop-item {
        flex-shrink: 0;
        max-width: 303px;
    }
}