body.jetpack-subscribe-modal-open {
	overflow: hidden;
}

.jetpack-subscribe-modal {
	visibility: hidden;
	position: fixed;
	z-index: 50000; /* Same as WP.com Action bar */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: transparent;
	transition: all 0.4s;
}

.jetpack-subscribe-modal.open {
	background-color: rgba(0, 0, 0, 0.3);
	visibility: visible;
}

.jetpack-subscribe-modal__modal-content {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	top: 100%;
	background-color: #fefefe;
	margin: 15% auto;
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.4s;
	text-wrap: balance;
}

.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content {
	top: 0;
	visibility: visible;
}

/*
 * These text-wrap properties still have limited browser
 * support, but based on feedback still adding them for when
 * they are supported.
 */
.jetpack-subscribe-modal__modal-content p {
	text-wrap: balance;
	text-wrap: pretty;
}

@media screen and (max-width: 640px) {

	.jetpack-subscribe-modal__modal-content {
		width: 94%;
	}
}

/*
     FILE ARCHIVED ON 21:13:06 Feb 13, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:44:43 Sep 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.581
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.082
  esindex: 0.009
  cdx.remote: 23.11
  LoadShardBlock: 151.28 (3)
  PetaboxLoader3.datanode: 114.05 (4)
  load_resource: 211.565
  PetaboxLoader3.resolve: 156.437
*/