/* Moving the bar off screen alone would leave its link in the keyboard tab order.
   The page styles keep the original appearance, breakpoint and slide transition. */
.sticky-cta:not(.visible),
html.show--consent .sticky-cta,
html.show--preferences .sticky-cta {
  visibility: hidden;
}
