.iasa-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-family: inherit;
}

.iasa-newsletter-email {
	flex: 1 1 200px;
	font-family: inherit;
	font-size: inherit;
	padding: 12px 16px;
	border: 1px solid #ccd3d9;
	border-radius: 4px;
	background: #fff;
	color: #333;
}

.iasa-newsletter-email:focus {
	outline: none;
	border-color: #074D7F;
}

.iasa-newsletter-submit {
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	padding: 12px 28px;
	border: none;
	border-radius: 4px;
	background: #074D7F;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
}

.iasa-newsletter-submit:hover {
	background: #063d66;
}

.iasa-newsletter-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.iasa-newsletter-message {
	flex-basis: 100%;
	margin: 4px 0 0;
	font-family: inherit;
}

.iasa-newsletter-message.iasa-newsletter-success {
	color: #1a7f37;
}

.iasa-newsletter-message.iasa-newsletter-error {
	color: #c0392b;
}
