.wm-popup {
	position: fixed;
	bottom: 24px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 9999;
	width: 360px;
	max-width: calc(100vw - 48px);
	padding: 24px;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a1a1a;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.wm-popup.is-visible {
	display: block;
}

.wm-popup.is-visible.is-open {
	opacity: 1;
}

.wm-popup--edit-mode {
	display: block !important;
	opacity: 1 !important;
}

.wm-popup .wm-popup-close,
.wm-popup .wm-popup-close:hover,
.wm-popup .wm-popup-close:focus,
.wm-popup .wm-popup-close:active {
	position: absolute;
	top: 12px;
	right: 12px;
	background: transparent none;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	line-height: 1;
	color: inherit;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wm-popup .wm-popup-close i,
.wm-popup .wm-popup-close svg {
	display: block;
	width: 1em;
	height: 1em;
	font-size: inherit;
	fill: currentColor;
}

.wm-popup-title {
	margin: 0 0 8px 0;
}

.wm-popup-text {
	margin: 0 0 16px 0;
}

.wm-popup-text p:last-child {
	margin-bottom: 0;
}

.wm-popup-form {
	/* Container for shortcode output. */
}
