/* Force transitions so they do not get overridden. */
.oc__element__chip {
  transition: all 0.2s !important;
}

/* Remove text decoration. */
.oc__element__chip:hover {
  text-decoration: none;
}
