.engie-press-widget.engie-theme-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--nj-semantic-size-spacing-32);
    align-self: stretch;
    flex-wrap: wrap;
}
.engie-press-widget.engie-theme-1 .engie-press-widget-item{
    border-radius: var(--nj-semantic-size-border-radius-none);
    border: 1px solid var(--nj-semantic-color-border-neutral-subtle-default);
    background: var(--nj-semantic-color-background-neutral-primary-default);
    padding: 0px;
    max-width: calc(50% - 2%);


}
.engie-press-widget.engie-theme-1 .engie-press-widget-item .post-entry{
    padding: 24px;
}

.engie-press-widget.engie-theme-1 .engie-press-widget-item .post-entry .post-categories a{
    padding: var(--nj-semantic-size-spacing-4);
    align-items: center;
    gap: var(--nj-semantic-size-spacing-4);
    border-radius: var(--nj-semantic-size-border-radius-none);
    border: 1px solid var(--nj-semantic-color-border-accent-teal-moderate-default);
    background: var(--nj-semantic-color-background-accent-teal-tertiary-default);
    color: var(--nj-semantic-color-text-neutral-primary-default);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.engie-press-widget.engie-theme-1 .engie-press-widget-item .post-entry h3 a{
    color: var(--nj-semantic-color-text-neutral-primary-default);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    align-self: stretch;
}
.engie-press-widget.engie-theme-1 .engie-press-widget-item .post-entry p{
    color: var(--nj-semantic-color-text-neutral-primary-default);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    align-self: stretch;
}
.engie-press-widget.engie-theme-1 .engie-press-widget-item .post-entry div.info{
    color: var(--nj-semantic-color-text-neutral-tertiary-default);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    align-self: stretch;
}

.engie-press-pagination{
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
}
.engie-press-pagination .page-numbers{
    display: inline-block;
    height: 32px;
    width: 32px;
    padding-top: 4px;
    overflow: hidden;
    color: var(--nj-semantic-color-text-neutral-primary-default);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.engie-press-pagination .page-numbers.current{
    background: #0F55E11A;
    border-bottom: 1px solid #007ACD;
}
.engie-press-pagination .material-icons.disabled{
color: #afb0b1;
}
.engie-icon{
    width: 100%;
    text-align: right;
    font-size: 20px;
}


/* THEME 2 */
.engie-press-widget.engie-theme-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--nj-semantic-size-spacing-32);
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%;
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item{
    height: 512px;
    max-width: calc(33% - 2%);
    padding: 24px;
    margin: 0px;
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item .post-thumbnail{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item .post-thumbnail img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item .post-entry{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item .post-entry h3{
    padding: 0px;
    margin: 0px;
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item .post-entry h3 a{
    color: var(--nj-semantic-color-text-neutral-inverse-not-invertible-default);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
}
.engie-press-widget.engie-theme-2 .engie-press-widget-item .post-entry .engie-icon{
    font-size: 20px;
    color: white;
    text-align: right;
    width: 100%;
    display: block;
}
