/**
 * Custom "Sign in with Google" button for Heateor Social Login
 * Reddish-orange background (#db4437), white G logo, white text, rounded.
 * Loaded via mu-plugin - plugin Heateor bisa di-update tanpa mengubah ini.
 */

.heateor_sl_login_ul .heateorSlGoogleBackground.heateorSlLogin {
	background-color: #db4437 !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	min-width: 0;
	height: 44px !important;
	padding: 0 20px 0 14px !important;
	margin: 6px 2px !important;
	border-radius: 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	transition: background-color 0.2s ease;
}

.heateor_sl_login_ul .heateorSlGoogleBackground.heateorSlLogin:hover {
	background-color: #c33d2f !important;
}

.heateor_sl_login_ul .heateorSlGoogleBackground.heateorSlLogin::after {
	content: "Sign in with Google";
	font-family: "Google Sans", Roboto, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-synthesis: none;
	color: #fff !important;
	margin-left: 12px;
	white-space: nowrap;
}

.heateor_sl_login_ul .heateorSlGoogleBackground .heateorSlGoogleLoginSvg {
	filter: brightness(0) invert(1);
	width: 24px !important;
	height: 24px !important;
	min-width: 24px;
	min-height: 24px;
	flex-shrink: 0;
	background-size: 24px 24px !important;
}

.heateor_sl_login_ul li:has(.heateorSlGoogleLogin) {
	width: 100% !important;
	max-width: 100% !important;
	clear: both !important;
}

.heateor_sl_login_ul li:has(.heateorSlGoogleLogin) .heateorSlGoogleBackground {
	width: 100% !important;
	max-width: 100%;
}
