.task-age-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.task-age-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  padding: 2px 7px;
  border-radius: 999px;
  white-space: nowrap;
}

.task-age-badge--overdue {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fecaca;
}

.task-age-badge--started {
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fde68a;
}

.table .task-age-badges,
.task-info .task-age-badges {
  margin-top: 4px;
}

.task-single-header .task-age-badges {
  margin-top: 8px;
}

li.task > .panel-body > .task-age-badges {
  justify-content: flex-end;
}

button.js-staff-task-filter.is-active {
  background-color: #f4f4f5;
  border-color: #a3a3a3;
}
