.recipes-block {
	 
}

.recipes-block .card { 
	border-radius: 1rem;
    width:100%;
	overflow: hidden;
	border: none;
}

.recipes-block .card .tab {
	right: 1rem;
    top: -3px;
    margin: 0;
    line-height: 1rem;
    font-size: 1.5rem;
    color: #D80A38;
    position: absolute;
    display: block;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}

.recipes-block .card .card-img { height:200px; border-radius:0;  object-fit: cover; object-position: center;}
.wp-pagenavi { clear: both; margin-top: 4rem; }

.recipes-block .card a {
	text-decoration: none;
}

.recipes-block .card a span {
	text-decoration: underline;
}

.recipes-block .post-meta p { 
    font-size: 12px;
	line-height: 16px;
    font-style: italic;
    color: #9c9a9a;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
}
.recipes-block .post-meta a, .post-meta a:hover { color: #9c9a9a !important; text-decoration:none;  }
.recipes-block .post-meta p span {
	margin-right:5px;
	white-space: nowrap;
}