.menu_wcag__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.menu_wcag__link {
  display: block;
  height: 0;
  overflow: hidden;
}
.menu_wcag__link:focus {
  height: auto;
  padding: 1.25rem;
  background: black;
  color: yellow;
}
/*# sourceMappingURL=menu_wcag.css.map */