/* Keep login card available; don't fight WPCode's [hidden] too hard. */
.lia-login-pop:not([hidden]) {
  z-index: 100002 !important;
}
.lia-login-card a.lia-google-auth {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 14px;
  padding: 10px 14px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  background: #fff;
  color: #3c4043 !important;
  font: 500 14px/1.2 system-ui, sans-serif;
  text-decoration: none !important;
}
.lia-login-card a.lia-google-auth:hover {
  background: #f8f9fa;
  border-color: #c6c6c6;
  color: #202124 !important;
}
/* Prefer our redirect link over the GIS widget Google is blocking. */
.lia-login-card .googlesitekit-sign-in-with-google__frontend-output-button {
  display: none !important;
}
