.syscofy-auth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0;
	color: var(--auth-muted);
	font-size: 12px;
}

.syscofy-auth-divider::before,
.syscofy-auth-divider::after {
	flex: 1;
	height: 1px;
	content: "";
	background: var(--auth-border);
}

.syscofy-auth-inline-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 20px;
}

.syscofy-auth-inline-navigation a,
.syscofy-auth-back,
.syscofy-auth-footer a {
	color: var(--auth-text);
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
}

.syscofy-auth-inline-navigation a:hover,
.syscofy-auth-back:hover,
.syscofy-auth-footer a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.syscofy-auth-back {
	justify-self: center;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.syscofy-auth-footer {
	margin: 36px 0 0;
	color: var(--auth-muted);
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.syscofy-auth-notice {
	margin: 0 0 16px;
	padding: 10px 12px;
	font-size: 12px;
	line-height: 18px;
	text-align: start;
	border: 1px solid currentColor;
	border-radius: 10px;
}

[data-auth-notice-slot] .syscofy-auth-notice {
	margin: 0;
}

.syscofy-auth-notice--error {
	color: var(--auth-danger);
	background: var(--auth-danger-surface);
}

.syscofy-auth-notice--success {
	color: var(--auth-success);
	background: var(--auth-success-surface);
}

.syscofy-auth-field-error {
	margin: 0;
	color: var(--auth-danger);
	font-size: 12px;
	line-height: 18px;
}

.syscofy-auth-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
