.rt-checkout-embed {
	position: relative;
	width: 100%;
}

.rt-checkout-embed .rt-checkout-iframe {
	width: 100%;
	border: 0;
	display: block;
	/* Sized via checkout:resize; this is the pre-handshake minimum. */
	min-height: 300px;
	transition: height 0.15s ease;
}

.rt-checkout-embed.is-loading {
	opacity: 0.6;
	pointer-events: none;
}
