.tm-deferred-control label {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin: 8px 0 4px;
  cursor: pointer;
}

.tm-deferred-control input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--tm-red);
}

.tm-deferred-control small,
#tm-review-list article > small {
  display: block;
  font: 600 10px/1.5 Arial, sans-serif;
  color: var(--tm-muted);
}

#tm-review-list article > small {
  margin: 12px 0;
}

.tm-legend .is-deferred {
  background: repeating-linear-gradient(90deg, var(--tm-red) 0 4px, transparent 4px 7px);
}

.tm-badge-deferred {
  background: var(--tm-red);
  color: var(--tm-paper);
}
