/* Brazilian Edition Styles for Feats (Talentos) */
.feat-list-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	min-width: 0;
	overflow: hidden;
}

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

.feat-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) .feat-list-name__en {
	color: #64748b;
}

/* Statblock Feat Title (Visualização) */
.feat-title__pt {
	display: block;
	font-size: 100%;
	line-height: 1.15;
}

.feat-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 .feat-title__en {
	color: #94a3b8;
}