.toby-modern-account:not(.logged-in) #customer_login,
.woocommerce-account:not(.logged-in) #customer_login {
	display: none !important;
}

.toby-auth--embedded {
	position: relative;
	z-index: auto;
	inset: auto;
	display: block;
	width: 100%;
	padding: 52px 20px 76px;
}

.toby-auth--embedded .toby-auth__panel {
	width: min(720px, 100%);
	max-height: none;
	margin: 0 auto;
	overflow: visible;
	padding: 42px;
	border: 1px solid #e5e8ef;
	border-radius: 24px;
	opacity: 1;
	transform: none;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .11);
}

.toby-auth--embedded .toby-auth__benefits {
	margin: 28px 0;
}

.toby-auth--embedded .toby-auth__panel > header h2 {
	font-size: 34px;
}

.toby-auth--embedded .toby-auth__panel > header p {
	font-size: 15px;
}

.toby-auth--embedded input {
	height: 58px;
	font-size: 17px;
}

.toby-auth--embedded .toby-auth__primary,
.toby-auth--embedded .toby-auth__secondary {
	min-height: 56px;
}

.toby-modern-account:not(.logged-in) .toby-account-page {
	width: min(calc(100% - 40px), 1500px);
	max-width: none;
	padding: 0;
}

.toby-modern-account:not(.logged-in) .toby-entry-content {
	margin: 0;
}

@media (max-width: 600px) {
	.toby-auth--embedded {
		align-items: initial;
		padding: 18px 12px 42px;
	}

	.toby-auth--embedded .toby-auth__panel {
		width: 100%;
		max-height: none;
		padding: 28px 18px 30px;
		border-radius: 18px;
	}

	.toby-auth--embedded .toby-auth__panel > header h2 {
		font-size: 27px;
	}

	.toby-auth--embedded .toby-auth__benefits {
		margin: 22px 0;
	}

	.toby-auth--embedded input {
		height: 52px;
		font-size: 16px;
	}
}
