.free-games-heading-glow {
	color: #ffffff;
	text-shadow:
		0 0 8px rgba(118, 229, 255, 0.9),
		0 0 22px rgba(20, 136, 252, 0.78);
}

.scale-section .section-copy h2.quest-rewards-heading-glow {
	color: #ffffff;
	-webkit-text-stroke: 2px #fbbf24;
	paint-order: stroke fill;
	text-shadow:
		0 0 6.336px rgba(251, 191, 36, 0.72864),
		0 0 17.424px rgba(245, 158, 11, 0.6336);
}

.builders-section > .section-copy {
	max-width: 1100px;
	align-content: start;
	height: fit-content;
}

.section-copy > .free-games-summary {
	max-width: none;
	white-space: nowrap;
}

@media (max-width: 1120px) {
	.section-copy > .free-games-summary {
		max-width: 64ch;
		white-space: normal;
	}
}
