@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

#btn-view-games[hidden] {
  display: none !important;
}

.view-games-wrap {
  position: relative;
  display: inline-flex;
  flex: none;
}

.view-games-wrap[hidden] {
  display: none !important;
}

.view-games-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.45rem);
  min-width: 9.5rem;
  padding: 0.35rem;
  border: 1px solid var(--ui-border-strong);
  border-radius: 5px;
  background: var(--ui-bg);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  overflow: hidden;
}

.view-games-menu[hidden] {
  display: none !important;
}

.view-games-item {
  margin-bottom: 0;
  border-radius: 0;
}

.view-only-exit-anchor .action-btn-view-games.active {
  background: var(--ui-active-bg);
  color: var(--ui-active-text);
}

.view-only-exit-anchor .action-btn-view-games.active .toolbar-icon {
  stroke: currentColor;
}
