/* Brazilian Edition Styles for Races / Species (Espécies / Raças) */
.race-list-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	min-width: 0;
	overflow: hidden;
}

.race-list-name__pt {
	font-weight: 600;
	font-size: 12.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.race-list-name__en {
	font-size: 10.5px;
	font-style: italic;
	font-weight: normal;
	color: #94a3b8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

:root:not(.ve-night-mode) .race-list-name__en {
	color: #64748b;
}

/* Statblock Race Title */
.race-title__pt {
	display: block;
	font-size: 100%;
	line-height: 1.15;
}

.race-title__en {
	display: block;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.3;
	color: #718096;
	margin-top: 3px;
	letter-spacing: 0.01em;
}

:root.ve-night-mode .race-title__en {
	color: #94a3b8;
}