/* Make "success" badges match the red accent in this theme */
.badge-success,
.badge.bg-success {
  background: var(--color-accent);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
  font-weight: 600;
}
