.post.layout-1 .featured-image .category{
    top: 15px;
    left: 15px;
    z-index: 1;
    min-width: 75px;
}
.post.layout-1 .featured-image .category:hover{
    background-color: #eee;
    color: var(--color-headings);
}
.post.layout-1 .entry-excerpt p{
    margin: 0 0 10px;
}