.sm-divi-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sm-divi-modal {
	background: #fff;
	border-radius: 8px;
	padding: 24px 28px;
	max-width: 480px;
	width: calc(100% - 40px);
	box-shadow: 0 10px 40px rgba(0,0,0,.25);
	position: relative;
	font: 16px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	text-align: center;
}

.sm-divi-close {
	position: absolute;
	right: 8px;
	top: 8px;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
