.recent-news:last-of-type .recent-news-wrapper {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.recent-news .recent-news-wrapper {
    border-bottom: 1px solid var(--wp--preset--color--admin-grey-200) !important;
}
.recent-news .wp-block-button__link:is(:hover, :focus) {
    background-color: var(--wp--preset--color--fc-green-400) !important;
}
