.mw-pill{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	column-gap:12px;
	box-sizing:border-box;
	text-decoration:none;
}

.mw-pill__icon{
	display:inline-flex;
	align-items:center;
	line-height:1;
}

.mw-pill__text{
	line-height:1;
	white-space:nowrap;
}
