.freemockup-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.freemockup-modal[hidden] {
	display: none;
}
.freemockup-modal-inner {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	max-width: 95vw;
	max-height: 95vh;
	overflow: auto;
	position: relative;
	text-align: center;
}
.freemockup-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}
.freemockup-hint {
	margin: 0 0 12px;
	color: #555;
	font-size: 14px;
}
.freemockup-canvas-wrap {
	display: inline-block;
	line-height: 0;
}
#freemockup-canvas {
	touch-action: none;
	border: 1px solid #ddd;
	max-width: 100%;
	cursor: grab;
	background: repeating-conic-gradient(#e9e9e9 0% 25%, #fff 0% 50%) 50% / 20px 20px;
}
.freemockup-actions {
	margin-top: 16px;
}
button.freemockup-open-btn {
	margin-left: 8px;
}
