body.rczs-payment-options-open {
	overflow: hidden;
}

.rczs-payment-options[hidden],
.rczs-payment-panel[hidden],
.rczs-bank-panel[hidden] {
	display: none !important;
}

.rczs-payment-options {
	align-items: flex-start;
	box-sizing: border-box;
	color: #30343b;
	display: flex;
	font-family: inherit;
	inset: 0;
	justify-content: center;
	padding: 2em 24px;
	position: fixed;
	z-index: 1000000;
}

.rczs-payment-options-backdrop {
	background: rgba(0, 0, 0, 0.42);
	inset: 0;
	position: absolute;
}

.rczs-payment-options-dialog {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 45px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
	max-height: calc(100vh - 4em);
	max-width: 900px;
	overflow-y: auto;
	padding: 30px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.rczs-payment-options-dialog.is-online {
	overflow: hidden;
}

.rczs-payment-options-dialog > h2 {
	color: #666;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1.25;
	margin: 1em 0.5em;
}

.rczs-payment-options-close {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #575b61;
	cursor: pointer;
	font: 300 38px/1 sans-serif;
	height: 44px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 44px;
}

.rczs-payment-tabs,
.rczs-bank-tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rczs-payment-tabs {
	margin: 1em 0 1em;
}

.rczs-payment-tabs button,
.rczs-bank-tabs button {
	appearance: none;
	background: transparent;
	border: 1px solid #ccc !important;
	border-radius: 999px;
	box-shadow: none !important;
	color: #45494f;
	cursor: pointer;
	font: inherit;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.3;
	min-height: 40px;
	padding: 9px 16px;
	text-shadow: none !important;
}

.rczs-payment-tabs button {
	font-size: 20px !important;
	padding-left: 20px;
	padding-right: 20px;
}

.rczs-payment-tabs button:first-child,
.rczs-bank-tabs button:first-child {
	border-radius: 999px;
}

.rczs-payment-tabs button:last-child,
.rczs-bank-tabs button:last-child {
	border-radius: 999px;
}

.rczs-payment-tabs button[aria-selected="true"] {
	background: #e7efe4;
	color: #456940;
}

.rczs-payment-tabs button:focus-visible,
.rczs-bank-tabs button:focus-visible {
	outline: 2px solid #6f9d65;
	outline-offset: 2px;
}

.rczs-payment-panel {
	padding: 26px 2px 2px;
}

.rczs-payment-panel-online {
	padding-top: 18px;
}

.rczs-payment-panel-title {
	color: #30343b;
	font-size: 21px !important;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0.25em 2em;
}

.rczs-options-payment-frame {
	border: 0;
	display: block;
	height: min(680px, calc(100vh - 250px));
	min-height: 420px;
	width: 100%;
}

.rczs-options-primary-button,
.rczs-options-primary-button:link,
.rczs-options-primary-button:visited,
.rczs-options-paypal-button,
.rczs-options-paypal-button:link,
.rczs-options-paypal-button:visited {
	background: #80ad75;
	border: 1px solid #74a269;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-weight: 500;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	text-decoration: none;
}

.rczs-options-primary-button:hover,
.rczs-options-primary-button:focus,
.rczs-options-paypal-button:hover,
.rczs-options-paypal-button:focus {
	background: #709e66;
	color: #fff;
}

.rczs-options-privacy {
	color: #6b7076;
	font-size: 0.82em;
	margin: 14px auto 0;
}

.rczs-bank-tabs {
	gap: 6px;
	margin-bottom: 20px;
	padding: 0;
}

.rczs-bank-tabs button,
.rczs-bank-tabs button:first-child,
.rczs-bank-tabs button:last-child {
	align-items: center;
	background: transparent;
	border: 1px solid #ccc !important;
	border-radius: 999px;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	margin: 0;
	min-height: 38px;
	padding: 7px 12px;
}

.rczs-bank-tabs button[aria-selected="true"] {
	background: #e7efe4;
	color: #456940;
}

.rczs-bank-tab-icons {
	align-items: center;
	display: inline-flex;
	gap: 3px;
}

.rczs-bank-tab-flag {
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	display: block;
	height: 15px;
	object-fit: cover;
	width: 21px;
}

.rczs-bank-tab-globe {
	fill: none;
	height: 15px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 15px;
}

.rczs-bank-panel {
	background: #f7f8f8;
	border-radius: 6px;
	margin: 0;
	padding: 20px;
}

.rczs-bank-detail + .rczs-bank-detail {
	margin-top: 15px;
}

.rczs-bank-detail dt {
	font-weight: 500;
	margin-bottom: 3px;
}

.rczs-bank-detail dd {
	line-height: 1.45;
	margin: 0;
	overflow-wrap: anywhere;
}

.rczs-payment-panel-paypal {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.rczs-payment-panel-paypal .rczs-payment-panel-title {
	display: block;
	width: 100%;
}

.rczs-payment-panel-paypal .rczs-options-paypal-button {
	margin-left: 0.25em;
}

@media (max-width: 600px) {
	.rczs-payment-options {
		align-items: flex-start;
		padding: max(2em, env(safe-area-inset-top)) 12px max(2em, env(safe-area-inset-bottom));
	}

	.rczs-payment-options-dialog {
		max-height: calc(100vh - 4em);
		padding: 22px 16px;
	}

	.rczs-payment-options-dialog > h2 {
		font-size: 18px !important;
	}

	.rczs-payment-tabs button,
	.rczs-bank-tabs button {
		font-size: 14px !important;
		padding: 8px 11px;
	}

	.rczs-payment-tabs button {
		font-size: 17px !important;
	}

	.rczs-bank-tabs {
		gap: 4px;
	}

	.rczs-options-payment-frame {
		height: calc(100vh - 220px);
		min-height: 380px;
	}

	.rczs-payment-panel {
		padding-top: 20px;
	}

	.rczs-bank-panel {
		padding: 16px;
	}

	.rczs-options-primary-button,
	.rczs-options-paypal-button {
		width: 100%;
	}
}
