/* Style "Continue with Google" button for various forms */
#loginform .googlesitekit-sign-in-with-google.googlesitekit-sign-in-with-google--align-left,
.pmpro_login_wrap .googlesitekit-sign-in-with-google.googlesitekit-sign-in-with-google--align-left,
.pmpro_form .googlesitekit-sign-in-with-google.googlesitekit-sign-in-with-google--align-left {
    margin-bottom: 30px !important;
}

/* Fallback using nth-child if button lacks a class */
#loginform > div:first-child {
    margin-bottom: 30px !important;
}

/* Note: The following selector does NOT work in pure CSS. */
/* Instead of this: */
/*
button:contains('Continue with Google') {
    margin-bottom: 30px !important;
}
*/
/* Use JavaScript if you absolutely must match button text. */
