.email-signup--wrapper {
	background: radial-gradient(circle, var(--aloe, #c1db9c) 0%, var(--sky, #66c4ff) 80%, var(--sky, #66c4ff) 100%);
}
.email-signup--wrapper .email-signup {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: #333;
	max-width: 900px;
	margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.email-signup p:last-of-type,
.email-signup h1,
.email-signup h2,
.email-signup h3,
.email-signup h4,
.email-signup h5,
.email-signup h6 {
	margin: 0;
	text-align: center;
	color: #333;
}
.email-signup--desc {
 	padding-top: 0.5rem; 
}
.email-signup--form-code,
#email-signup-container {
 	width: 100%;
}
#email-signup-container {
 	border: 0;
  	height: 7.5rem;
}
@media (min-width: 700px) {
    #email-signup-container {
        height: 7rem;
    }
}
@media (min-width: 1100px) {
    .email-signup--wrapper .email-signup {
        padding-bottom: 1rem;
    }
}