main section.center-container.register-page.recargas-page {
	position: relative;
}

main .recargas-form-panel {
	padding-bottom: 36px;
}

main .recargas-page .recargas-form-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 18px;
}

main .recargas-page .recargas-form-header .register-form-header-left {
	width: auto;
	flex: 1 1 auto;
	min-width: 0;
	padding-right: 0;
	flex-wrap: nowrap;
}

main .recargas-page .recargas-form-header .register-form-header-left > div {
	min-width: 0;
}

main .recargas-page .recargas-form-header .register-form-header-tagline {
	display: block;
	max-width: none;
	margin-top: 6px;
}

main .recargas-back-home {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 8px;
	padding: 10px 14px;
	border: 2px solid #ffb400;
	background: transparent;
	color: #ffb400;
	font-family: 'anime-700', sans-serif;
	font-size: 0.88rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	margin-left: auto;
	margin-right: clamp(72px, 12vw, 140px);
}

main .recargas-back-home:hover {
	background: #ffb400;
	color: #111;
	text-decoration: none;
}

/* Scope for reuse of BuyCoins styles without polluting userpanel layout */
main .recargas-page .recargas-buycoins-scope.userpanel-page {
	background: transparent;
}

main .recargas-page .userpanel-buycoins-page {
	padding: 0;
}

main .recargas-page .userpanel-buycoins-plans {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
	grid-template-columns: none;
}

main .recargas-page .userpanel-buycoins-plan-card {
	flex: 0 1 340px;
	width: 100%;
	max-width: 360px;
	min-width: 300px;
}

main .recargas-page .userpanel-buycoins-method {
	border: 0;
	background: #0c0a0a;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

main .recargas-page button.userpanel-buycoins-method {
	width: 100%;
}

main .recargas-page .userpanel-buycoins-method:focus,
main .recargas-page .userpanel-buycoins-method:focus-visible,
main .recargas-page .userpanel-buycoins-method:active {
	outline: none;
	box-shadow: none;
}

main .recargas-page .userpanel-buycoins-method.is-disabled {
	cursor: not-allowed;
}

main .recargas-page button.userpanel-buycoins-plan-btn {
	appearance: none;
}

main .recargas-page button.userpanel-buycoins-plan-btn:focus,
main .recargas-page button.userpanel-buycoins-plan-btn:focus-visible,
main .recargas-page button.userpanel-buycoins-plan-btn:active {
	outline: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	main .recargas-page .recargas-form-header {
		flex-wrap: wrap;
	}

	main .recargas-back-home {
		margin-left: 0;
	}
}
