
	.icon.svelte-1gsrt83 {
		width: 30px;
		height: 30px;
		object-fit: contain;
		margin-bottom: 0.5em;
	}
	.grid.svelte-1gsrt83 {
		width: 100%;
		display: grid;
		flex-wrap: wrap;
		/* max-width: 400px; */
		/* margin: 0 auto; */
		align-items: stretch;
		justify-content: stretch;
		gap: var(--gap-small-related-blocks);

		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		align-items: stretch;
		justify-content: stretch;
	}
