/* Kimbodo Google SSO — sign-in / sign-up shortcode */
.kimbodo-sso {
	max-width: 400px;
	margin: 0 auto;
	padding: 1.5rem 0;
}

.kimbodo-sso__google {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	background: #1a73e8;
	color: #fff !important;
	border: none;
	box-sizing: border-box;
}

.kimbodo-sso__google:hover,
.kimbodo-sso__google:focus {
	background: #1557b0;
	color: #fff !important;
}

.kimbodo-sso__divider {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 1.25rem 0;
	color: #6b7280;
	font-size: 0.875rem;
}

.kimbodo-sso__divider::before,
.kimbodo-sso__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e5e7eb;
}

.kimbodo-sso__form label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 500;
}

.kimbodo-sso__form input[type="text"],
.kimbodo-sso__form input[type="password"] {
	width: 100%;
	padding: 0.6rem 0.75rem;
	margin-bottom: 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	box-sizing: border-box;
}

.kimbodo-sso__form .button-primary {
	width: 100%;
	padding: 0.65rem 1.25rem;
	background: #111827;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
}

.kimbodo-sso__error {
	color: #b91c1c;
	background: #fef2f2;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.kimbodo-sso__alt {
	text-align: center;
	margin-top: 1rem;
	font-size: 0.875rem;
}
