.mm-newsletter-embed {
	min-height: 180px;
	width: 100%;
}

.mm-newsletter-fallback {
	margin: 12px 0 0;
	color: #66788a;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.mm-newsletter-fallback span {
	margin-right: 4px;
}

.mm-newsletter-fallback a {
	color: #0085ff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mm-newsletter-modal[hidden] {
	display: none;
}

.mm-newsletter-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	inset: 0;
	z-index: 999999;
	padding: 24px;
}

.mm-newsletter-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba( 4, 11, 28, 0.76 );
}

.mm-newsletter-modal__dialog {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min( 520px, 100% );
	max-height: calc( 100vh - 48px );
	overflow: auto;
	padding: 22px 22px 18px;
	border: 1px solid #d8e1ec;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 24px 70px rgba( 4, 11, 28, 0.32 );
}

.mm-newsletter-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 2;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #52606d;
	font: 28px/1 Arial, sans-serif;
	cursor: pointer;
}

body.mm-newsletter-modal-open {
	overflow: hidden;
}

@media ( max-width: 899px ) {
	.mm-newsletter-modal {
		display: none !important;
	}
}
