.elo-station-login-wrap {
	width: 100%;
	max-width: 400px;
	margin: 1rem auto 0;
	padding: 0;
	font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

#equal-login .elo-station-login-wrap {
	margin-top: 1rem;
	padding: 0 0 0.5rem;
}

.elo-station-login-msg {
	margin: 0 0 0.65rem;
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	font-size: 0.86rem;
	font-weight: 600;
}

.elo-station-login-msg--err {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.elo-station-login-form {
	margin: 0;
}

.elo-station-login-btn {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	border: 1px solid #bae6fd;
	border-radius: 14px;
	padding: 0.85rem 1rem;
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	color: #0c4a6e;
	cursor: pointer;
	font-family: inherit;
	text-align: left;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.elo-station-login-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(2, 132, 199, 0.15);
}

.elo-station-login-btn__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 12px;
	background: #0284c7;
	color: #fff;
}

.elo-station-login-btn__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.elo-station-login-btn__text strong {
	font-size: 0.92rem;
	font-weight: 800;
}

.elo-station-login-btn__text small {
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.85;
}
