/* ── Lost Password / Forgot Password Page ──────────────────────────────────── */

body.jtf-lost-password-page #wrapper-navbar,
body.jtf-lost-password-page #wrapper-footer-full,
body.jtf-lost-password-page #wrapper-footer,
body.jtf-lost-password-page .breadcrumbs,
body.jtf-lost-password-page .section-title.my-account-title,
body.jtf-lost-password-page .yoast-breadcrumbs {
	display: none !important;
}

body.jtf-lost-password-page #page {
	background: #0C1E38;
}

body.jtf-lost-password-page .section-my-account {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 16px;
	background: transparent;
}

body.jtf-lost-password-page .section-my-account #content {
	display: flex;
	justify-content: center;
	width: 100%;
}

body.jtf-lost-password-page .section-my-account article {
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.jtf-lost-password-page .section-my-account .entry-content {
	margin: 0;
}

body.jtf-lost-password-page .woocommerce-notices-wrapper {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 16px;
}

/* ── WooCommerce notices (error / info) on dark background ──────────────────── */

body.jtf-lost-password-page .woocommerce-error,
body.jtf-lost-password-page .woocommerce-message,
body.jtf-lost-password-page .woocommerce-info {
	list-style: none !important;
	padding: 14px 18px !important;
	margin: 0 0 16px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	border-top: none !important;
	width: 100%;
	box-sizing: border-box;
}

body.jtf-lost-password-page .woocommerce-error {
	background: rgba(240, 68, 56, 0.15) !important;
	border: 1px solid rgba(240, 68, 56, 0.4) !important;
	color: #fca5a5 !important;
}

body.jtf-lost-password-page .woocommerce-error li {
	color: #fca5a5 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jtf-lost-password-page .woocommerce-message {
	background: rgba(16, 185, 129, 0.15) !important;
	border: 1px solid rgba(16, 185, 129, 0.4) !important;
	color: #6ee7b7 !important;
}

body.jtf-lost-password-page .woocommerce-info {
	background: rgba(99, 179, 237, 0.15) !important;
	border: 1px solid rgba(99, 179, 237, 0.4) !important;
	color: #93c5fd !important;
}

body.jtf-lost-password-page .entry-content .woocommerce > p,
body.jtf-lost-password-page .entry-content .woocommerce p {
	color: #ffffff;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
}

/* ── Logo ───────────────────────────────────────────────────────────────────── */

.jtf-forgot-password-logo-link {
	display: block;
	text-align: center;
	margin-bottom: 24px;
}

.jtf-forgot-password-logo-link img {
	width: 72px;
	height: 72px;
}

/* ── Card ──────────────────────────────────────────────────────────────────── */

.jtf-forgot-password-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 40px 32px 32px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
	text-align: center;
}

/* ── Key Icon ──────────────────────────────────────────────────────────────── */

.jtf-forgot-password-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	margin-bottom: 20px;
	color: #374151;
}

/* ── Heading + Subtitle ─────────────────────────────────────────────────────── */

.jtf-forgot-password-title {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #101828 !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	border: none !important;
}

.jtf-forgot-password-subtitle {
	font-size: 15px;
	color: #667085 !important;
	margin: 0 0 28px;
	line-height: 1.55;
}

/* ── Form Field ─────────────────────────────────────────────────────────────── */

.jtf-form-group {
	text-align: left;
	margin-bottom: 20px;
}

.jtf-form-group > label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #344054;
	margin-bottom: 10px 0;
}

.jtf-forgot-password-card .woocommerce-Input--text {
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 10px 14px !important;
	border: 1.5px solid #d0d5dd !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	color: #101828 !important;
	background: #ffffff !important;
	outline: none !important;
	min-height: auto !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
	transition: border-color 0.2s, box-shadow 0.2s !important;
}

.jtf-forgot-password-card .woocommerce-Input--text:focus {
	border-color: #fd5323 !important;
	box-shadow: 0 0 0 3px rgba(253, 83, 35, 0.15) !important;
}

.jtf-forgot-password-card .woocommerce-Input--text::placeholder {
	color: #9ca3af;
}

/* ── Submit Button ──────────────────────────────────────────────────────────── */

.jtf-form-submit {
	margin-bottom: 20px;
}

.jtf-forgot-password-btn {
	width: 100% !important;
	display: block !important;
	box-sizing: border-box !important;
	padding: 12px 20px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	letter-spacing: 0 !important;
	cursor: pointer;
}

/* ── Back to Login Link ─────────────────────────────────────────────────────── */

.jtf-forgot-password-back a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #667085 !important;
	text-decoration: none;
	transition: color 0.2s;
}

.jtf-forgot-password-back a:hover {
	color: #344054 !important;
}

.jtf-forgot-password-back svg {
	flex-shrink: 0;
}
