.game-tile {
	border-radius: 0.5rem;
	color: #062d38;
	border-width: 0.3rem;
	border-color: transparent;
	border-style: solid;
	padding: 0.2rem;
	width: 7.9rem;
    display: flex;
    flex-direction: column;
	max-height: 10.8rem;
	overflow: hidden;
}

.game-tile-img-wrapper {
	position: relative;
}

.game-tile-img {
	width: 6.9rem;
	height: auto;
	border-radius: 0.5rem;
	margin-top: 0.3rem;
	aspect-ratio: 1;
}

.game-tile-link {
	text-decoration: none;
    color: black;
    font: bold 1.2rem Arial;
}

.game-tiles-container {
    gap: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 2.4rem;
}

.game-tile-name {
	overflow: hidden;
	word-wrap: normal;
}

.responsive-svg {
	width: 100%;
	height: auto;
	max-width: 40rem; /* Adjust as needed */
}