/* "Sign in with 1code.id" — monochrome, matching the 1code.id design system.
   Loaded on wp-login.php and wherever the button is embedded. */

.onecode-id-wrap {
	margin: 16px 0 8px;
	text-align: center;
}

.onecode-id-or {
	position: relative;
	margin: 18px 0;
	text-align: center;
}
.onecode-id-or::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #dcdcde;
}
.onecode-id-or span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	color: #646970;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.onecode-id-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 16px;
	background: #111;
	color: #fff !important;
	border: 1px solid #111;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background .15s ease, border-color .15s ease;
}
.onecode-id-button:hover,
.onecode-id-button:focus {
	background: #000;
	border-color: #000;
	color: #fff !important;
	box-shadow: none;
	outline: 2px solid #111;
	outline-offset: 2px;
}

.onecode-id-mark {
	font-weight: 700;
	letter-spacing: -0.01em;
	padding: 2px 6px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 4px;
	font-size: 12px;
}

.onecode-id-label {
	white-space: nowrap;
}

.onecode-id-hint {
	margin: 10px 2px 0;
	color: #646970;
	font-size: 12px;
	line-height: 1.5;
}

.onecode-id-unconfigured {
	color: #8a6d00;
}

.onecode-id-login-error {
	background: #fff;
	color: #1d1d1d;
}
