/* Popup styles (supplement templates/assets/css/style.css) */

.fancybox-bg {
	background: rgba(0, 0, 0, .6);
}

.fancybox-content {
	overflow: visible;
}

.fancybox-slide > * {
	padding: 0;
	background: transparent;
}

#popup-price .popup {
	width: calc(100vw - 10px);
	max-width: 600px;
}

#popup-kids-docs .popup {
	width: calc(100vw - 10px);
	max-width: 600px;
}

.flex-bot--stack {
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.flex-bot--stack .btn {
	width: 100%;
	text-align: center;
}
