
	main.svelte-poq02h {
		width: fit-content;
		max-width: calc(100vw - 2em);
		margin: 0 auto;
		margin-bottom: 10em;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	a.svelte-poq02h {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 1em;

		/* padding-left: 0em; */
	}

	img.svelte-poq02h {
		width: 3em;
		aspect-ratio: 1/1;
		object-fit: cover;
		border-radius: 0.5em;
	}

	/* (unused) .grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		grid-gap: 1em;
	}*/

	/* (unused) .grid :global(:nth-child(1)) {
		grid-column: 1 / 3;
	}*/

	/* (unused) .grid :global(img) {
		width: 100%;
		height: 100px;
		border-radius: 0.5em;
		object-fit: cover;
	}*/

	a.svelte-poq02h,
	a.svelte-poq02h * {
		text-decoration: none;
		cursor: pointer;
	}
