.outbound-signup {
	box-sizing: border-box;
	max-width: 540px;
	width: 100%;
}

.outbound-signup form {
	align-items: stretch;
	display: flex;
	gap: 8px;
	width: 100%;
}

.outbound-signup input[type="email"] {
	border: 1px solid #cfc6b9;
	border-radius: 4px;
	box-sizing: border-box;
	flex: 1 1 auto;
	font-size: 16px;
	min-height: 46px;
	min-width: 0;
	padding: 10px 12px;
}

.outbound-signup button {
	background: #4b2d4f;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	min-height: 46px;
	padding: 10px 18px;
}

.outbound-signup button:hover,
.outbound-signup button:focus {
	background: #0e4b4b;
}

.outbound-message {
	border-radius: 4px;
	margin: 0 0 10px;
	padding: 10px 12px;
}

.outbound-success {
	background: #eef6ee;
	color: #245b28;
}

.outbound-error {
	background: #fbeaea;
	color: #8a1f1f;
}

.outbound-hp {
	left: -9999px;
	position: absolute;
	top: auto;
}

@media (max-width: 560px) {
	.outbound-signup form {
		display: block;
	}

	.outbound-signup input[type="email"],
	.outbound-signup button {
		width: 100%;
	}

	.outbound-signup button {
		margin-top: 8px;
	}
}

.outbound-popup[hidden] {
	display: none !important;
}

.outbound-popup {
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.outbound-popup-overlay {
	background: rgba(24, 19, 25, 0.72);
	border: 0;
	cursor: pointer;
	height: 100%;
	inset: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.outbound-popup-card {
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
	color: #2f2930;
	left: 50%;
	max-width: 480px;
	padding: 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
}

.outbound-popup-close {
	background: transparent;
	border: 0;
	color: #665c58;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 14px;
	top: 12px;
}

.outbound-popup-card h2 {
	font-family: Georgia, serif;
	font-size: 30px;
	line-height: 1.18;
	margin: 0 32px 12px 0;
}

.outbound-popup-card p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.outbound-popup-card form {
	display: grid;
	gap: 10px;
}

.outbound-popup-card input[type="email"] {
	border: 1px solid #cfc6b9;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	min-height: 48px;
	padding: 10px 12px;
	width: 100%;
}

.outbound-popup-card button[type="submit"] {
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	min-height: 48px;
	padding: 11px 16px;
}

.outbound-popup-open {
	overflow: hidden;
}
