.added,
.moved,
.removed {
  border-bottom: none !important;
  box-shadow: none !important;
  /*color: #767576 !important;*/
  pointer-events: none !important;
  text-decoration: none !important;
}

.added {
  color: rgb(234, 88, 12) !important; /* Use brand-color to highlight the added item */
}
