/* Login + registration cards */

body.woocommerce-account:not(.logged-in) header.entry-header,
body.bf-register-page header.entry-header {
	display: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce,
body.bf-register-page .woocommerce {
	display: block;
	max-width: 32rem;
	margin: 0 auto;
	padding: 0;
}

.bf-auth {
	width: 100%;
}

.bf-auth-card {
	background: #fff;
	border: 1px solid #fff5f8;
	border-radius: 1.5rem;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
	padding: 2rem 1.75rem 2.25rem;
}

@media (min-width: 768px) {
	.bf-auth-card {
		padding: 2.5rem;
	}
}

.bf-auth-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ff4b93;
}

.bf-auth-title {
	margin: 0 0 0.75rem !important;
	font-family: "Fraunces", ui-serif, Georgia, serif;
	font-size: 2.25rem !important;
	font-weight: 900 !important;
	letter-spacing: -0.03em;
	color: #111827 !important;
	text-transform: uppercase;
}

.bf-auth-lead,
.bf-auth-note {
	margin: 0 0 1.5rem;
	color: #6b7280;
	font-weight: 300;
	line-height: 1.7;
}

.bf-auth-form .form-row {
	margin-bottom: 1rem;
}

.bf-auth-form label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #374151;
}

.bf-auth-form .woocommerce-Input,
.bf-auth-form input.input-text {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 2px solid #e5e7eb;
	border-radius: 0.75rem;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.bf-auth-form .woocommerce-Input:focus,
.bf-auth-form input.input-text:focus {
	outline: none;
	border-color: #ff4b93;
	box-shadow: 0 0 0 4px rgba(255, 75, 147, 0.12);
}

.bf-auth-row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bf-auth-form .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	color: #4b5563;
}

.bf-auth-form button.button,
.bf-auth-form .woocommerce-button {
	width: 100%;
	margin-top: 0.25rem;
	padding: 0.95rem 1.5rem;
	border: 2px solid #ff4b93;
	border-radius: 9999px;
	background: #ff4b93;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.bf-auth-form button.button:hover,
.bf-auth-form .woocommerce-button:hover {
	background: #fff;
	color: #ff4b93;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px -8px rgba(255, 75, 147, 0.5);
}

.bf-auth-form .lost_password {
	margin: 0.75rem 0 0;
	text-align: center;
}

.bf-auth-form .lost_password a,
.bf-auth-switch a {
	color: #ff4b93;
	font-weight: 600;
	text-decoration: none;
}

.bf-auth-form .lost_password a:hover,
.bf-auth-switch a:hover {
	text-decoration: underline;
}

.bf-auth-switch {
	margin: 1.5rem 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid #f3f4f6;
	text-align: center;
	color: #6b7280;
}

.bf-auth-switch a {
	margin-left: 0.25rem;
}

.woocommerce-privacy-policy-text {
	font-size: 0.8rem;
	color: #9ca3af;
	line-height: 1.6;
}

body.woocommerce-lost-password .woocommerce,
body.woocommerce-reset-password .woocommerce {
	max-width: 32rem;
	margin: 0 auto;
}
