h1 {
		display: flex;
		justify-content: center;
}

.right {
		--bg-color: var(--color-nude) !important;
}

.right h2 {
		display: block !important;
}

#preview-popup {
	background-color: var(--color-nude);
}

#preview-popup .modal__content {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	gap: unset;
}

#preview-popup .modal__content__body {
	padding: 0;
}

#preview-popup .charity-card__image {
	filter: grayscale(1);
}

.input-event_date .input-box {
	min-height: 49px;
}

.input-event_date input[type="date"] {
	background-color: var(--color-white);
	width: 50%;
	padding: 16px;
	appearance: none;
}

.input-event_date .secret-santa {
	display: none;
}

@media screen and (min-width: 720px) {
		.right {
				--bg-color: var(--color-eggshell) !important;
		}
		main .concept-banner__elements {
				grid-template-columns: initial !important;
		}
		#money-pot-image-popup, #preview-popup {
			min-width: 720px;
		}
		#money-pot-image-popup {
			width: 50%;
			top: 50vh;
			.modal__content{
				max-height: 80vh;
			}
		}
		#preview-popup {
			width: 80%;
		}
		.input-event_date input[type="date"] {
			width: 33%;
		}
}
