@import './shared.css';

:host {
	display: inline-flex;
	gap: 0.25em;
}

::slotted([slot="given"]) { order: 1; }
::slotted([slot="family"]) { order: 2; }
