/**
 * mnmlWP Recent Post Widget Styles
 */

.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;
}
