/***
Newsroom Posts Widget CSS
***/

/**** newsroom: posts grid ****/
.polimoda-newsroom-grid.elementor-widget-posts .elementor-posts-container{
    margin-left: -15px;
    margin-right: -15px;
}
.polimoda-newsroom-grid.elementor-widget-posts article{
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
}
.polimoda-newsroom-grid.elementor-widget-posts article .elementor-post__thumbnail{
    position: relative;
    height: 100%;
    min-height: 300px;
}
.polimoda-newsroom-grid.elementor-widget-posts article .elementor-post__thumbnail .thumbnail_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.polimoda-newsroom-grid.elementor-widget-posts article .elementor-post__thumbnail img.attachment-main{
    width: auto;
}
.polimoda-newsroom-grid.elementor-widget-posts article .elementor-post__thumbnail img.attachment-spacer{
    position: relative !important;
}
.polimoda-newsroom-grid.elementor-widget-posts article .elementor-post__date{
    font-size: 0.8em;
    text-transform: uppercase;
}