.nifs-switcher {
	width: 100%;
}

.nifs-switcher .gform-footer.gform_footer.top_label {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 20px;
	padding: 0;
}

.nifs-switcher .gform-footer.gform_footer.top_label p {
	flex: 0 0 100%;
	margin: 0;
	width: 100%;
}

.nifs-switcher .payment-method.button {
	cursor: pointer;
	text-align: center;
}

.nifs-switcher .payment-method.button.is-active {
	filter: brightness(0.92);
}

.nifs-frame-shell {
	width: 100%;
}

.nifs-frame {
	border: 0;
	display: block;
	height: 420px;
	min-height: 1px;
	overflow: hidden;
	width: 100%;
}

.nifs-admin-notice {
	border-left: 4px solid #d63638;
	margin: 1em 0;
	padding: 0.5em 0 0.5em 1em;
}

@media (max-width: 640px) {
	.nifs-switcher .gform-footer.gform_footer.top_label {
		align-items: stretch;
		flex-direction: column;
	}

	.nifs-switcher .payment-method.button {
		width: 100%;
	}
}
