.latest-publications {
    max-width: var(--wide-width);
    padding-top: 2em;
    padding-bottom: 3em;

}
.latest-publications h2>p {
    margin:0;
    padding:0;
}

h2.latest-publications-title {
    margin-bottom: 32px;
    text-align: center;
}

.latest-publications .custom-content-with-media-content-buttons {
    justify-self: center;
    width: fit-content;

}

.latest-publications-list {
    list-style: none;
    margin: 0;
    padding: 0 0 36px 0;
    display: flex;
    flex-direction: row;
    gap: 65px;
}

.latest-publications-item {
    flex: 1 1 0;
    min-width: 0;
}

.latest-publications-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.latest-publications-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.latest-publications-item-date {
    font-size: 14px;
    /*opacity: 0.6;*/
    font-weight: 500;
    color: var(--title-color);
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .latest-publications-list {
        flex-direction: column;
    }
}
.custom-posts-archive-with-filter-filters-group-title {
    width: unset;
}