li.wp-block-post.post.type-post{
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.wp-block-post-date {
    position: relative;
}

time {
    position: absolute;
    left: 20px;
    z-index: 1;
    text-transform: uppercase;
}

.day time {
    top: 0;
    font-size: 60px;
}

.month-year time {
    top: 80px;
}

h2.wp-block-post-title a{
    color: #333;
    text-decoration: auto;
}