.pixelcraft-google-login {
    margin-top: 1.25rem;
}

.pixelcraft-google-login__divider {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    color: rgba(100, 116, 139, 0.95);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pixelcraft-google-login__divider::before,
.pixelcraft-google-login__divider::after {
    content: '';
    flex: 1 1 auto;
    height: 1px;
    background: rgba(148, 163, 184, 0.28);
}

.pixelcraft-google-login__divider span {
    white-space: nowrap;
}

.pixelcraft-google-login__mount {
    display: flex;
    justify-content: center;
}

.pixelcraft-google-login__mount > div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pixelcraft-google-login__status {
    margin: 0.85rem 0 0;
    color: #0f172a;
    font-size: 0.95rem;
    line-height: 1.45;
}

.pixelcraft-google-login__status.is-error {
    color: #b91c1c;
}

.pixelcraft-google-login.is-loading {
    opacity: 0.72;
}

.pixelcraft-google-login.is-loading .pixelcraft-google-login__mount {
    pointer-events: none;
}

body.woocommerce-account:not(.logged-in) .pixelcraft-google-login {
    margin: 0 0 1.25rem;
    padding-top: 0;
}

body.login .pixelcraft-google-login {
    margin: 1rem 0 1.25rem;
}

body.login .pixelcraft-google-login__divider span {
    background: #fff;
}

:where(html[data-theme="dark"], body[data-theme="dark"], html.theme-dark, body.theme-dark)
body.woocommerce-account:not(.logged-in) .pixelcraft-google-login__divider {
    color: rgba(226, 232, 240, 0.82);
}

:where(html[data-theme="dark"], body[data-theme="dark"], html.theme-dark, body.theme-dark)
body.woocommerce-account:not(.logged-in) .pixelcraft-google-login__divider::before,
:where(html[data-theme="dark"], body[data-theme="dark"], html.theme-dark, body.theme-dark)
body.woocommerce-account:not(.logged-in) .pixelcraft-google-login__divider::after {
    background: rgba(148, 163, 184, 0.18);
}

:where(html[data-theme="dark"], body[data-theme="dark"], html.theme-dark, body.theme-dark)
body.woocommerce-account:not(.logged-in) .pixelcraft-google-login__status {
    color: rgba(255, 255, 255, 0.88);
}
