.jsm-google-auth-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.15);
	color: #3c4043 !important;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	min-height: 40px;
	padding: 0 16px;
	text-decoration: none !important;
	vertical-align: middle;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

.jsm-google-auth-button:hover,
.jsm-google-auth-button:focus {
	background: #f8f9fa;
	border-color: #d2e3fc;
	box-shadow: 0 1px 3px rgba(60, 64, 67, 0.2);
	color: #202124 !important;
	outline: none;
}

.jsm-google-auth-button__icon {
	display: inline-flex;
	flex-shrink: 0;
	height: 18px;
	width: 18px;
}

.jsm-google-auth-button__icon svg {
	display: block;
	height: 18px;
	width: 18px;
}

.jsm-google-auth-button__text {
	white-space: nowrap;
}

/* Home register form — full-width CTA below Sign Up */
.jsm-google-auth-button--front {
	display: flex;
	margin-top: 10px;
	min-height: 44px;
	width: 100%;
}

/* Login / register modals */
.jsm-google-auth-button--modal {
	min-height: 38px;
}

/* Header — matches tiny header buttons */
.jsm-google-auth-button--header {
	font-size: 12px;
	gap: 6px;
	margin-left: 6px;
	min-height: 28px;
	padding: 0 10px;
}

.jsm-google-auth-button--header .jsm-google-auth-button__icon,
.jsm-google-auth-button--header .jsm-google-auth-button__icon svg {
	height: 14px;
	width: 14px;
}

.header-google-button {
	display: inline-block;
	vertical-align: middle;
}

/* wp-login.php */
.jsm-google-auth-wrap {
	margin: 12px 0 4px;
	text-align: center;
}

.jsm-google-auth-wrap .jsm-google-auth-button {
	min-width: 220px;
}
