.phrase-locale-flag,
.phrase-locale-flag-unknown {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.phrase-locale-flag-unknown {
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;

	&__inner {
		height: 10px;
		width: 16px;
		background-color: #999;
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}
