/* Phase 5 / APV-04 — recipe status badge styles. */
.recipe-badge { display: inline-block; margin-left: 0.4em; font-size: 0.9em; }
.recipe-badge--pending  { color: #B8860B; }   /* dark goldenrod — visible on light bg */
.recipe-badge--approved { color: #2E7D32; }   /* dark green */
