.tm_xS {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.tm_xS:hover {
  transform: translateY(-2px);
}

.tm_lR:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.line-through {
  text-decoration: line-through;
}

.text-gray-500 {
  color: #6b7280;
}