/* OAuth controls are identified by their stable asset, independent of locale. */
main button:has(img[src*="google-signin"]) {
  min-height: 44px;
  height: 44px;
  overflow: hidden;
}

main button:has(img[src*="google-signin"]) img {
  width: 198px;
  height: 44px;
}
