.game-shelf-link {
  position: fixed;
  z-index: 2147483647;
  top: max(12px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(30, 68, 50, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(18, 35, 27, 0.18);
  color: #173b2b;
  font: 800 13px/1.1 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.game-shelf-link:hover,
.game-shelf-link:focus-visible {
  background: #2f704f;
  color: #fff;
  outline: none;
}

.game-shelf-link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: currentColor;
}

@media (max-width: 520px) {
  .game-shelf-link {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
}
