/* Typography Accessories */

.nowrap {
	white-space: nowrap;
}

/* Popular Posts */

.block-popularposts .entry-taxonomies {
    margin: 10px 0;
}
.block-popularposts .kb-posts-style-unboxed .loop-entry .entry-content-wrap {
    padding: 0;
}
.block-popularposts .kb-posts-style-unboxed .entry.loop-entry {
    box-shadow: none;
}
.block-popularposts .item-image-style-list .loop-entry {
    display: grid;
    grid-template-columns: 47% 47%;
    column-gap: 6%;
}
.block-popularposts .loop-entry h2,
.block-popularposts .loop-entry h3,
.block-popularposts .loop-entry h4,
.block-popularposts .loop-entry h5,
.block-popularposts .loop-entry h6 {
    margin: 0;
}
.block-popularposts .entry-content-wrap { margin: 15px 0; }
.block-popularposts .item-image-style-list .entry-content-wrap { margin: 0; }

/* Post Location */

.entry-content-wrap .entry-meta, .entry-taxonomies.location-mark {
    display: inline-block;
}
.location-mark {
    background-image: url(assets/maps-pin-black-icon.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 0 50%;
    padding-left: 20px;
    margin-left: 10px;
}

/* WPRM Star Ratings */

.entry-content-wrap .wprm-recipe-rating {
    margin: 5px 0;
    text-align: inherit;
}
.entry-content-wrap .wprm-recipe-rating .wprm-rating-star {
    font-size: 10px!important;
}