body #peepsHome23Fall {
    background-image: url("/wp-content/uploads/sites/77/2025/08/Halloween_Forest_Background_Banner.jpg");
}
body #peepsHome23Fall .bannerBody .bannerImage {
    background-image: url("/wp-content/uploads/sites/77/2025/08/Cauldron.png");
}
.recipes .topDetailsImage .details .timeServingWrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    align-items: flex-start;
}
.recipes .timeWrapper, .recipes .servingsWrapper {
    padding-left: 50px !important;
}
.topDetailsImage .details .timeServingWrapper > div > div::before {
    left: 0 !important;
}
.recipes .detailsImage {
    max-width: 100%;
}
.recipes .detailsImage figure img{
    width: 100%;
}
@media screen and (min-width: 530px) {
    .topDetailsImage .details .timeServingWrapper {
        flex-direction: row !important;
        align-items: center;
    }
}
.recipes .recipeInstructions img {
    width: 33px;
    height: 33px;
    display: block;
}
.recipes .recipeInstructions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.recipes .recipeShare {
    flex: 1;
    position: static !important;
    padding-left: 0;
    display: flex;
    gap: 3px;
    padding-bottom: 10px;
}
.recipes .recipeInstructions h2 {
    max-width: max-content;
    margin-bottom: 10px !important;
    padding-left: 0px !important;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
    .recipes .recipeShare {
       justify-content: flex-end;
    }
}
@media screen and (min-width: 991px) {
    .recipes .recipeShare {
        justify-content: flex-end;
    }
}