.wpshe-abg-locked {
	overflow: hidden !important;
}

.wpshe-abg-overlay {
	align-items: center;
	background: rgba( 0, 0, 0, 0.76 );
	box-sizing: border-box;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 2147483647;
}

.wpshe-abg-dialog,
.wpshe-abg-dialog * {
	box-sizing: border-box;
}

.wpshe-abg-dialog {
	background: #151515;
	border: 1px solid #252525;
	box-shadow: 0 24px 80px rgba( 0, 0, 0, 0.38 );
	color: #d7d7d7;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-height: calc( 100vh - 48px );
	max-width: 960px;
	overflow: auto;
	width: min( 960px, 100% );
}

.wpshe-abg-header {
	align-items: center;
	border-bottom: 1px solid #282828;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-height: 80px;
	padding: 20px 36px;
}

.wpshe-abg-title {
	color: #e4e4e4;
	font-size: clamp( 24px, 3vw, 32px );
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.wpshe-abg-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #b8b8b8;
	cursor: pointer;
	display: inline-flex;
	font-size: 42px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 44px;
}

.wpshe-abg-close:hover,
.wpshe-abg-close:focus {
	color: #ffffff;
	outline: none;
}

.wpshe-abg-card {
	background: #1f1f1f;
	border: 1px solid #383838;
	border-radius: 8px;
	margin: 60px 22px 24px;
	padding: 28px 26px 24px;
}

.wpshe-abg-headline {
	align-items: center;
	color: #e2e2e2;
	display: flex;
	font-size: clamp( 22px, 2.4vw, 28px );
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 12px;
}

.wpshe-abg-list {
	color: #c7c7c7;
	font-size: clamp( 17px, 2.1vw, 23px );
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 24px 30px;
	padding: 0;
}

.wpshe-abg-list li + li {
	margin-top: 12px;
}

.wpshe-abg-button {
	background: #2296f3;
	border-radius: 999px;
	color: #050505;
	display: inline-flex;
	font-size: clamp( 16px, 2vw, 22px );
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-width: 214px;
	padding: 16px 28px;
	text-decoration: none;
}

.wpshe-abg-button:hover,
.wpshe-abg-button:focus {
	background: #4aabf6;
	color: #050505;
	outline: none;
	text-decoration: none;
}

@media ( max-width: 640px ) {
	.wpshe-abg-overlay {
		align-items: stretch;
		padding: 12px;
	}

	.wpshe-abg-dialog {
		max-height: calc( 100vh - 24px );
	}

	.wpshe-abg-header {
		min-height: 66px;
		padding: 16px 18px;
	}

	.wpshe-abg-card {
		margin: 24px 12px 16px;
		padding: 22px 18px;
	}

	.wpshe-abg-headline {
		align-items: flex-start;
	}

	.wpshe-abg-list {
		margin-left: 22px;
	}

	.wpshe-abg-button {
		width: 100%;
	}
}
