#sb-disc-pop {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	box-sizing: border-box;
}
#sb-disc-pop.is-open {
	display: flex;
}
#sb-disc-pop[hidden] {
	display: none !important;
}
.sb-disc-pop__scrim {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.38);
}
.sb-disc-pop__card {
	position: relative;
	z-index: 1;
	width: min(380px, 100%);
	max-height: min(70vh, 420px);
	overflow: auto;
	padding: 22px 40px 20px 20px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
	color: #132033;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}
.sb-disc-pop__x {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #55657a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
.sb-disc-pop__x:hover,
.sb-disc-pop__x:focus {
	background: #f1f5f9;
	color: #132033;
}
.sb-disc-pop__body strong {
	font-weight: 800;
}
