article.elementor-post .elementor-post__card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    row-gap: 16px;
}

article.elementor-post .elementor-post__card .elementor-post__avatar {
    display: none;
}

article.elementor-post .elementor-post__card .elementor-post__badge {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    margin: 0 24px;
}

article.elementor-post .elementor-post__card .elementor-post__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    row-gap: 16px;
    margin: 0;
    padding: 0 24px 24px 24px;
}

article.elementor-post .elementor-post__card .elementor-post__text a {
    text-decoration: none;
}

article.elementor-post .elementor-post__card .elementor-post__text > * {
    margin: 0 !important;
    padding: 0 !important;
}

article.elementor-post .elementor-post__card .elementor-post__read-more {
    margin-top: auto !important;
}