/* ========================================================================
   POSSUM Helpcenter - live Crisp Status badge
   Version: 1.2.3

   Changes only the existing LED before the Status menu label.
   The public Crisp badge returns the current overall Status Page health:
   healthy = green, sick = orange, dead = red.
   ======================================================================== */

html body #navigation
  > li[data-id="/status"]
  > a::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;

  background-color: #20a34a !important;
  background-image:
    url("https://status.possum.eu/includes/badge/?healthy=20A34A&sick=E79A12&dead=D83B3B") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;

  border: 0 !important;
  border-radius: 50% !important;
  box-shadow:
    0 0 0 2px rgba(22, 36, 55, 0.08) !important;
}
