/*
 * OHIF Viewer — Zonovai customizations
 * Hides the back-to-worklist arrow button in the viewer header.
 *
 * OHIF v3 renders the back button with: data-cy="return-to-work-list"
 */

[data-cy="return-to-work-list"] {
  display: none !important;
}
