
pe-insignia {
	display: inline-block;

	/* dot-only: just the center dot (logged-in state) */
	&.dot-only {
		> span:first-child,
		> span:last-child {
			display: none;
		}
	}
}
