.sfx-install-overlay {
	position: fixed;
	inset: 0;
	background: rgba( 0, 0, 0, 0.6 );
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	padding: 16px;
}

.sfx-install-overlay__card {
	position: relative;
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 24px 24px;
	max-width: 360px;
	width: 100%;
	text-align: center;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.25 );
}

.sfx-install-overlay__close {
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #939393;
	padding: 8px;
}

.sfx-install-overlay__card h2 {
	color: #84344d;
	font-size: 20px;
	margin: 0 0 16px;
}

.sfx-install-overlay__steps {
	text-align: left;
	margin: 0 0 20px;
	padding-left: 20px;
	color: #333333;
	line-height: 1.5;
}

.sfx-install-overlay__install-button,
.sfx-install-overlay__continue {
	display: block;
	width: 100%;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 12px;
}

.sfx-install-overlay__install-button {
	background: #84344d;
	color: #ffffff;
	border: none;
}

.sfx-install-overlay__continue {
	background: none;
	border: 1px solid #cdcdcd;
	color: #333333;
}

.sfx-install-overlay__fallback {
	color: #666666;
	font-size: 14px;
	margin-top: 12px;
}

.sfx-install-overlay [hidden] {
	display: none !important;
}
