/* Brazilian Portuguese Dual Name Display for Optional Features */
.optfeature-name-container {
	display: flex;
	flex-direction: column;
}
.optfeature-name-pt {
	font-weight: bold;
}
.optfeature-name-en {
	font-size: 0.85em;
	color: #777;
	font-style: italic;
}
.optfeature-title__pt {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}
.optfeature-title__en {
	font-size: 0.85em;
	color: #777;
	font-style: italic;
	display: block;
}
