SpawnlistView
{
	.empty-state
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		opacity: 0.5;
		gap: 4px;

		p
		{
			font-size: 14px;
		}
	}

	h2
	{
		font-size: 16px;
		font-weight: 600;
		margin: 0;
	}
}
