/* Keep the vendor's map inside the actual viewport, including its close button. */
body .wpapiship-checkout-modal {
	box-sizing: border-box;
	width: min(800px, calc(100vw - 24px));
	height: min(500px, calc(100vh - 48px));
	max-width: calc(100vw - 24px);
	max-height: calc(100vh - 48px);
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: normal;
	border-radius: 12px;
	overflow: hidden;
}
body .wpapiship-checkout-modal #wpapiship-checkout-ymap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	body .wpapiship-checkout-modal {
		height: min(600px, calc(100vh - 120px));
		height: min(600px, calc(100dvh - 120px));
	}
}
