.gaido-wallet-topup-button + .add_to_cart_button {
	display: none !important;
}

.woocommerce-account h1.entry-title,
.woocommerce-account .entry-header .entry-title,
.login h1:first-child {
	display: none !important;
}

body.woocommerce-lost-password,
body.woocommerce-reset-password,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .woocommerce-lost-password {
	background: #f5f7ff;
}

/* Theme fallback: if .woocommerce keeps a 2-column grid, force these blocks full width */
.woocommerce-account .woocommerce > h2.gaido-lost-password-title,
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce > form.woocommerce-ResetPassword.lost_reset_password {
	grid-column: 1 / -1 !important;
}

.woocommerce-account .woocommerce:has(> form.woocommerce-ResetPassword.lost_reset_password) {
	display: block !important;
}

.woocommerce-account .woocommerce:has(> form.woocommerce-form-login.login) {
	display: block !important;
}

.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > form.woocommerce-form-login.login {
	grid-column: 1 / -1 !important;
}

.woocommerce-account .woocommerce:has(> form.woocommerce-form-login.login) > h2 {
	display: none !important;
}

.woocommerce-account .gaido-login-title {
	width: min(100%, 600px);
	margin: 30px auto 10px;
	text-align: center;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.15;
	color: #1f2a44;
}

.woocommerce-account .woocommerce > form.woocommerce-form-login.login {
	width: min(100%, 600px);
	min-width: 0;
	max-width: 600px;
	margin: 14px auto 16px;
	padding: 18px;
	border-radius: 14px;
}

body.woocommerce-lost-password .woocommerce-account .woocommerce > form.woocommerce-ResetPassword.lost_reset_password,
body.woocommerce-reset-password .woocommerce-account .woocommerce > form.woocommerce-ResetPassword.lost_reset_password {
	width: min(100%, 600px);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

body.woocommerce-lost-password .woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-reset-password .woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	justify-self: stretch;
}

body.woocommerce-lost-password .woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-reset-password .woocommerce-account .woocommerce-MyAccount-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	color: #5b6475;
	font-size: 0.98rem;
	line-height: 1.55;
}

.woocommerce-account .gaido-lost-password-title {
	width: min(100%, 760px);
	min-width: 600px;
	margin: 30px auto 12px;
	text-align: center;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.1;
	color: #1f2a44;
}

body.woocommerce-lost-password .woocommerce-account .gaido-lost-password-title,
body.woocommerce-reset-password .woocommerce-account .gaido-lost-password-title {
	order: 1;
}

body.woocommerce-lost-password .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper,
body.woocommerce-reset-password .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper {
	order: 2;
	float: none !important;
	clear: both;
	width: min(100%, 760px);
	min-width: 600px;
	margin: 0 auto 12px;
}

body.woocommerce-lost-password .woocommerce-account .woocommerce-MyAccount-content > form.lost_reset_password,
body.woocommerce-lost-password .woocommerce-account .woocommerce-MyAccount-content > form.woocommerce-ResetPassword,
body.woocommerce-reset-password .woocommerce-account .woocommerce-MyAccount-content > form.woocommerce-ResetPassword {
	order: 3;
}

.woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-account form.lost_reset_password,
.woocommerce-account form.woocommerce-form-login {
	width: min(100%, 760px);
	min-width: 600px;
	margin: 24px auto 16px;
	padding: 28px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(24, 39, 75, 0.1);
	border: 1px solid rgba(76, 92, 230, 0.12);
}

.woocommerce-account form.woocommerce-ResetPassword p,
.woocommerce-account form.lost_reset_password p {
	margin-bottom: 14px;
}

.woocommerce-account form.woocommerce-ResetPassword label,
.woocommerce-account form.lost_reset_password label {
	display: block;
	font-weight: 600;
	font-size: 0.92rem;
	color: #2e3547;
	margin-bottom: 7px;
}

.woocommerce-account form.woocommerce-ResetPassword .input-text,
.woocommerce-account form.lost_reset_password .input-text,
.woocommerce-account form.woocommerce-ResetPassword input[type="password"],
.woocommerce-account form.lost_reset_password input[type="password"],
.woocommerce-account form.woocommerce-ResetPassword input[type="email"],
.woocommerce-account form.lost_reset_password input[type="email"] {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d6dcef;
	background: #fbfcff;
	color: #1f2534;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.woocommerce-account form.woocommerce-ResetPassword .input-text:focus,
.woocommerce-account form.lost_reset_password .input-text:focus,
.woocommerce-account form.woocommerce-ResetPassword input[type="password"]:focus,
.woocommerce-account form.lost_reset_password input[type="password"]:focus,
.woocommerce-account form.woocommerce-ResetPassword input[type="email"]:focus,
.woocommerce-account form.lost_reset_password input[type="email"]:focus {
	border-color: #5a58e8;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 4px rgba(90, 88, 232, 0.14);
}

.woocommerce-account form.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-account form.lost_reset_password .woocommerce-Button,
.woocommerce-account form.woocommerce-ResetPassword button[type="submit"],
.woocommerce-account form.lost_reset_password button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #4f46e5 0%, #6d28d9 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.94rem;
	letter-spacing: 0.01em;
	box-shadow: 0 10px 22px rgba(79, 70, 229, 0.28);
	transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.woocommerce-account form.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-account form.lost_reset_password .woocommerce-Button:hover,
.woocommerce-account form.woocommerce-ResetPassword button[type="submit"]:hover,
.woocommerce-account form.lost_reset_password button[type="submit"]:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(79, 70, 229, 0.32);
	opacity: 0.98;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info {
	max-width: 560px;
	margin: 16px auto;
	border: none;
	border-radius: 12px;
	position: relative;
	list-style: none;
	padding: 1em 1.25em 1em 3.5em;
}

.woocommerce-account .woocommerce-message {
	background: #eafdf2;
	color: #0f6f3d;
}

.woocommerce-account .woocommerce-error {
	background: #fff1f2;
	color: #9f1239;
}

.woocommerce-account .woocommerce-info {
	background: #eef4ff;
	color: #1f3a8a;
}

@media (max-width: 640px) {
	.woocommerce-account .gaido-lost-password-title {
		min-width: 0;
		width: 100%;
		font-size: 1.55rem;
	}
	body.woocommerce-lost-password .woocommerce-account .woocommerce-notices-wrapper,
	body.woocommerce-reset-password .woocommerce-account .woocommerce-notices-wrapper {
		min-width: 0;
		width: 100%;
	}
	.woocommerce-account form.woocommerce-ResetPassword,
	.woocommerce-account form.lost_reset_password,
	.woocommerce-account form.woocommerce-form-login {
		min-width: 0;
		width: 100%;
		margin: 14px auto;
		padding: 18px;
		border-radius: 14px;
	}
}
