.ml-gumroad-checkout {
	margin: 18px 0 8px;
}

.ml-gumroad-stay {
	margin: 10px 0 0;
	color: #5c4a2a;
	font: 600 13px/1.35 system-ui, sans-serif;
}

.ml-gumroad-checkout-cta {
	position: relative;
	display: block;
	border-radius: 13px;
	background: linear-gradient(135deg, #f5df8d, #c89425 62%, #f3d36d);
	color: #211604 !important;
	font: 900 15px/1.25 system-ui, sans-serif;
	text-decoration: none !important;
	padding: 15px 16px;
	text-align: center;
}

.ml-gumroad-checkout-cta:hover,
.ml-gumroad-checkout-cta:focus-visible {
	filter: brightness(1.06);
	color: #211604 !important;
}

html.ml-gumroad-lock,
html.ml-gumroad-lock body {
	overflow: hidden;
}

.ml-gumroad-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	background: rgba(8, 7, 6, 0.72);
}

.ml-gumroad-modal[hidden] {
	display: none !important;
}

.ml-gumroad-thanks {
	margin: 0 0 14px;
}

.ml-gumroad-thanks-cta {
	display: block;
	border-radius: 13px;
	background: linear-gradient(135deg, #f5df8d, #c89425 62%, #f3d36d);
	color: #211604 !important;
	font: 900 15px/1.25 system-ui, sans-serif;
	text-decoration: none !important;
	padding: 15px 16px;
	text-align: center;
}

.ml-gumroad-modal-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(640px, 100%);
	height: 100%;
	max-height: 100dvh;
	border-radius: 0;
	overflow: hidden;
	background: #111;
}

.ml-gumroad-modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 4;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #211604;
	color: #f5df8d;
	font: 700 22px/1 system-ui, sans-serif;
	cursor: pointer;
}

.ml-gumroad-modal-frame {
	flex: 1 1 auto;
	min-height: 0;
	background: #111;
}

.ml-gumroad-modal iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #111;
}

.ml-gumroad-testcard {
	flex: 0 0 44px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	background: #3a2a12;
	color: #f5df8d !important;
	font: 800 14px/1.2 system-ui, sans-serif;
	text-decoration: none !important;
	cursor: pointer;
}

.ml-gumroad-back {
	flex: 0 0 52px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	border: 0;
	background: #211604;
	color: #f5df8d !important;
	font: 800 15px/1.2 system-ui, sans-serif;
	text-decoration: none !important;
	cursor: pointer;
}
