/* ========================================
   Google Account Explanation Styles
   - Explanation text and links for login/register pages
   ======================================== */

/* 説明文（中央揃え + マージン） */
.google-account-explanation {
    text-align: center;
    margin: 1.5rem 0;
}

/* 説明文内のリンク */
.google-account-explanation a {
    color: #3b82f6;
    text-decoration: underline;
}

