.paastell-popup {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	inset: 0;
	display: none;
	z-index: 10002;
}

.paastell-popup-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	inset: 0;
}

.paastell-popup__wrapper {
	background-color: #fff;
	border-radius: .5rem;
	width: 600px;
	max-width: 90%;
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.paastell-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.paastell-popup h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: .5em;
}

.paastell-popup p:last-of-type {
	margin-bottom: 1rem;
}

@media all and (max-width: 48rem) {
	.paastell-popup .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 0;
	}
}

.paastell-popup .gfield--type-captcha {
	margin-top: 1rem;
}

@media only screen and (max-width: 641px) {
	.paastell-popup .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
	}
}

.paastell-popup.gform_wrapper.gravity-theme .gfield input {
	padding: .5rem;
}

.paastell-popup .gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0;
	margin-top: 0;
}

.paastell-popup .gform_wrapper.gravity-theme .gform_footer button {
	font-size: 1rem !important;
	padding: .75rem 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
}

.paastell-popup .gform_wrapper.gravity-theme input {
	padding: .75rem !important;
}

@media all and (min-width: 48rem) {
	.gform_confirmation_message {
		margin: 0 2rem 1rem;
	}
}

.gform_confirmation_message h3 {
	font-size: 1.5rem;
}