
.wp-block-latest-posts li {
    align-items: center;
    background-color: #fff;
    border: 0.5rem solid #f7f7f7;
    padding: 1.5rem;
    vertical-align: bottom;
}

.wp-block-latest-posts li:before {
    display: none;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
    transition: all .4s;
    color: var(--wp--preset--color--secondary, #472583);
    display: block;
    width: 100%;
}

.wp-block-latest-posts li:hover {
    background-color: #f7f7f7;
}

.wp-block-latest-posts li:hover .wp-block-latest-posts__post-title {
    color: var(--wp--preset--color--primary, #ee7837);
}

.wp-block-latest-posts .wp-block-latest-posts__post-title:hover, .wp-block-latest-posts .wp-block-latest-posts__featured-image a:hover {
    cursor: pointer;
}