/* ==========================================================================
   Stirred By Grace - small sitewide corrections
   Loaded on every page by wp-content/novamira-sandbox/sbg-beyond-assets.php
   ========================================================================== */

/* Category labels on post cards show Breakfast, Lunch, Dinner, Dessert and
   Reviews. The umbrella "Recipes" term is stripped out in PHP (see the sandbox
   file above) so the separators stay correct.

   A recipe whose only category is Recipes is left with a label wrapper holding
   nothing but whitespace. It already collapses to zero height, but hide it
   outright so it can never contribute a margin. */
.loop-entry .entry-taxonomies:not(:has(a)) {
  display: none;
}

/* Home page seasonal band: the "Find More <Season> Recipes" button otherwise sits
   flush against the bottom of the 2x2 recipe grid. The theme zeroes the top
   margin of every button wrapper with `.single-content
   .wp-block-kadence-advancedbtn`, so this needs all three classes to outrank it
   without resorting to !important.
   See wp-content/novamira-sandbox/sbg-seasonal-section.php */
.single-content .wp-block-kadence-advancedbtn.kb-btnssbg4-season-btnwrap {
  margin-top: 28px;
}
