.consumer-auth,
.consumer-dashboard {
	font-family: "Basis Grotesque Pro", Arial, sans-serif;
	max-width: 420px;
	margin: 80px auto 80px;
}

.consumer-auth--login {
	margin-bottom: 180px;
}

.consumer-auth h1,
.consumer-dashboard h1 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	color: #000;
}

.consumer-auth-intro,
.consumer-dashboard-email,
.consumer-dashboard-block p {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #555;
	margin: 0 0 24px;
}

.consumer-auth-error,
.consumer-auth-notice {
	padding: 12px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}

.consumer-auth-error {
	background: #ffebee;
	color: #c62828;
}

.consumer-auth-notice {
	background: #e8f5e9;
	color: #2e7d32;
}

.consumer-auth-socials {
	display: block;
	margin-bottom: 24px;
}

.consumer-auth-social {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	min-height: 40px;
	padding: 8px 44px;
	border: 1px solid #1a73e8;
	border-radius: 6px;
	color: #1a73e8;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	background: #fff;
}

.consumer-auth-social-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
}

.consumer-auth-social-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.consumer-auth-social:hover {
	background: #f8fbff;
	border-color: #1557b0;
	color: #1557b0;
}

.consumer-auth-or {
	position: relative;
	text-align: center;
	margin: 0 0 24px;
	color: #666;
	font-size: 13px;
	letter-spacing: 1px;
}

.consumer-auth-or span {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 12px;
}

.consumer-auth-or::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid #eee;
}

.consumer-auth-field {
	margin-bottom: 18px;
}

.consumer-auth-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
}

.consumer-auth-field input[type="email"],
.consumer-auth-field input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-family: "Basis Grotesque Pro", Arial, sans-serif;
	font-size: 15px;
}

.consumer-auth-hint {
	margin: 8px 0 0;
	font-size: 13px;
	color: #666;
}

.consumer-auth-check {
	margin-bottom: 18px;
	font-size: 14px;
	color: #333;
}

.consumer-auth-check label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.consumer-auth-submit {
	width: 100%;
	padding: 15px;
	background: #0A1573;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-family: "Basis Grotesque Pro", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.consumer-auth-submit:hover {
	background: #0602e8;
}

.consumer-auth-submit:disabled {
	background: #0A1573;
	opacity: 0.45;
	cursor: not-allowed;
}

.consumer-auth-links,
.consumer-auth-legal {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.consumer-auth-links a,
.consumer-auth-legal a {
	color: #0A1573;
}

.consumer-dashboard h2 {
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0 0 10px;
	color: #000;
}

.consumer-dashboard-block {
	margin: 32px 0;
	padding: 24px;
	background: #f8f8f8;
	border-radius: 10px;
}

.consumer-dashboard-cta {
	margin-top: 8px;
}

.consumer-dashboard-logout {
	background: none;
	border: none;
	padding: 0;
	color: #0A1573;
	font-family: "Basis Grotesque Pro", Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.consumer-auth,
	.consumer-dashboard {
		margin: 40px auto 60px;
	}

	.consumer-auth--login {
		margin-bottom: 140px;
	}

	.consumer-auth h1,
	.consumer-dashboard h1 {
		font-size: 1.6rem;
	}
}
