#customer_login {
	margin-top: 18px;
}

.ff-checkout-auth__gate {
	margin: 0 0 24px;
	padding: 26px;
	border: 1px solid #d9ddd9;
	background: #f7f7f7;
}

.ff-checkout-auth__step[hidden],
.ff-checkout-auth__message[hidden] {
	display: none !important;
}

.ff-checkout-auth__title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.15;
	color: #292c2e;
}

.ff-checkout-auth__lead,
.ff-checkout-auth__verify-note,
.ff-checkout-auth__success-text {
	margin: 0;
	color: #7e8e7e;
	font-size: 16px;
	line-height: 1.6;
}

.ff-checkout-auth__benefits {
	margin-top: 20px;
}

.ff-checkout-auth__benefits-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: #292c2e;
}

.ff-checkout-auth__benefits-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #7e8e7e;
	font-size: 16px;
	line-height: 1.6;
}

.ff-checkout-auth__benefits-list li::before {
	content: "— ";
	color: #7e8e7e;
}

.ff-checkout-auth__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.ff-checkout-auth__button {
	min-width: 220px;
	height: 48px;
	padding: 0 20px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 14px;
	font-weight: 600;
}

.ff-checkout-auth__button--primary {
	background: #7e8e7e;
	border: 1px solid #7e8e7e;
	color: #fff;
}

.ff-checkout-auth__button--primary:hover,
.ff-checkout-auth__button--primary:focus {
	background: #535f53;
	border-color: #535f53;
	color: #fff;
}

.ff-checkout-auth__button--secondary {
	background: #f1f1f1;
	border: 1px solid #d9ddd9;
	color: #7e8e7e;
}

.ff-checkout-auth__button--secondary:hover,
.ff-checkout-auth__button--secondary:focus {
	background: #e9e9e9;
	border-color: #d9ddd9;
	color: #7e8e7e;
}

.ff-checkout-auth__form-grid .form-row {
	margin: 0 0 14px;
	position: relative;
}

.ff-checkout-auth__form-grid .form-row label,
.ff-checkout-auth__step[data-auth-step="verify"] .form-row label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ff-checkout-auth__gate input.input-text {
	width: 100%;
	height: 40px;
	min-height: 40px;
	padding: 0 22px;
	border: 1px solid #bcc1bc;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #292c2e;
}

.ff-checkout-auth__gate input.input-text:focus {
	border-color: #7d8e7d;
	outline: none;
	box-shadow: none;
}

.ff-checkout-auth__gate input.input-text::placeholder {
	color: #8f9490;
	opacity: 1;
}

.ff-checkout-auth__message {
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid #d9ddd9;
	background: #fff;
	color: #7e8e7e;
	font-size: 15px;
	line-height: 1.5;
}

.ff-checkout-auth__message.is-error {
	border-color: rgba(192, 88, 88, 0.28);
	background: rgba(255, 248, 248, 0.96);
	color: #b94a48;
}

.ff-checkout-auth__message.is-success {
	border-color: #d9ddd9;
	background: #fff;
	color: #7e8e7e;
}

.ff-checkout-auth__success-title {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 400;
	color: #292c2e;
}

.ff-checkout-auth__step[data-auth-step="profile"] .ff-checkout-auth__form-grid {
	margin-top: 18px;
}

.ff-checkout-auth__billing-fields[hidden] {
	display: none !important;
}

.ff-checkout-auth__billing-fields.is-revealed {
	display: block !important;
}

.woocommerce-account .ff-checkout-auth__button[disabled],
.woocommerce-account #place_order[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

@media (max-width: 767px) {
	#customer_login {
		margin-top: 12px;
	}

	.ff-checkout-auth__gate {
		padding: 20px 16px;
	}

	.ff-checkout-auth__title {
		font-size: 22px;
	}

	.ff-checkout-auth__lead,
	.ff-checkout-auth__verify-note,
	.ff-checkout-auth__success-text,
	.ff-checkout-auth__benefits-list {
		font-size: 14px;
	}

	.ff-checkout-auth__gate input.input-text {
		height: 40px;
		min-height: 40px;
		padding: 0 18px;
		font-size: 16px;
	}

	.ff-checkout-auth__actions {
		flex-direction: column;
	}

	.ff-checkout-auth__button {
		width: 100%;
		min-width: 0;
	}
}
