.google-login-primary {
    align-items: center;
    background: #fff;
    border: 1px solid #cfd5df;
    border-radius: 10px;
    color: #172033;
    display: flex;
    font-size: 14px;
    font-weight: 750;
    gap: 12px;
    justify-content: center;
    margin: 0 0 18px;
    min-height: 50px;
    padding: 11px 18px;
    text-decoration: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    width: 100%;
}

.google-login-primary:hover {
    border-color: #aeb7c6;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .09);
    transform: translateY(-1px);
}

.google-login-primary:focus-visible {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .15);
    outline: none;
}

.google-login-primary svg {
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
}

.google-login-divider {
    align-items: center;
    color: #7a8392;
    display: flex;
    font-size: 11px;
    gap: 12px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.google-login-divider::before,
.google-login-divider::after {
    background: #d9dee7;
    content: "";
    flex: 1;
    height: 1px;
}

.google-login-divider span {
    white-space: nowrap;
}

.google-login-alert {
    background: #fff2f3;
    border: 1px solid #efb8bd;
    border-radius: 9px;
    color: #9f1520;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 11px 13px;
}
