.course-title-row > .lesson-completion-badge {
  font-size: 0.82rem;
  margin-bottom: 0;
  filter: none;
  animation: none;
  background: linear-gradient(135deg, #22c55e40, #10b98129);
  background-clip: border-box;
  -webkit-background-clip: border-box;
  color: #dcfce7 !important;
  text-shadow: none;
}

@media (max-width: 768px), (pointer: coarse), (hover: none) {
  .course-title-row > .lesson-completion-badge {
    font-size: 0.78rem;
  }
}
