/* Google OAuth 的設定頁補充樣式 */
/* 保持 Google 按鈕與既有 LINE 社群連動按鈕相同的透明視覺。 */
body[p="security"] .securitySocialActions .google_connect{
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    box-shadow: none;
}

body[p="security"] .securitySocialActions .google_connect:hover,
body[p="security"] .securitySocialActions .google_connect:active{
    background: transparent !important;
}

body[p="security"] .securitySocialActions .google_connect:focus-visible{
    outline: 2px solid #91846f;
    outline-offset: 3px;
}
