.ac-login .ac-auth-divider {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 22px 0 16px;
	color: var(--ac-muted, #667085);
	font-size: .82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

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

.ac-login .ac-google-start {
	margin: 0;
}

.ac-google-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 48px;
	padding: 11px 18px;
	border: 1px solid #c8ced8;
	border-radius: 8px;
	background: #fff;
	color: #172033;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ac-google-button:hover {
	border-color: #8c98aa;
	box-shadow: 0 6px 18px rgba(15, 31, 55, .1);
	transform: translateY(-1px);
}

.ac-google-button:focus-visible {
	outline: 3px solid rgba(23, 92, 255, .3);
	outline-offset: 2px;
}

.ac-google-privacy {
	color: var(--ac-muted, #687189);
	font-size: .74rem;
	line-height: 1.55;
	margin: 10px auto 0;
	max-width: 48ch;
	text-align: center;
}

.ac-google-privacy a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ac-google-mark {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: conic-gradient(from -40deg, #4285f4 0 26%, #34a853 0 45%, #fbbc05 0 68%, #ea4335 0 82%, #4285f4 0);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.ac-auth-notice {
	margin: 16px 0;
	padding: 12px 14px;
	border: 1px solid;
	border-radius: 8px;
	font-size: .92rem;
	line-height: 1.5;
}

.ac-auth-notice--error {
	border-color: #e7a6a1;
	background: #fff4f3;
	color: #922b24;
}

.ac-auth-notice--success {
	border-color: #9bc9ae;
	background: #f0faf4;
	color: #17623a;
}

@media (max-width: 520px) {
	.ac-google-button {
		min-height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ac-google-button {
		transition: none;
	}
}

.ac-google-sitekit {
	display: grid;
	gap: 10px;
	justify-items: stretch;
	width: 100%;
}

.ac-google-sitekit__button,
.ac-google-sitekit .googlesitekit-sign-in-with-google__frontend-output-button {
	display: flex;
	justify-content: center;
	width: 100%;
}

.ac-google-sitekit iframe {
	max-width: 100%;
}
