.bit-braille {
	flex: none;
}

svg.bit-braille {
	display: block;
	height: auto;
}

svg.bit-braille-word {
	height: 1.375rem;
	width: auto;
	max-width: 100%;
}

.bit-braille .on {
	fill: var(--wp--custom--accent-2);
}

.bit-braille .off {
	fill: var(--wp--custom--brand-blue);
}
