/* OAuth Styles - Enhanced with !important */
.oauth-divider {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    margin: 1.5rem 0 !important;
    color: #a0a0a0 !important;
    font-size: 0.875rem !important;
}

.oauth-divider::before,
.oauth-divider::after {
    content: '' !important;
    flex: 1 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.oauth-divider span {
    padding: 0 1rem !important;
}

.oauth-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
}

.oauth-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
    width: 100% !important;
    text-align: center !important;
}

.oauth-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.oauth-btn i {
    font-size: 1.25rem !important;
}

.oauth-btn span {
    flex: 1 !important;
}

/* GitHub Button */
.oauth-github {
    border-color: rgba(36, 41, 47, 0.5) !important;
}

.oauth-github:hover {
    background: #24292f !important;
    border-color: #24292f !important;
}

/* Google Button */
.oauth-google {
    border-color: rgba(234, 67, 53, 0.5) !important;
}

.oauth-google:hover {
    background: #ea4335 !important;
    border-color: #ea4335 !important;
}

/* FrameSphere Button */
.oauth-framesphere {
    border-color: rgba(99, 102, 241, 0.5) !important;
}

.oauth-framesphere:hover {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    border-color: #6366f1 !important;
}
