body.post-type-archive-viarecipes .recipe-cost span {
display: block;
margin:0!important; }
body.post-type-archive-viarecipes .recipe-cost {
margin:0!important; }
.via-recipes-shortcode-cost {
font-size: 0!important; } .listing_sponsored_bolt {
position: absolute;
top: 0;
left: 0;
z-index: 40;
pointer-events: none;
} .listing_sponsored_bolt::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 60px solid #FFC42B;
border-right: 60px solid transparent;
z-index: 1;
} .listing_sponsored_status {
position: absolute;
top: 6px;
left: 8px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 18px;
color: #000;
z-index: 2;
} .listing_sponsored_status::before {
content: "\f0e7";
}
.vr-overlay-wrap img{
width:100%;
display:block;
transition: transform 0.6s cubic-bezier(.25,.1,.25,1);
}
.vr-overlay-wrap:hover img{
transform: scale(1.05);
}