.contributions-part {
	--bg-color: var(--color-white);
	background: var(--bg-color);
	padding: 15px 15px 37px 15px;
}

h1 {
	text-align: center;
}

.two_part .left {
	padding-top: 0;
}

.two_part .right {
	padding-bottom: 0;
}

form #agree-to-share-email {
	display: flex;
	gap: 12px;
	margin: 8px 0;
}

.legal {
	text-align: center;
	color: #6C543B;
}

.tooltips {
	margin: 8px auto 0 !important;
}

.raspberry {
	color: var(--color-raspberry);
}

.money-pot-overview-frame {
	width: 100%;

}

@media screen and (max-width: 720px) {
	.money_pot_overview {
		display: none !important;
	}
}

@media screen and (min-width: 720px) {
	.two_part .left {
		padding-top: calc(80px + 40px);
		padding-bottom: calc(107px + 40px);
	}

	.two_part .right {
		padding-top: calc(70px + 40px);
		padding-bottom: 100px;
	}

	h1 {
		margin-bottom: 40px;
	}

	.contributions-part {
		border-radius: 16px;
		padding: 24px;
		width: 100%;
		box-sizing: border-box;
	}

	.contributions-part:before {
		content: none;
	}

	.two_part .right {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.participation-mode-banner {
	align-items: center;
	background: var(--color-white);
	border: 1px solid var(--color-nude);
	border-radius: 22px;
	box-shadow: 0 2px 8px -4px rgba(8, 8, 8, 0.1);
	box-sizing: border-box;
	column-gap: 16px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto auto;
	margin-bottom: 30px;
	padding: 16px 18px;
}

.participation-mode-banner__media {
	border-radius: 14px;
	grid-column: 1;
	grid-row: 1 / 3;
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.participation-mode-banner__media--icon {
	align-items: center;
	background: var(--color-eggshell);
	display: flex;
	justify-content: center;
}

.participation-mode-banner__heart {
	color: var(--color-raspberry);
	font-size: 47px;
	line-height: 1;
}

.participation-mode-banner__eyebrow {
	align-self: end;
	color: var(--color-praline);
	font-size: 13px;
	font-weight: 600;
	grid-column: 2;
	grid-row: 1;
	line-height: 16px;
}

.participation-mode-banner__name {
	align-self: start;
	color: var(--color-carbone);
	font-family: 'Inter', sans-serif;
	font-size: 19px;
	font-weight: 800;
	grid-column: 2;
	grid-row: 2;
	line-height: 22px;
	margin-top: 2px;
}

.participation-mode-banner--free .participation-mode-banner__name {
	align-self: center;
	grid-row: 1 / 3;
	margin-top: 0;
}

.participation-mode-banner__change {
	align-self: center;
	color: var(--color-carbone);
	font-size: 14px;
	font-weight: 700;
	grid-column: 3;
	grid-row: 1 / 3;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.participation-mode-banner__change:hover {
	color: var(--color-raspberry);
}

.participation-mode-banner__progress {
	border-top: 1px solid var(--color-eggshell);
	grid-column: 1 / 4;
	grid-row: 3;
	margin-top: 14px;
	padding-top: 14px;
}

.participation-mode-banner__progress-row {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.participation-mode-banner__progress-label {
	color: var(--color-praline);
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	white-space: nowrap;
}

.participation-mode-banner__progress-value {
	color: var(--color-raspberry);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.participation-mode-banner__progress-track {
	background: var(--color-eggshell);
	border-radius: 50px;
	height: 8px;
	overflow: hidden;
}

.participation-mode-banner__progress-fill {
	background: var(--color-raspberry);
	border-radius: 50px;
	display: block;
	height: 100%;
}
