/* Styles for the custom social login buttons and additional registration fields */

.wc-custom-login-social {
    margin: 1em 0;
    text-align: center;
}
.wc-custom-login-social-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.wc-custom-social-btn {
    margin: 0.3em;
    display: inline-block;
    max-width: 100%;
    overflow: visible;
}
.wc-google-btn {
    /* Google button will be rendered by Google script. */
}
.wc-apple-btn {
    /* Apple button will be rendered by Apple script. */
}