
	.footerContainer.svelte-1einklr {
		flex-direction: row;
		gap: 16px;
		width: 100%;
		padding: 32px 8%;
		width: 100%;
		height: fit-content;
		min-height: 150px;
		
		background-color: var(--bg-header);
		color: var(--fg-header);
		position: relative;
		text-align: center;
		bottom: 0;
		left: 0;
		display: flex;

		> div:where(.svelte-1einklr) {
			display: flex;
			flex-direction: column;
			gap: 16px;
		}
	}
