.google-login-or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 14px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.google-login-or::before,
.google-login-or::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.google-login-btn:hover,
.google-login-btn:focus {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
    text-decoration: none;
}

.google-login-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.social-login-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-login-stack--row {
    flex-direction: row;
    gap: 10px;
}

.social-login-stack--row .google-login-btn {
    flex: 1;
    min-width: 0;
    padding: 12px 10px;
    font-size: 13px;
    gap: 8px;
}

.social-login-stack--row .google-login-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
