.wp-block-wpzoom-recipe-card-block-jump-to-recipe {
  font-size: 10px !important;
  padding: 8px !important;
  line-height: 1px !important;
  font-weight: 400 !important;
}

.wp-block-wpzoom-recipe-card-block-print-recipe {
  display: none !important;
}


/* Remove sidebar on blog posts */
.single-post .sidebar,
.single-post #secondary,
.single-post .widget-area {
    display: none !important;
}

/* Make blog post content full width */
.single-post .content-area,
.single-post #primary,
.single-post .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Keep the actual article at a comfortable reading width */
.single-post article {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* FULL WIDTH SINGLE BLOG POSTS */
.single-post .site-inner,
.single-post .content-sidebar-wrap,
.single-post .content,
.single-post main.content,
.single-post #primary,
.single-post .content-area {
    width: 100% !important;
    max-width: 1200px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Remove any space reserved for sidebar */
.single-post .sidebar,
.single-post #secondary,
.single-post aside.sidebar {
    display: none !important;
}

/* Allow post content and images to use available width */
.single-post .entry,
.single-post .entry-content {
    width: 100% !important;
    max-width: 100% !important;
}

/* REMOVE SIDEBAR SITE-WIDE */
.sidebar,
#secondary,
.widget-area,
aside.sidebar {
    display: none !important;
}

/* USE THE SIDEBAR SPACE FOR MAIN CONTENT */
.site-inner,
.content-sidebar-wrap {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* MAKE MAIN CONTENT FULL WIDTH */
.content,
main.content,
#primary,
.content-area {
    width: 100% !important;
    max-width: 1200px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}