/**
 * Google pins the Enterprise badge to the viewport. Theme footers that paint
 * later at z-index:auto cover it; keep the badge on top so it stays visible.
 */
.grecaptcha-badge {
    z-index: 2147483646 !important;
}
