/* Google Sign-In button. Follows Google's branding guidance: white
   surface, their official multi-colour mark, unmodified wording. */
.jw-google-auth{ margin:0 0 18px; }

.jw-google-btn{
	display:flex; align-items:center; justify-content:center; gap:11px;
	width:100%; box-sizing:border-box;
	background:#fff; color:#1f1f1f !important;
	border:1px solid #dadce0; border-radius:8px;
	padding:11px 20px; min-height:44px;
	font-size:.94rem; font-weight:600; font-family:inherit;
	text-decoration:none !important; cursor:pointer;
	transition:background .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.jw-google-btn:hover{ background:#f7f8f8; border-color:#d2d5d9; box-shadow:0 1px 3px rgba(60,64,67,.2); }
.jw-google-btn:active{ background:#f1f3f4; }
.jw-google-btn:focus-visible{ outline:3px solid #1f9d5c; outline-offset:2px; }
.jw-google-mark{ display:grid; place-items:center; flex-shrink:0; }

.jw-google-error{
	background:#fdecea; color:#a4231d; border:1px solid #f5c2c0;
	border-radius:7px; padding:10px 14px; margin-bottom:12px; font-size:.88rem;
}

.jw-google-or{
	position:relative; text-align:center; margin:16px 0;
	color:#8a97a2; font-size:.8rem; text-transform:uppercase; letter-spacing:.08em;
}
.jw-google-or::before{
	content:""; position:absolute; top:50%; left:0; right:0; height:1px; background:#e3e8ec;
}
.jw-google-or span{ position:relative; background:#fff; padding:0 12px; }
