#luxmed-popup {
	display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;
	width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.75); z-index: 99999;
}
#luxmed-popup > div {
	width: 80vw; max-width: 640px; position: relative; margin: 1.5em 0 0; font-size: 12px; line-height: 1.4; color: #000; background: #fff;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
#luxmed-popup > div > div { overflow-x: hidden; overflow-y: auto; max-height: 75vh; }
#luxmed-popup > div > div > div { padding: 1.5em 2em; text-align: center; }

#luxmed-popup .close { display: block; width: 2em; height: 2em; position: absolute; right: 0; bottom: 100%; margin-bottom: 1em; font-size: inherit; opacity: 0.5; }
#luxmed-popup .close:hover { opacity: 1; }
#luxmed-popup .close:before, #luxmed-popup .close:after { content: ''; width: 2px; height: 125%; position: absolute; top: -10%; left: 50%; background: #000; }
#luxmed-popup .close:before { transform: rotate(45deg); }
#luxmed-popup .close:after { transform: rotate(-45deg); }

#luxmed-popup p { margin: 0.5em 0; padding: 0; }
#luxmed-popup a { font-weight: inherit; font-size: 1em; line-height: inherit; color: inherit; text-decoration: none; }
#luxmed-popup strong { font-weight: 700; }

@media screen and (max-width: 1024px) {
	#luxmed-popup > div { font-size: calc(6px + 0.8vw); }
}