/**
 * Cabeçalho de subsessão — título menor para seções internas (cursos, missões).
 */

.game-subsection-header {
	margin-bottom: var(--space-16);
}

.game-subsection-title {
	font-family: var(--font-heading);
	font-size: var(--font-size-24);
	font-weight: var(--font-weight-bold);
	color: var(--color-text);
	margin: 0;
}

.game-subsection-footer {
	display: flex;
	justify-content: center;
	margin-top: var(--space-24);
}
