.wordpress-oauth-login {
	box-sizing: border-box;
	margin: 22px auto 0;
	width: 320px;
}

.wordpress-oauth-login[data-layout="after-navigation"] {
	clear: both;
}

.wordpress-oauth-login *,
.wordpress-oauth-login *::before,
.wordpress-oauth-login *::after {
	box-sizing: inherit;
}

.wordpress-oauth-login__divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: #646970;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.wordpress-oauth-login__divider::before,
.wordpress-oauth-login__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #dcdcde;
}

.wordpress-oauth-login__divider span {
	white-space: nowrap;
}

.wordpress-oauth-login__buttons {
	display: grid;
	gap: 10px;
}

.wordpress-oauth-login__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	width: 100%;
	padding: 9px 18px;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 1px rgb(0 0 0 / 3%);
	color: #1d2327;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: border-color 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.wordpress-oauth-login__button:hover {
	border-color: #8c8f94;
	background: #f9f9f9;
	color: #1d2327;
}

.wordpress-oauth-login__button:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	color: #1d2327;
	outline: 2px solid transparent;
}

.wordpress-oauth-login__button:active {
	background: #f0f0f1;
	box-shadow: none;
	transform: translateY(1px);
}

.wordpress-oauth-login__button img {
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

@media screen and (max-width: 400px) {
	.wordpress-oauth-login {
		width: calc(100% - 40px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wordpress-oauth-login__button {
		transition: none;
	}
}
