.vortex-auth-separator {
	--vortex-auth-separator-line: rgba(255, 255, 255, 0.22);
	--vortex-auth-separator-text: rgba(255, 255, 255, 0.72);

	display: flex;
	align-items: center;
	gap: 0.85rem;
	box-sizing: border-box;
	width: min(420px, calc(100vw - 3rem));
	max-width: calc(100% - 2rem);
	margin: clamp(1.25rem, 3vw, 1.85rem) auto;
	color: var(--vortex-auth-separator-text);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vortex-auth-separator::before,
.vortex-auth-separator::after {
	content: "";
	flex: 1 1 auto;
	min-width: 24px;
	height: 1px;
	background: var(--vortex-auth-separator-line);
}

.vortex-auth-separator span {
	flex: 0 0 auto;
}

@media (max-width: 520px) {
	.vortex-auth-separator {
		width: min(320px, 78vw);
		max-width: calc(100% - 2rem);
		margin-block: 1.45rem 1.6rem;
		gap: 0.75rem;
	}
}
