.jm-social-embed-gate {
	position: relative;
	display: grid;
	width: 100%;
	height: 650px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg,#10284d,#060912);
}
.jm-social-embed-gate__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .36;
}
.jm-social-embed-gate__notice {
	position: relative;
	z-index: 1;
	max-width: 25rem;
	padding: 1.25rem;
	text-align: center;
	color: #fff;
	background: rgba(4,9,17,.88);
	border: 1px solid rgba(169,201,255,.45);
}
.jm-social-embed-gate__notice p { margin: 0 0 .9rem; color: inherit; }
.jm-social-embed-gate__button {
	min-height: 2.75rem;
	padding: .65rem 1rem;
	border: 1px solid #a9c9ff;
	color: #fff;
	background: transparent;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}
.jm-social-embed-gate__button:hover,
.jm-social-embed-gate__button:focus-visible { color: #05101e; background: #a9c9ff; }

/* Newsletter optional name fields — v3.9.7. */
.jm-newsletter__names {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem;
}
.jm-newsletter__form .jm-newsletter__field {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: .9rem 1rem;
	color: #fff;
	background: rgba(1,5,11,.75);
	border: 1px solid rgba(185,205,235,.35);
	font: inherit;
}
.jm-newsletter__form .jm-newsletter__field::placeholder { color: rgba(255,255,255,.58); }
.jm-newsletter__form .jm-newsletter__field:focus { outline: 2px solid rgba(169,201,255,.75); outline-offset: 2px; }
.jm-newsletter--compact .jm-newsletter__names { grid-template-columns: 1fr; }
@media (max-width: 680px) {
	.jm-newsletter__names { grid-template-columns: 1fr; }
}
