/*
Add global SASS variables to this file
*/
.game-grid-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.game-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.game-grid-header-link {
  display: flex;
  align-items: center;
  color: var(--accent-primary);
  font-weight: bold;
  text-decoration: none;
}
.game-grid-header-link img {
  display: block;
  height: 25px;
  width: auto;
  margin-left: 10px;
}
.game-grid-header-link:hover {
  color: var(--accent-primary);
  opacity: 0.9;
}