/* Non-modal workday reminders must not intercept an active modal's controls.
   Keep the reminder mounted so closing the dialog restores it unchanged. */
body:has([aria-modal="true"]) .workdayNotice {
  visibility: hidden;
  pointer-events: none;
}
