
/* A pale-green PILL was being painted behind each big card's tagline ("See what's
   happening.", "Plan what needs doing.") — `#EEF4EC`, 50px radius, 4px 12px
   padding, stretched the full width of the card because the span is display:block.
   It is NOT one of my rules and a scan through document.styleSheets could not see
   it, same as the button-repaint rule found earlier on this page. Reset explicitly.
   Scoped to `.lvx-bc-tag` only, so nothing else that uses the pill loses it. */
#lvxSec .lvx-bc-tag{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
