.elementor-92 .elementor-element.elementor-element-d16d4d4{--display:flex;--margin-top:080px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-92 .elementor-element.elementor-element-0da2b68{text-align:center;}.elementor-92 .elementor-element.elementor-element-2bf87c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-c33a20b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:769px){.elementor-92 .elementor-element.elementor-element-d16d4d4{--content-width:950px;}}/* Start custom CSS for wd_blog, class: .elementor-element-c3e93f7 */article.blog-post-loop {
    display: flex;
    flex-wrap: wrap;
}

.wd-post-inner {
display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align items at the top */
    flex: 1 1 auto;
    min-height: 0; /* Ensure the items shrink properly */
}
.wd-post-inner .wd-post-content {
    margin-top: 0; /* Pushes the text content to the bottom */
}
.blog-design-meta-image.blog-style-bg .wd-post-content {
    padding: 25px;
    min-height: 320px;
}
.wd-read-more a {
    position: absolute;
    bottom: 30px;
}/* End custom CSS */