.section-badge {
  color: #ffffff !important;
  font-weight: 400;
}
.section-badge:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.section-badge .bi {
  color: #ffffff !important;
}
.section-badge.section-library-overview {
  background-color: var(--section-library-overview-color)!important;
}
.section-badge.section-crate-digging {
  background: var(--section-crate-digging-color)!important;
}
.section-badge.section-curation {
  background: var(--section-curation-color)!important;
}
.section-badge.section-categorisation {
  background: var(--section-categorisation-color)!important;
}
.section-badge.section-creativity {
  background: var(--section-creativity-color)!important;
}
.section-badge.section-care {
  background: var(--section-care-color)!important;
}
.section-badge.section-off-track {
  background-color: var(--status-red)!important;
}
.section-badge.section-needs-attention {
  background-color: var(--status-orange)!important;
}
.section-badge.section-almost-there {
  background-color: var(--status-yellow)!important;
  color: #000 !important;
}
.section-badge.section-almost-there .bi {
  color: #000 !important;
}
.section-badge.section-on-track {
  background-color: var(--status-green)!important;
}

/* Issue count badge text colors */
.section-badge.section-off-track .badge {
  color: #fff !important;
}
.section-badge.section-almost-there .badge {
  color: #fff !important;
}
