.mnmlwp-recent-posts-link {
display: flex;
position: relative;
align-items: center;
padding: .5em 0;
border-bottom: 1px solid rgba(0,0,0,.06125);
}
.mnmlwp-recent-posts-link:last-of-type {
border: 0;
}
.mnmlwp-recent-posts-link-thumbnail {
width: 1.875em;
height: 1.875em;
display: inline-block;
margin-left: .6125em;
}
.mnmlwp-recent-posts-link-thumbnail img {
border-radius: 50%;
}
.mnmlwp-recent-posts-link-title {
width: calc(100% - 2.6125em);
}
.mnmlwp-recent-posts-link-title.mnmlwp-recent-posts-link-title-no-thumb {
width: 100%;
padding: .125em 0;
}
.mnmlwp-recent-posts-tack {
transform: rotate(12deg);
margin-right: .2875em;
}.mnmlwp-colored-category-link {
display: flex;
position: relative;
align-items: center;
padding: .5em 0;
border-bottom: 1px solid rgba(0,0,0,.06125);
}
.mnmlwp-colored-category-link:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.mnmlwp-colored-category-link-color {
color: #fff;
font-weight: 400;
width: auto;
float: right;
text-align: center;
line-height: 1;
border-radius: 0;
transition: all .2s ease;
padding: 7px 9px;
margin-right: 3px;
margin-left: auto;
font-size: .875em;
position: relative;
}
.mnmlwp-colored-category-link-color:hover,
.mnmlwp-colored-category-link-color:focus, 
.mnmlwp-colored-category-link:hover .mnmlwp-colored-category-link-color,
.mnmlwp-colored-category-link:focus .mnmlwp-colored-category-link-color {
transition: all .2s ease;
opacity: .825;
}
.mnmlwp-colored-category-link-title {
margin-right: .5em;
}