.c2-navbar__apps-menu:not(.c2-navbar__apps-menu--show) {
  display: none;
}
.c2-apps-button {
  background: none;
  padding: 5px;
  border: none;
  border-radius: 0.2em;
  cursor: pointer;
}
.c2-apps-button:hover,
.c2-apps-button:active,
.c2-apps-button:focus-visible {
  background-color: #5B5B5B;
}
.c2-apps-button__icon {
  vertical-align: top;
}
.c2-apps-menu__wrapper {
  position: absolute;
  top: 60px;
  z-index: 999;
  width: 340px;
}
.c2-apps-menu__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 400px) {
  .c2-apps-menu__wrapper {
    width: 100%;
  }
}
