*,
*::before,
*::after {
	box-sizing: border-box;
}

:host {
	display: block;
}

.accordion {
	display: flex;
	flex-direction: column;
	gap: var(--g-spacing-sm);
}
